Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-05 | Fix hard requirement of cairo per #83, and add stubs for required subclass ↵ | Hamilton Kibbe | 1 | -4/+23 | |
methods to GerberContext per #84 | |||||
2016-11-06 | Merge upstream changes | Hamilton Kibbe | 1 | -11/+12 | |
2016-09-24 | Commit partial merge so I can work on the plane | Hamilton Kibbe | 1 | -0/+1 | |
2016-08-06 | Manually mere rendering changes | Hamilton Kibbe | 1 | -3/+5 | |
2016-07-20 | Merge in 6a005436b475e3517fd6a583473b60e601bcc661 | Garret Fick | 1 | -4/+6 | |
2016-07-20 | Manually merge change 6f876edd09d9b81649691e529f85653f14b8fd1c | Garret Fick | 1 | -14/+5 | |
2016-07-17 | Merge in negative soldermask. Still required further changes to support ↵ | Garret Fick | 1 | -3/+18 | |
negatives for shapes that dont exist in the merge source | |||||
2016-07-10 | Fix issue with chaning region mode via flash. Add options for controlling ↵ | Garret Fick | 1 | -2/+19 | |
output from rendered gerber | |||||
2016-05-08 | Don't render null items | Garret Fick | 1 | -0/+2 | |
2016-03-26 | Support for the G85 slot statement | Garret Fick | 1 | -0/+5 | |
2016-01-28 | Cleanup, rendering fixes. | Hamilton Kibbe | 1 | -13/+6 | |
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples | |||||
2016-01-21 | Fix a bunch of rendering bugs. | Hamilton Kibbe | 1 | -3/+5 | |
- 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly | |||||
2016-01-01 | Refactor a little | Hamilton Kibbe | 1 | -4/+6 | |
pulled all rendering stuff out of the pcb/layer objects | |||||
2015-12-30 | Render primitives for some aperture macros | Garret Fick | 1 | -0/+2 | |
2015-12-30 | First time any macro renders | Garret Fick | 1 | -0/+5 | |
2015-12-22 | Add PCB interface | Hamilton Kibbe | 1 | -14/+5 | |
this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases | |||||
2015-12-19 | Allow negative render of soldermask per #50 | Hamilton Kibbe | 1 | -3/+18 | |
Update example code and rendering to show change | |||||
2015-10-10 | Allow files to be read from strings per #37 | Hamilton Kibbe | 1 | -0/+1 | |
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string | |||||
2015-07-09 | Initial patch to unify our render towards cairo | Paulo Henrique Silva | 1 | -0/+9 | |
This branch allows a pure cairo based render for both PNG and SVG. Cairo backend is mostly the same but with improved support for configurable scale, orientation and inverted color drawing. API is not yet final. | |||||
2015-03-05 | Fix parsing for multiline ipc-d-356 records | Hamilton Kibbe | 1 | -1/+5 | |
2015-02-02 | More tests and bugfixes | Hamilton Kibbe | 1 | -67/+63 | |
2014-10-18 | Refactor rendering | Hamilton Kibbe | 1 | -379/+39 | |
2014-10-12 | update docs and example images | Hamilton Kibbe | 1 | -1/+18 | |
2014-10-10 | Working region fills and level polarity. Renders Altium-generated gerbers ↵ | Hamilton Kibbe | 1 | -8/+15 | |
like a champ! | |||||
2014-10-10 | doc update | Hamilton Kibbe | 1 | -1/+99 | |
2014-10-09 | doc update | Hamilton Kibbe | 1 | -0/+6 | |
2014-10-09 | doc update | Hamilton Kibbe | 1 | -40/+187 | |
2014-10-09 | Doc update | Hamilton Kibbe | 1 | -1/+85 | |
2014-10-09 | Add mode statement parsing | Hamilton Kibbe | 1 | -2/+12 | |
2014-10-08 | start arc | Hamilton Kibbe | 1 | -16/+26 | |
2014-10-07 | Fix resolve error | Hamilton Kibbe | 1 | -1/+3 | |
2014-10-06 | Fix import error | Hamilton Kibbe | 1 | -1/+1 | |
2014-09-28 | added ExcellonFile class | Hamilton Kibbe | 1 | -6/+6 | |
2014-09-28 | Added excellon support and refactored project | Hamilton Kibbe | 1 | -0/+133 | |