Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-06 | Merge upstream changes | Hamilton Kibbe | 1 | -3/+6 | |
2016-09-24 | Commit partial merge so I can work on the plane | Hamilton Kibbe | 1 | -2/+1 | |
2016-08-06 | Manually mere rendering changes | Hamilton Kibbe | 1 | -7/+11 | |
2016-07-24 | Add many render tests based on the Umaco gerger specification. Fix multiple ↵ | Garret Fick | 1 | -1/+1 | |
rendering bugs, especially related to holes in flashed apertures | |||||
2016-07-17 | Manually merge af5541ac93b222c05229ee05c9def8dbae5f6e25 | Garret Fick | 1 | -1/+2 | |
2016-07-17 | Merge in negative soldermask. Still required further changes to support ↵ | Garret Fick | 1 | -3/+7 | |
negatives for shapes that dont exist in the merge source | |||||
2016-03-01 | More rendering of AMGroup to statements | Garret Fick | 1 | -0/+4 | |
2016-02-27 | Fix critical issue with rotatin points (when the angle is zero the y would ↵ | Garret Fick | 1 | -0/+1 | |
be flipped). Render AM with outline to gerber | |||||
2016-02-15 | Don't throw an exception for missing zero suppress, even though it is wrong | Garret Fick | 1 | -3/+4 | |
2016-01-28 | Cleanup, rendering fixes. | Hamilton Kibbe | 1 | -2/+5 | |
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 | -7/+11 | |
- '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 | |||||
2015-12-20 | Allow renderer to write to memory per #38 | Hamilton Kibbe | 1 | -1/+2 | |
Some updates to rendering colors/themes | |||||
2015-12-19 | Allow negative render of soldermask per #50 | Hamilton Kibbe | 1 | -3/+7 | |
Update example code and rendering to show change | |||||
2015-09-10 | Merge pull request #40 from curtacircuitos/cairo-render-unification | Hamilton Kibbe | 1 | -2/+5 | |
Cairo render unification | |||||
2015-07-22 | Fix multiple layer issue in cairo-unification branch (see #33) | Hamilton Kibbe | 1 | -1/+1 | |
2015-07-09 | Fix arcs and ackground painting | Paulo Henrique Silva | 1 | -1/+3 | |
2015-07-09 | Initial patch to unify our render towards cairo | Paulo Henrique Silva | 1 | -2/+3 | |
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-06-11 | Add keys to statements for linking to primitives. Add some API features to ↵ | Hamilton Kibbe | 1 | -1/+2 | |
ExcellonFile, such as getting a tool path length and changing tool parameters. Excellonfiles write method generates statements based on the drill hits in the hits member, so drill hits in a generated file can be re-ordered by re-ordering the drill hits in ExcellonFile.hits. see #30 | |||||
2015-02-20 | Add IPC-D-356 Netlist Parsing | Hamilton Kibbe | 1 | -2/+15 | |
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -2/+2 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -4/+3 | |
2015-02-13 | Fix rendering for line with rectangular aperture per #12. Still need to do ↵ | Hamilton Kibbe | 1 | -2/+3 | |
the same for arcs. | |||||
2015-02-02 | More tests and bugfixes | Hamilton Kibbe | 1 | -9/+7 | |
2015-01-25 | Changed zeros/zero suppression conventions to match file format specs | Hamilton Kibbe | 1 | -6/+78 | |
2014-10-19 | Test update | Hamilton Kibbe | 1 | -0/+33 | |
2014-10-18 | Refactor rendering | Hamilton Kibbe | 1 | -2/+23 | |
2014-10-10 | Added excellon format detection | Hamilton Kibbe | 1 | -0/+124 | |