summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12Fix error when unpacking colors in cairo backendHamilton Kibbe1-2/+2
2017-04-20Merge pull request #70 from bryant1410/masterHamilton Kibbe1-60/+60
Fix broken headings in Markdown files
2017-04-16Fix broken Markdown headingsSantiago Castro1-60/+60
2017-02-24Merge pull request #65 from curtacircuitos/auto_scale_rendersHamilton Kibbe5-5/+25
Add max_width and max_height arguments to cairo context render_layers method
2016-12-16setup.py: sync with requirements.txtPaulo Henrique Silva1-1/+1
2016-12-13Add max_width and max_height arguments toHamilton Kibbe5-5/+25
2016-12-13Clip context to axis- and pixel- aligned bounds before rendering primitives. ↵Hamilton Kibbe3-563/+610
Significantly speeds up render
2016-12-03Merge pull request #62 from ju5t/developHamilton Kibbe2-12/+49
(#61) Add regex option to discover layer classes
2016-12-01Merge branch 'master' into developju5t1-0/+1
2016-12-01(#61) Add regex option to discover layer classesju5t2-12/+49
2016-11-29Update Installation InstructionsHamilton Kibbe1-0/+1
2016-11-18Merge pull request #59 from curtacircuitos/render_updatesPaulo Henrique Silva46-473/+1779
Render updates
2016-11-18Try using wheel for scipyHamilton Kibbe1-2/+2
2016-11-18Temporarily disable python3.3 until i can sort out the issue with py3.3 and ↵Hamilton Kibbe1-1/+1
scipy on travis CI
2016-11-18Fix drill testsHamilton Kibbe1-6/+6
2016-11-18Clean up rs274x output testsHamilton Kibbe1-19/+19
2016-11-18Add more tests for primitivesHamilton Kibbe1-12/+87
2016-11-18Fix rs274x output bugsHamilton Kibbe1-19/+32
2016-11-18Fix a bunch of bugs in rendering that showed up when rendering the gerbv ↵Hamilton Kibbe1-183/+305
test suite
2016-11-18Finish adding square hole support, fix some primitive calculations, etc.Hamilton Kibbe4-133/+223
2016-11-18Add support for IF (Include File) rs274x commandHamilton Kibbe1-2/+24
2016-11-18Add support for square holes in basic primitivesHamilton Kibbe1-5/+19
2016-11-18Excellon updateHamilton Kibbe4-93/+242
2016-11-18Add python3.5 to CI test versionsHamilton Kibbe1-0/+1
2016-11-18Add script to render gerbv test filesHamilton Kibbe32-0/+820
2016-11-16Merge pull request #58 from garretfick/merge-curtacircuitosPaulo Henrique Silva76-238/+3778
Epic merge from @garretfick Thanks a lot @garretfick and @hamiltonkibbe.
2016-11-11Merge pull request #5 from hamiltonkibbe/merge-curtacircuitosGarret Fick36-1010/+1113
Merge curtacircuitos
2016-11-07Merge upstream changeHamilton Kibbe1-6/+3
2016-11-07Merge pull request #57 from girtsf/masterHamilton Kibbe1-6/+3
cairo_backend.py: use BytesIO instead of StringIO
2016-11-07cairo_backend.py: use BytesIO instead of StringIOGirts Folkmanis1-6/+3
This fixes a crash in cairocffi on Python3, and should be compatible with both python2 and python3. In python2, byte strings are just strings. In python3, when getting binary data, the user probably wants a byte string instead of a regular string.
2016-11-06Fix tests on python3Hamilton Kibbe2-4/+2
2016-11-06Remove debug print"Hamilton Kibbe1-1/+0
2016-11-06temporarily disable tests faillin g on CIHamilton Kibbe1-5/+5
2016-11-06Merge upstream changesHamilton Kibbe32-557/+729
2016-11-05Merge branch 'merge-curtacircuitos' of github.com:hamiltonkibbe/gerber-tools ↵Hamilton Kibbe0-0/+0
into merge-curtacircuitos
2016-11-05Merge pull request #3 from garretfick/merge-curtacircuitosHamilton Kibbe122-4620/+20443
Merge curtacircuitos
2016-11-05Finish Merge, most tests passingHamilton Kibbe10-465/+402
2016-11-05Fix testsHamilton Kibbe1-2/+2
2016-09-29Add more layer hints as seen in the wildHamilton Kibbe2-11/+11
2016-09-24Commit partial merge so I can work on the planeHamilton Kibbe11-104/+244
2016-08-06Fix multiple problems with the merge. There are still errors, but I will ↵Garret Fick7-13/+39
intentionally leave them because future merges might resolve them
2016-08-06Manually mere rendering changesHamilton Kibbe33-1044/+1870
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to ↵Garret Fick12-27/+302
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple ↵Garret Fick42-48/+699
rendering bugs, especially related to holes in flashed apertures
2016-07-24Merge commit '2fa585853beff6527ea71084640f91bad290fac2' into ↵Garret Fick1-1/+4
merge-curtacircuitos
2016-07-20Merge commit '7a532514631384dbfc9d7fc2002cbbfe52433c9f' into ↵Garret Fick0-0/+0
merge-curtacircuitos
2016-07-20Merge in 6a005436b475e3517fd6a583473b60e601bcc661Garret Fick5-73/+68
2016-07-20Manually merge change 5430fa6738b74f324c47c947477dd5b779db5d1cGarret Fick1-3/+4
2016-07-20Manually merge change 6f876edd09d9b81649691e529f85653f14b8fd1cGarret Fick20-475/+2415
2016-07-17Manually merge af5541ac93b222c05229ee05c9def8dbae5f6e25Garret Fick6-16/+39