Jeff Young
|
ec020dd19f
|
First-class support for filled shapes.
|
2020-11-14 01:40:32 +00:00 |
Jeff Young
|
86b6afd14b
|
More cleanup of MODULE to see if it fixes SWIG error.
|
2020-11-13 21:07:36 +00:00 |
Jeff Young
|
47e86d76fb
|
Cleanup prior to adding filled flag.
|
2020-11-13 21:07:36 +00:00 |
Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Jeff Young
|
522d64968e
|
Yet more module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
7c60c2e404
|
Module -> footprint.
|
2020-11-07 18:50:30 +00:00 |
Marek Roszko
|
1984581c46
|
Remove common.h from more headers
|
2020-10-25 22:29:53 -04:00 |
Jeff Young
|
5ac17288a9
|
Work around missing copy constructor for PCB_SHAPE.
Also introduces performance enhancements so that single closed shapes
for board edges don't eliminate the effectiveness of the RTree.
Fixes https://gitlab.com/kicad/code/kicad/issues/5990
|
2020-10-15 11:38:18 +01:00 |
Jeff Young
|
1703729269
|
Require explicit decl of maxError and errorLocations.
This should reduce both performance issues and clearance issues.
|
2020-10-13 13:49:07 +01:00 |
Jeff Young
|
2f49db49bf
|
Fix fly-off arc handles and move Arc Properties to start/end/angle.
Fixes https://gitlab.com/kicad/code/kicad/issues/5791
|
2020-10-08 11:33:32 +01:00 |
Jeff Young
|
37906511f5
|
Class renaming.
DRAWSEGMENT -> PCB_SHAPE
EDGE_MODULE -> FP_SHAPE
TEXTE_PCB -> PCB_TEXT
TEXTE_MODULE -> FP_TEXT
|
2020-10-05 11:55:33 +01:00 |