Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-12 | ci: build and upload sdistsv0.10.6 | jaseg | 6 | -67/+16 | |
2022-06-11 | Add missing __init__.pyv0.10.5 | jaseg | 1 | -0/+0 | |
2022-06-10 | doc: Fix sphinx buildv0.10.4 | jaseg | 1 | -2/+2 | |
2022-06-10 | ci: Work around more safe.directory issuesv0.10.3 | jaseg | 1 | -0/+1 | |
2022-06-10 | ci: fix git safe.directory error | jaseg | 1 | -0/+1 | |
2022-06-10 | Gitlab CI testv0.10.1 | jaseg | 1 | -3/+7 | |
2022-06-10 | Fix testsv0.10.0 | jaseg | 3 | -3/+9 | |
2022-06-10 | Fix merging, bounding boxes and svg precision | jaseg | 5 | -16/+47 | |
2022-05-21 | Fix layer stack SVG export | jaseg | 6 | -21/+86 | |
2022-05-21 | Fix arc bounding box calculation | jaseg | 1 | -3/+1 | |
2022-05-21 | Fix parsing of aperture macro comments | jaseg | 1 | -3/+6 | |
2022-04-24 | Add SVG export to more things | jaseg | 3 | -60/+133 | |
2022-04-24 | Rectify latest cairo SVG export | jaseg | 2 | -2/+19 | |
It seems Cairo got updated and its SVG export is now broken in a new and exciting way. Now it exports documents with dimensionless w/h. The issue with that is that Cairo thinks that means point @ 72 pt / inch, but everyone else including the actual svg spec interpret that as raw document units or pixels, AFAICT completely breaking dpi scaling in common viewers. Since we have to mess with Cairo's SVG files anyway, we just fix this as well by re-writing the broken w/h into physical units according to a hardcoded conversion factor that matches cairo's hardcoded scale. | |||||
2022-02-07 | docs: auto-discover version from gitv0.9.14 | jaseg | 1 | -1/+7 | |
2022-02-07 | docs: Add upstream doc linkv0.9.13 | jaseg | 1 | -0/+4 | |
2022-02-07 | Add doc link to PyPI | jaseg | 1 | -3/+3 | |
2022-02-06 | Update readme with doc link | jaseg | 1 | -15/+7 | |
2022-02-06 | doc/ci: Fix pages buildv0.9.12 | jaseg | 1 | -2/+2 | |
2022-02-06 | Fix doc intro code blocksv0.9.11 | jaseg | 1 | -2/+2 | |
2022-02-06 | docs: add quickstart guidev0.9.10 | jaseg | 2 | -0/+17 | |
2022-02-06 | CI: remove tests as our test suite is a bit too heavy for public gitlab runnersv0.9.9v0.9.8 | jaseg | 1 | -30/+30 | |
2022-02-06 | CI: WIPv0.9.7 | jaseg | 1 | -0/+5 | |
2022-02-06 | CI: WIPv0.9.6 | jaseg | 1 | -5/+4 | |
2022-02-06 | CI: WIPv0.9.5 | jaseg | 1 | -2/+15 | |
2022-02-06 | CI: WIPv0.9.4 | jaseg | 1 | -0/+1 | |
2022-02-06 | CI: WIPv0.9.3 | jaseg | 1 | -7/+21 | |
2022-02-06 | CI: WIPv0.9.2 | jaseg | 1 | -1/+2 | |
2022-02-06 | CI WIPv0.9.1 | jaseg | 9 | -143/+51 | |
2022-02-06 | More parsing speedupsv0.9.0 | jaseg | 3 | -71/+72 | |
2022-02-06 | Make parse_coord faster | jaseg | 3 | -144/+151 | |
2022-02-06 | Make line number lookup fast | jaseg | 1 | -46/+14 | |
2022-02-06 | Make split_commands faster | jaseg | 4 | -8/+94 | |
2022-02-06 | Remove debug print statements | jaseg | 2 | -15/+0 | |
2022-02-06 | Fix graphics_objects doc strings | jaseg | 1 | -2/+2 | |
2022-02-06 | Add Zuken tests and fix parsing | jaseg | 38 | -72/+58358 | |
2022-02-05 | Strip down outline highlight example | jaseg | 1 | -35/+1 | |
2022-02-05 | Add outline highlight example | jaseg | 2 | -43/+134 | |
2022-02-05 | Arc approx WIP | jaseg | 104 | -100380/+219 | |
2022-02-04 | More doc, fix tests | jaseg | 12 | -99/+78 | |
2022-02-03 | More doc | jaseg | 24 | -108/+543 | |
2022-02-03 | More doc! | jaseg | 9 | -308/+377 | |
2022-02-02 | Fix doc typos | jaseg | 3 | -48/+47 | |
2022-02-02 | More doc | jaseg | 6 | -177/+184 | |
2022-02-01 | Add some documentation | jaseg | 28 | -941/+788 | |
2022-01-30 | Rename gerbonara/gerber package to just gerbonara | jaseg | 344 | -66/+29 | |
2022-01-30 | Bump version to 0.9.0 | jaseg | 2 | -8/+6 | |
2022-01-30 | Fix ALL the tests. | jaseg | 3 | -54/+76 | |
2022-01-30 | Fix aperture macro outline primitive rendering | jaseg | 7 | -14/+36 | |
2022-01-30 | Fix some more testcases | jaseg | 11 | -66/+195 | |
* Fix Excellon export among others | |||||
2022-01-30 | Add PADS example files | jaseg | 11 | -0/+76509 | |