Jeff Young
|
25fa2131d2
|
Restore PointCloserThan() behaviour to really be "closer than".
Change calls which really want it to be "closer than or equal" to
distance + 1.
Fixes: lp:1843329
* https://bugs.launchpad.net/kicad/+bug/1843329
|
2019-09-10 11:07:47 +01:00 |
Jeff Young
|
6f0d8c3eac
|
Replace buggy code in TestSegmentHit() with call to SEG::PointCloserThan()
Fixes: lp:1843101
* https://bugs.launchpad.net/kicad/+bug/1843101
|
2019-09-07 23:18:19 +01:00 |
Tomasz Włostowski
|
6180687bbd
|
TestSegmentHit: add corner case for null segment (start == end)
Fixes: lp:1833059
* https://bugs.launchpad.net/kicad/+bug/1833059
|
2019-06-25 01:06:25 +02:00 |
jean-pierre charras
|
b7f4113f96
|
Some minor fixes to prepare the new zone filling algo (no filled polygon thickness)
|
2019-06-02 11:51:47 +02:00 |
Jon Evans
|
e156e4509c
|
Report actual intersection position for crossing tracks
Fixes: lp:1825588
* https://bugs.launchpad.net/kicad/+bug/1825588
(cherry picked from commit f101934909 )
|
2019-05-26 13:03:23 -04:00 |
Seth Hillbrand
|
24bf838392
|
pcbnew: Allow arc editing via midpoint
This permits changing the radius of the arc by adjusting the center
point of the arc. The arc end points are fixed in this operation.
|
2019-04-07 06:50:25 -07:00 |
Jeff Young
|
5974899fa5
|
Clean up file locations and names.
|
2018-09-22 16:23:13 +01:00 |