Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-25 | Bump version to v2.1.0v2.1.0 | jaseg | 1 | -1/+1 | |
2021-04-25 | Fix pattern rendering and some xform bugs | jaseg | 4 | -15/+23 | |
2021-04-25 | svg-flatten: Add support for patterned strokes on outline layers | jaseg | 1 | -35/+33 | |
2021-04-25 | README: Document outline layer handling | jaseg | 1 | -2/+24 | |
2021-04-25 | svg-flatten: Add support for line thickness to board outline exporter | jaseg | 3 | -5/+34 | |
2021-04-25 | README: add doc on new board outline feature | jaseg | 1 | -3/+12 | |
2021-04-25 | gerbolyze: Add support for board outline layer | jaseg | 1 | -6/+14 | |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 4 | -56/+118 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 17 | -363/+330 | |
We initially used Cairo for its bezier flattening algorithm. That algorithm turned out to be a bit too imprecise at the scales we're working at here (#17), so I ended up porting over some code from Antigrain Graphics. The only other thing we used Cairo for was debug output and coordinate transforms, so I just wrote the relevant vector math in a small header file, deleted all debug output code and thus eliminated the cairo dependency. This is a step towards Windows builds. | |||||
2021-04-24 | Replace cairo curve flattener from Anitgrain Graphics | jaseg | 8 | -42/+307 | |
This also fixes an issue where non-closed curves were not dilated properly. | |||||
2021-04-05 | Fix README rst | jaseg | 1 | -12/+13 | |
2021-04-05 | Bump version to v2.0.8v2.0.8 | jaseg | 1 | -1/+1 | |
2021-04-05 | Add MacOS supportv2.0.7 | jaseg | 3 | -1/+24 | |
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 4 | -9/+17 | |
2021-02-17 | Bump version to v2.0.6v2.0.6 | jaseg | 1 | -1/+1 | |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 5 | -13/+19 | |
2021-02-17 | svg-flatten: Fix fill-rule handling for filled open paths | jaseg | 3 | -30/+47 | |
2021-02-14 | Bump version to 2.0.5v2.0.5 | jaseg | 1 | -1/+1 | |
2021-02-11 | Fix handling of stroke width under transformations | jaseg | 1 | -1/+6 | |
2021-02-08 | Fix readme RST syntax | jaseg | 1 | -1/+1 | |
2021-02-08 | README: fix intro | jaseg | 1 | -1/+1 | |
2021-02-07 | Update README.rst | Nein Seg | 1 | -1/+2 | |
2021-02-07 | fix $PATH | Ricardo (XenGi) Band | 1 | -0/+4 | |
2021-02-07 | no need for su | Ricardo (XenGi) Band | 1 | -8/+8 | |
2021-02-07 | typo | Ricardo (XenGi) Band | 1 | -8/+5 | |
2021-02-07 | using own build containers now | Ricardo (XenGi) Band | 1 | -40/+13 | |
2021-02-07 | give ubuntu/debian it's own special thing | Ricardo (XenGi) Band | 1 | -0/+1 | |
2021-02-07 | ubuntu fixed | Ricardo (XenGi) Band | 1 | -2/+5 | |
2021-02-07 | fixed various typos | Ricardo (XenGi) Band | 1 | -4/+4 | |
2021-02-07 | fixed bash string replacement | Ricardo (XenGi) Band | 1 | -1/+1 | |
2021-02-07 | put dependencies into variables | Ricardo (XenGi) Band | 1 | -4/+8 | |
2021-02-07 | debian should work | Ricardo (XenGi) Band | 1 | -5/+6 | |
2021-02-07 | fedora almost works | Ricardo (XenGi) Band | 1 | -14/+4 | |
2021-02-07 | use help message instead of version | Ricardo (XenGi) Band | 1 | -5/+5 | |
2021-02-07 | Install python deps with pacman | Ricardo (XenGi) Band | 1 | -1/+1 | |
2021-02-07 | Checkout submodules before build | Ricardo (XenGi) Band | 1 | -1/+3 | |
2021-02-07 | Now actually building the source | Ricardo (XenGi) Band | 1 | -2/+3 | |
2021-02-07 | using pip instead of pip3 | Ricardo (XenGi) Band | 1 | -2/+2 | |
2021-02-07 | base-devel added as dependency | Ricardo (XenGi) Band | 1 | -1/+1 | |
2021-02-07 | updating arch before build | Ricardo (XenGi) Band | 1 | -1/+1 | |
2021-02-07 | trying to build gerbolize in archlinux | Ricardo (XenGi) Band | 1 | -1/+1 | |
2021-02-07 | trying to build gerbolize via ci | Ricardo (XenGi) Band | 1 | -0/+62 | |
2021-02-07 | README: Add missing pkg-config to arch install instructions | jaseg | 1 | -1/+1 | |
2021-02-07 | README: use pcb-tools-extension fork for now | jaseg | 1 | -0/+13 | |
2021-02-07 | Update description in gerboweb | jaseg | 1 | -0/+2 | |
2021-02-07 | Update gerboweb | jaseg | 3 | -144/+144 | |
2021-02-07 | Bump version to v2.0.4v2.0.4 | jaseg | 1 | -1/+1 | |
2021-02-07 | README: fix syntax error | jaseg | 1 | -1/+1 | |
2021-02-06 | Bump version to v2.0.3v2.0.3 | jaseg | 1 | -1/+1 | |
2021-02-07 | README: add info on mfg | jaseg | 1 | -5/+63 | |