- 09 Jul, 2014 14 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Reworked the way of processing events in TOOL_MANAGER class. Added GetCommandStr() for TOOL_EVENT class.
-
Maciej Suminski authored
Introduced a new type of action: TA_ACTIVATE to distinguish events activating tools from common tool actions.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Event handlers are (dis)connected depending on the active view. TOOL_DISPATCHER inherits from wxEvtHandler, so now it receives events directly instead of being fed by external handlers.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 06 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 31 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 22 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 14 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 May, 2014 3 commits
-
-
Maciej Suminski authored
Moved menuCopy to CONTEXT_MENU copy constructor.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 09 Apr, 2014 2 commits
-
-
Maciej Suminski authored
Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout).
-
Maciej Suminski authored
Hot keys specific to a tool have priority over global hot keys (TOOL_ACTION scope: AS_GLOBAL/AS_CONTEXT is finally handled properly).
-
- 04 Apr, 2014 1 commit
-
-
Maciej Suminski authored
Added possibility of switching tools by the right toolbar buttons, without deactivating the current tool first (previously tools did not switch if there was one active).
-
- 24 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Refactored code that handled zooming events. Added PCB_RENDER_SETTINGS::Get/SetSketchMode(). PCBNEW_CONTROL reacts to hot keys changing display modes (sketch via/tracks, high contrast).
-
- 21 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
ROUTER_TOOL events have temporarily changed their hotkeys assignment.
-
- 28 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Selection clearing is invoked using TOOL_ACTION object rather than its name.
-
- 27 Feb, 2014 1 commit
-
-
Maciej Suminski authored
TOOL_EVENT message is supposed to contain string as parameter. Added missing header for class_drawsegment.h (KiROUND). Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
-
- 19 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 06 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Removed an unnecessary header from class_board_item.h.
-
- 31 Jan, 2014 1 commit
-
-
Maciej Suminski authored
-
- 30 Jan, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 09 Dec, 2013 1 commit
-
-
Maciej Suminski authored
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.
-
- 05 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 03 Dec, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 29 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 28 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-