kicad/common/tool
Seth Hillbrand b876309999 Don't skip handled events in GTK
Now that our tool framework handles the hotkeys, we need to skip the
passed handling work-around for actions that are already handled in the
event.

Fixes: lp:1832604
* https://bugs.launchpad.net/kicad/+bug/1832604
2019-06-18 17:19:40 -07:00
..
action_manager.cpp Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +01:00
action_menu.cpp Make better use of TOOL_EVENT parameters. 2019-06-18 20:24:15 +01:00
action_toolbar.cpp Immediate-action hotkeys (and context menu actions) for eeschema. 2019-06-15 20:43:51 +01:00
actions.cpp Make better use of TOOL_EVENT parameters. 2019-06-18 20:24:15 +01:00
common_control.cpp Make better use of TOOL_EVENT parameters. 2019-06-18 20:24:15 +01:00
common_tools.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +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 Handle '&'s in menu labels. 2019-06-17 10:45:23 +01:00
tool_base.cpp Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
tool_dispatcher.cpp Don't skip handled events in GTK 2019-06-18 17:19:40 -07:00
tool_event.cpp Push/pop tools even when selected from the toolbar. 2019-06-18 20:24:15 +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 Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +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 Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00