kicad/pcbnew/tools
Seth Hillbrand 9505df5997 GRID_HELPER: Fix ALT issue with snapping
Disabling the grid should leave the snapping in place.  But our disabler
returned the current point as closest, effectively always ensuring the
cursor position was the closest snap.  This only uses grid when
requested.
2018-10-07 08:23:45 -07:00
..
drawing_tool.cpp pcbnew: Set graphic line width based on layer 2018-10-06 21:42:25 -07:00
drawing_tool.h pcbnew: Implement consistent graphical snapping 2018-10-03 17:23:56 -07:00
edit_constraints.cpp
edit_constraints.h
edit_points.cpp
edit_points.h fix misspelled 'allows to' -> 'allows one to' 2018-07-11 10:35:03 -04:00
edit_tool.cpp pcbnew: Drawing tool's crosshairs follow the element 2018-10-06 20:27:18 -07:00
edit_tool.h Fix issues with pad locking. 2018-09-26 21:57:35 +01:00
footprint_editor_tools.cpp Footprint editor: display a warning when trying to created a custom pad shape with a Bezier curve. 2018-07-22 18:39:48 +02:00
footprint_editor_tools.h
grid_helper.cpp GRID_HELPER: Fix ALT issue with snapping 2018-10-07 08:23:45 -07:00
grid_helper.h GRID_HELPER: Allow grid disable 2018-10-04 21:23:50 -07:00
microwave_tool.cpp pcbnew: Control cursor capture in microwave tool 2018-09-12 09:11:48 -07:00
microwave_tool.h Improve context menu consistency. 2018-08-02 11:01:03 +01:00
pad_tool.cpp Simplify copy/paste of pad settings. 2018-07-17 15:13:39 +01:00
pad_tool.h Simplify copy/paste of pad settings. 2018-07-17 15:13:39 +01:00
pcb_actions.cpp pcbnew: bring back the autoplacer tool to GAL 2018-08-24 14:42:49 +02:00
pcb_actions.h Put cursor and pan control in libcommon/tool, enable in Gerbview 2018-10-04 11:41:06 +02:00
pcb_bright_box.cpp
pcb_bright_box.h
pcb_editor_control.cpp pcbnew: Adjust selection behavior in highlight net 2018-10-05 21:20:26 -07:00
pcb_editor_control.h pcbnew: Cancel highlight with ESC 2018-09-23 15:09:18 -07:00
pcb_selection_conditions.cpp pcbnew: Rename PCB_ZONE_T and remove from connectivity 2018-09-29 15:09:15 -07:00
pcb_selection_conditions.h
pcb_tool.cpp Improve context menu consistency. 2018-08-02 11:01:03 +01:00
pcb_tool.h Improve context menu consistency. 2018-08-02 11:01:03 +01:00
pcbnew_control.cpp Put cursor and pan control in libcommon/tool, enable in Gerbview 2018-10-04 11:41:06 +02:00
pcbnew_control.h Put cursor and pan control in libcommon/tool, enable in Gerbview 2018-10-04 11:41:06 +02:00
picker_tool.cpp pcbnew: Drawing tool's crosshairs follow the element 2018-10-06 20:27:18 -07:00
picker_tool.h pcbnew: Remove legacy Magnetize() from GAL picker 2018-10-04 15:48:15 -07:00
placement_tool.cpp Move lock checks to CLIENT_SELECTION_FILTER. 2018-09-25 17:56:38 +01:00
placement_tool.h Move lock checks to CLIENT_SELECTION_FILTER. 2018-09-25 17:56:38 +01:00
point_editor.cpp GRID_HELPER: Fix ALT issue with snapping 2018-10-07 08:23:45 -07:00
point_editor.h Add hotkey (Insert) for zone create corner 2018-08-07 09:19:18 -07:00
position_relative_tool.cpp pcbnew: Remove legacy Magnetize() from GAL picker 2018-10-04 15:48:15 -07:00
position_relative_tool.h Change Position Relative To to use anchor, not centroid. 2018-09-24 00:42:56 +01:00
selection.cpp
selection_tool.cpp pcbnew: Allow deselection when clicking on zone 2018-10-05 21:20:32 -07:00
selection_tool.h pcbnew: Improve zone/polygon selection 2018-10-03 06:23:35 -07:00
tool_event_utils.cpp
tool_event_utils.h
tools_common.cpp pcbnew: bring back the autoplacer tool to GAL 2018-08-24 14:42:49 +02:00
zone_create_helper.cpp pcbnew: draw polygon and element previews on layer 2018-10-03 17:23:56 -07:00
zone_create_helper.h pcbnew: draw polygon and element previews on layer 2018-10-03 17:23:56 -07:00
zone_filler_tool.cpp Re activate Zone Unfill All command, accidentally removed by a previous commit. 2018-10-01 09:04:14 +02:00
zone_filler_tool.h pcbnew: Handle SEGZONE in GAL 2018-09-29 15:09:15 -07:00