kicad/common/tool
Seth Hillbrand 91fbb5c957 Don't prevent immediate actions while router active
Immediate actions that can take place are useful.  We should only be
preventing immediate actions while actively routing or dragging

Fixes https://gitlab.com/kicad/code/kicad/issues/12311
2022-08-30 10:31:29 -07:00
..
action_manager.cpp Cleanup & performance enhancements. 2022-08-01 13:09:51 +01:00
action_menu.cpp Use wxWidgets IDs for cut/copy/paste. 2022-08-07 11:28:16 +01:00
action_toolbar.cpp Suppress wx3.1.6 assert because it wants the window handle for dpi 2022-05-08 19:26:41 -04:00
actions.cpp Cross-probing/selection for multiple items (PCB -> SCH) 2022-08-22 19:33:39 +00:00
common_control.cpp Move Configure Paths help inside dialog. 2022-08-07 11:28:16 +01:00
common_tools.cpp Try a slightly different tack for cancelling net highlighting. 2022-07-19 10:31:49 +01:00
conditional_menu.cpp Add "Enter Sheet" to Sheet tool (context menu & double-click). 2022-05-30 14:08:26 +01:00
edit_constraints.cpp Partially integrate grid snapping with constraints. 2022-02-22 22:19:55 +00:00
edit_points.cpp Use highlight algo that works for both PCBNew and Eeschema. 2021-11-01 16:08:49 +00:00
editor_conditions.cpp Move show-bounding-boxes to a tool on the toolbars. 2022-01-17 11:56:40 +00:00
grid_helper.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
grid_menu.cpp On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
picker_tool.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
selection.cpp Cross-probing/selection for multiple items (PCB -> SCH) 2022-08-22 19:33:39 +00:00
selection_conditions.cpp Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
selection_tool.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
tool_action.cpp cleanup tool event and tool action includes 2021-06-06 18:26:26 +01:00
tool_base.cpp Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
tool_dispatcher.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
tool_event.cpp Don't prevent immediate actions while router active 2022-08-30 10:31:29 -07:00
tool_interactive.cpp Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
tool_manager.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
tool_menu.cpp Formatting. 2022-02-25 17:36:35 +00:00
tools_holder.cpp Update selected tool string when language changes. 2021-07-23 20:16:53 +01:00
zoom_menu.cpp On-the-fly translations for Grid and Zoom menus. 2022-02-25 17:36:35 +00:00
zoom_tool.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00