index
:
gerbonara.git
autoroute
dev
kicad
main
wip
Gerbonara: Pythonic library to read, modify and write Gerber and other PCB fabrication file formats
jaseg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gerber
/
primitives.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-03
Make primitives with unset level polarity inherit from region
jaseg
1
-2
/
+4
2017-11-14
Fix bounding box calculation for Slot primitives per #77
Hamilton Kibbe
1
-3
/
+6
2017-11-01
Fix error in slot rendering from #77
Hamilton Kibbe
1
-0
/
+1
2016-11-18
Finish adding square hole support, fix some primitive calculations, etc.
Hamilton Kibbe
1
-97
/
+135
2016-11-06
Merge upstream changes
Hamilton Kibbe
1
-20
/
+38
2016-11-05
Finish Merge, most tests passing
Hamilton Kibbe
1
-183
/
+183
2016-09-24
Commit partial merge so I can work on the plane
Hamilton Kibbe
1
-78
/
+94
2016-08-06
Fix multiple problems with the merge. There are still errors, but I will inte...
Garret Fick
1
-4
/
+7
2016-08-06
Manually mere rendering changes
Hamilton Kibbe
1
-378
/
+781
2016-07-24
Add more tests for rendering to PNG. Start adding tests for rendering to Gerb...
Garret Fick
1
-9
/
+21
2016-07-24
Add many render tests based on the Umaco gerger specification. Fix multiple r...
Garret Fick
1
-9
/
+26
2016-07-16
Fix most broken tests so that I can safely merge into changes with known expe...
Garret Fick
1
-2
/
+5
2016-06-25
Add support for polygon apertures
Garret Fick
1
-3
/
+4
2016-06-19
Offsetting amgroup was doubly offseting
Garret Fick
1
-1
/
+1
2016-05-28
Fix converting amgroup units
Garret Fick
1
-1
/
+18
2016-05-28
Fix units statement. Keep track of original macro statement in the AMGroup
Garret Fick
1
-3
/
+8
2016-03-26
Support for the G85 slot statement
Garret Fick
1
-0
/
+36
2016-03-05
More robust writing, even for bad files. Remove accidentally added imports
Garret Fick
1
-2
/
+0
2016-03-05
AM group hasn't implemented offset
Garret Fick
1
-4
/
+7
2016-03-05
Write polygons to macros
Garret Fick
1
-0
/
+18
2016-03-01
More rendering of AMGroup to statements
Garret Fick
1
-0
/
+32
2016-02-27
Fix critical issue with rotatin points (when the angle is zero the y would be...
Garret Fick
1
-1
/
+1
2016-02-27
RS274X backend for rendering. Incompelte still
Garret Fick
1
-2
/
+44
2016-02-02
Draw thermal aperture macros (as approximation)
Garret Fick
1
-1
/
+4
2016-01-31
Keep track of quadrant mode so we can draw full circles
Garret Fick
1
-1
/
+2
2016-01-31
Add support for more excellon formats. Dont consider line width when determin...
Garret Fick
1
-1
/
+1
2016-01-28
Cleanup, rendering fixes.
Hamilton Kibbe
1
-9
/
+38
2016-01-21
Fix a bunch of rendering bugs.
Hamilton Kibbe
1
-354
/
+723
2015-12-30
Render polygon flashes
Garret Fick
1
-1
/
+14
2015-12-30
Render primitives for some aperture macros
Garret Fick
1
-0
/
+41
2015-12-30
First time any macro renders
Garret Fick
1
-0
/
+56
2015-12-25
Identify flashes and bounding box without aperture
Garret Fick
1
-3
/
+133
2015-12-19
Parse misc nc drill files
Garret Fick
1
-1
/
+1
2015-12-16
Fix drawing arcs. Dont crash for arcs with rectangular apertures. Fix crash w...
Garret Fick
1
-4
/
+13
2015-12-02
Make the hit accessible from the drawable Hit, fix crash with cario drawing rect
Garret Fick
1
-1
/
+2
2015-09-10
Merge pull request #40 from curtacircuitos/cairo-render-unification
Hamilton Kibbe
1
-12
/
+20
2015-08-09
Add support for arcs in regions.
Hamilton Kibbe
1
-12
/
+20
2015-06-11
Add keys to statements for linking to primitives. Add some API features to Ex...
Hamilton Kibbe
1
-1
/
+3
2015-04-26
Refactor primitive unit conversion and add regression coverage to tests
Hamilton Kibbe
1
-256
/
+104
2015-04-24
Fix indentation after PR #26
Paulo Henrique Silva
1
-2
/
+2
2015-04-24
Fix for #25. Checking was happening at the gerber/excellon file level, but I ...
Hamilton Kibbe
1
-95
/
+160
2015-03-05
Fix parsing for multiline ipc-d-356 records
Hamilton Kibbe
1
-7
/
+56
2015-02-18
Add offset operation
Hamilton Kibbe
1
-1
/
+69
2015-02-18
Get unit conversion working for Gerber/Excellon files
Hamilton Kibbe
1
-25
/
+161
2015-02-15
Tests and bugfixes
Hamilton Kibbe
1
-4
/
+4
2015-02-13
Fix rendering for line with rectangular aperture per #12. Still need to do th...
Hamilton Kibbe
1
-8
/
+64
2015-02-12
Update line primitive to take aperture parameter
Hamilton Kibbe
1
-12
/
+12
2015-02-02
tests
Hamilton Kibbe
1
-1
/
+20
2015-02-02
More tests and bugfixes
Hamilton Kibbe
1
-9
/
+14
2015-02-01
Added primitives and tests
Hamilton Kibbe
1
-21
/
+182
[next]