summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-11Make __main__ functional again and install a script entry point.Chintalagiri Shashank3-26/+118
2019-05-11Add hook for outline layer to PCB classChintalagiri Shashank1-0/+6
2019-05-11Add a new transparant theme for multilayer renders.Chintalagiri Shashank1-0/+32
2019-05-10Correctly recognize gEDA pcb generated gerber filenamesChintalagiri Shashank2-13/+31
2019-04-24fix a genarating closed path issueopiopan2-4/+21
2019-04-07compliant with PyPi repositoryopiopan3-10/+10
2019-04-07expand test and fix many issuesopiopan41-100/+2634
2019-04-03add move and rotation capability to DxfFile objectopiopan2-7/+68
2019-04-03add rectangle generatoropiopan3-27/+64
2019-04-03fix a rotaion issueopiopan5-13/+28
2019-04-01fix a document issueopiopan1-1/+1
2019-04-01fix a document issueopiopan1-1/+1
2019-04-01compliant with Python 2.7opiopan2-2/+4
2019-04-01add examplesopiopan57-2/+94376
2019-03-31change documentopiopan1-3/+3
2019-03-31fix a minor issueopiopan3-10/+11
2019-03-31auto detection closed paths in the collection of DXF arc object and line obje...opiopan17-14744/+345
2019-03-30add mouse bites generator functionopiopan9-49/+2786
2019-03-25fix a setup issueopiopan2-2/+18
2019-03-24change READMEopiopan2-7/+32
2019-03-23add rotation fuctionopiopan17-19/+12374
2019-03-21initial commitopiopan14-0/+1551
2019-03-02fix reversed layer bugHamilton Kibbe1-1/+1
2019-02-04Merge pull request #94 from jaseg/masterHamilton Kibbe3-17/+17
2019-02-03Make primitives with unset level polarity inherit from regionjaseg3-17/+17
2019-01-26Merge pull request #92 from curtacircuitos/subclass-bugfixHamilton Kibbe8-69/+90
2019-01-26Merge pull request #91 from cejpmart/patch-1Hamilton Kibbe1-1/+2
2019-01-26Merge pull request #88 from jaseg/fixesHamilton Kibbe1-1/+1
2019-01-26IPC356: Do not crash on record type 367Martin Cejp1-1/+2
2018-07-06Fix cairo matrix clone op to not use copy.copyjaseg1-1/+1
2018-06-27Merge pull request #87 from ju5t/full-filename-regexHamilton Kibbe2-4/+4
2018-06-27Merge pull request #85 from ju5t/skip-subdirectoriesHamilton Kibbe1-0/+3
2018-06-26Match full filename instead of the base nameju5t2-4/+4
2018-06-25Skip subdirectories during importju5t1-0/+3
2018-06-05Fix hard requirement of cairo per #83, and add stubs for required subclass me...Hamilton Kibbe8-69/+90
2017-12-01Merge pull request #80 from jaseg/masterHamilton Kibbe2-23/+11
2017-11-25Use positional arguments for cairo.Context.arcjaseg1-21/+5
2017-11-25Add hole support to ADParamStmt.rectjaseg1-2/+6
2017-11-22Merge pull request #76 from ju5t/guess-layerHamilton Kibbe3-14/+236
2017-11-16Merge pull request #79 from curtacircuitos/fix-slot-positionHamilton Kibbe2-3/+20
2017-11-14Fix bounding box calculation for Slot primitives per #77Hamilton Kibbe1-3/+6
2017-11-14Add test that reproduces #77Hamilton Kibbe1-0/+14
2017-11-01Fix error in slot rendering from #77Hamilton Kibbe1-0/+1
2017-11-01Check gerber content for layer hintsju5t3-14/+236
2017-09-22Merge pull request #73 from kliment/masterHamilton Kibbe4-6/+115
2017-09-18Set travis distro to preciseKliment Yanev1-0/+1
2017-09-18Remove references to scipy from travis config and setup.pyKliment Yanev2-2/+2
2017-09-16Remove scipy from requirements.txtKliment Yanev1-1/+0
2017-09-16Implement quickhull to remove scipy dependencyKliment Yanev1-3/+112
2017-07-04Fix handling of multi-line strings per #66Hamilton Kibbe2-890/+928