kicad/common/tool
Maciej Suminski d8acd1c718 Moved Init() & Reset() from TOOL_INTERACTIVE to TOOL_BASE.
Added REASON enum for Reset() function, so tools will know why a reset occured.
Fixed SELECTION_TOOL (it was bailing out, when a new board was loaded and some items were still selected).
Added removal of VIEW_ITEM groups after changing layers and removing items.
2013-12-09 10:42:38 +01:00
..
action_manager.cpp Fixed an infinite loop in the destructor of ACTION_MANAGER; 2013-12-06 13:57:56 +01:00
context_menu.cpp Storing the selected item position from a context menu. 2013-11-29 16:45:39 +01:00
tool_base.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
tool_dispatcher.cpp The Selection Tool is always active. Removed entries for toolbar menu and hotkeys for the tool. 2013-12-03 17:11:22 +01:00
tool_event.cpp Double click support for the Tool Framework. 2013-11-28 15:19:50 +01:00
tool_interactive.cpp Mainly case changes. 2013-10-14 20:40:36 +02:00
tool_manager.cpp Moved Init() & Reset() from TOOL_INTERACTIVE to TOOL_BASE. 2013-12-09 10:42:38 +01:00