kicad/common/tool
jean-pierre charras 1633068920 tool_dispatcher.cpp: fix incorrect handling of ESC key on Linux and Windows.
m_toolMgr->ProcessEvent() returns false when a ESC key is handled. It should return true.
So we force the handled flag to true for a ESC key event to avoid skipping this event.
Otherwise the ESC key event is handled twice.
2019-07-08 16:28:45 +02:00
..
action_manager.cpp Avoid crashed in eeschema after selecting/deselecting and reselecting highlight tool or delete tool 2019-06-26 13:17:03 +02:00
action_menu.cpp Possible fix for GTK bug differentiating hotkeys from menu picks. 2019-07-08 10:51:45 +01:00
action_toolbar.cpp Immediate-action hotkeys (and context menu actions) for eeschema. 2019-06-15 20:43:51 +01:00
actions.cpp Add a few more actions to the hotkeys list and add hotkeys to tooltips. 2019-07-07 22:30:18 +01:00
common_control.cpp Make better use of TOOL_EVENT parameters. 2019-06-18 20:24:15 +01:00
common_tools.cpp Common-ize EE_ACTIONS::refreshPreview and use it after cursor actions. 2019-07-05 14:45:15 +01:00
conditional_menu.cpp Remove selection condition from conditional menu separators. 2019-06-15 20:43:51 +01:00
edit_constraints.cpp pcbnew: Don't reset triangular points for intersection 2019-06-07 21:35:29 -07:00
edit_points.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
grid_menu.cpp Immediate-action hotkeys (and context menu actions) for eeschema. 2019-06-15 20:43:51 +01:00
selection_conditions.cpp Replace deleteNode and deleteConnection with selectNode and selectConnection. 2019-05-05 17:14:29 +01:00
tool_action.cpp Add a few more actions to the hotkeys list and add hotkeys to tooltips. 2019-07-07 22:30:18 +01:00
tool_base.cpp Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
tool_dispatcher.cpp tool_dispatcher.cpp: fix incorrect handling of ESC key on Linux and Windows. 2019-07-08 16:28:45 +02:00
tool_event.cpp Massage an earlier fix so that mouse-clicks in tools update the highlighting. 2019-07-06 17:50:35 +01: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 Make <esc> unhighlight nets, but only after all tools have been cleared. 2019-07-08 00:02:25 +01:00
tool_menu.cpp Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
zoom_menu.cpp Immediate-action hotkeys (and context menu actions) for eeschema. 2019-06-15 20:43:51 +01:00
zoom_tool.cpp Allow move tool to run on top of other tools. 2019-07-01 22:15:25 +01:00