kicad/include/tool
Mike Williams e51ab86225 Schematic Drag: fixes and improvements
Fixes:
* Various special cases around junctions on pins and dragging.

* Some rotations of endpoints resulting in a 45 degree rotate.

* Some cases where it was possible to get a line with neither
  endpoint selected, and also substractive unselecting only one of two
  selected endpoints unselecting both.

* Use line midpoint for sorting.  Start and endpoints aren't
  consistent in the order they appear on the X or Y axis. So,
  we need to use the midpoint for our position for consistent
  sorting when dragging groups of parallel lines where some
  have the start and end reversed.

Other:
* Rename TEMP_SELECTED TO SELECTED_BY_DRAG. This is the actual meaning
  of the flag, and should reduce confusion as
  to when it should be used.

* Move usage of TEMP_SELECTED as an algorithmic mark to CANDIDATE
  instead.

* Fix mistaken clearing of START_POINT and ENDPOINT.

* Move endpoint setting and clearing out of narrowSelection, and into
  selectPoint and selectMultiple.

* Don't show dangling end warnings on new lines
2022-03-28 16:02:48 -04:00
..
examples Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
action_manager.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
action_menu.h On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
action_toolbar.h Add support mode for dark mode to SCINTILLA_TRICKS. 2021-09-14 00:18:50 +01:00
actions.h Move show-bounding-boxes to a tool on the toolbars. 2022-01-17 11:56:40 +00:00
common_control.h Sub-menu "Preferences..." in main menu "Preferences": fix not working accelerator key. 2021-05-29 18:09:49 +02:00
common_tools.h Move show-bounding-boxes to a tool on the toolbars. 2022-01-17 11:56:40 +00:00
conditional_menu.h Fix uninitialized member warnings 2021-05-30 20:01:01 -04:00
coroutine.h More wxT-ification. 2022-02-09 17:04:32 +00:00
edit_constraints.h Partially integrate grid snapping with constraints. 2022-02-22 22:19:55 +00:00
edit_points.h Partially integrate grid snapping with constraints. 2022-02-22 22:19:55 +00:00
editor_conditions.h Move show-bounding-boxes to a tool on the toolbars. 2022-01-17 11:56:40 +00:00
grid_helper.h Pass VECTOR2I objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
grid_menu.h On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
picker_tool.h Fix some OSX compiler warnings 2021-05-09 12:59:57 +01:00
selection.h Schematic Drag: fixes and improvements 2022-03-28 16:02:48 -04:00
selection_conditions.h Cross-probing/selection for multiple items (SCH->PCB) 2022-01-16 20:29:03 +00:00
selection_tool.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
tool_action.h cleanup tool event and tool action includes 2021-06-06 18:26:26 +01:00
tool_base.h Start expunging NULL. 2021-07-15 15:44:45 -04:00
tool_dispatcher.h TOOL_DISPATCHER: drag activation should always use screen coordinates 2021-10-06 19:05:18 +00:00
tool_event.h Move selection disambiguation to long-click 2021-09-05 13:42:51 -07:00
tool_interactive.h Implement a safer (RAII) tool re-entrancy guard. 2021-07-27 16:37:34 +01:00
tool_manager.h ADDED: automatic zone refilling. 2022-02-24 18:16:45 +00:00
tool_menu.h cleanup tool event and tool action includes 2021-06-06 18:26:26 +01:00
tools_holder.h Update selected tool string when language changes. 2021-07-23 20:16:53 +01:00
zoom_menu.h On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
zoom_tool.h Move zoom_tool.h to include 2017-09-25 13:35:01 +02:00