kicad/pcbnew/connectivity
Jeff Young 5985a21b74 Offset internal items by drag amount.
Some tools move only preview items while keeping the real items
hidden.  Those tools must use this new offset parameter.

Other tools move the real items.  Those tools can ignore this
parameter (which will default to {0,0}).

Fixes https://gitlab.com/kicad/code/kicad/issues/9391
2021-11-25 14:54:12 +00:00
..
CMakeLists.txt pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 2020-09-27 16:45:46 +02:00
connectivity_algo.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
connectivity_algo.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
connectivity_data.cpp Offset internal items by drag amount. 2021-11-25 14:54:12 +00:00
connectivity_data.h Offset internal items by drag amount. 2021-11-25 14:54:12 +00:00
connectivity_items.cpp Measure distance from pad center, not pad hull. 2021-08-02 22:42:54 +01:00
connectivity_items.h Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Clear numbers from non-numberable pads and don't run DRC on them. 2021-08-24 01:03:06 +01:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00