You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeff Young
833534537d
Fix touchpad tapping.
Don't apply missing-mouse-up logic to mouse-down events. The
logic depends on mouse-state, and the OS-synthesized mouse-up
and mouse-down events from a tap don't contain any state.
Fixes: lp:1737010
* https://bugs.launchpad.net/kicad/+bug/1737010
8 years ago
..
action_manager.cpp
refactoring: allow to run TOOL_MANAGER and SELECTION_TOOL without a host wxFrame
8 years ago
actions.cpp
Move ZOOM_TOOL to common; add RMB-drag to zoom out
8 years ago
common_tools.cpp
Prevent creating too many transitions by TOOL_MANAGER
8 years ago
conditional_menu.cpp
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
9 years ago
context_menu.cpp
Cosmetic enhancement in GAL: disambiguationMenu: add icons in menuitems, like in Legacy mode.
8 years ago
grid_menu.cpp
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
9 years ago
selection_conditions.cpp
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
9 years ago
tool_action.cpp
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
8 years ago
tool_base.cpp
router: fix corruption of board data when the inline drag is activated while the router tool is running
8 years ago
tool_dispatcher.cpp
Fix touchpad tapping.
8 years ago
tool_event.cpp
Split the undo/redo event into the two stages "pre" and "post" for convenient synchronization of dependent state.
9 years ago
tool_interactive.cpp
Prevent creating too many transitions by TOOL_MANAGER
8 years ago
tool_manager.cpp
Fix quotes in UI messages
8 years ago
tool_menu.cpp
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
9 years ago
zoom_menu.cpp
Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common
9 years ago
zoom_tool.cpp
Move ZOOM_TOOL to common; add RMB-drag to zoom out
8 years ago