- 14 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 09 Dec, 2014 1 commit
-
-
Maciej Suminski authored
-
- 21 Nov, 2014 1 commit
-
-
Maciej Suminski authored
-
- 20 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 09 Jul, 2014 12 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
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
-
- 22 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 14 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 May, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Resolved HOME hot key conflict between menu entry (Zoom Page) and event assigned to the hot key in the ACTION_MANAGER. Conflicts: pcbnew/menubar_pcbframe.cpp
-
- 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
Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme.
-
- 01 Apr, 2014 1 commit
-
-
Maciej Suminski authored
If tool was previously active and it is called again, it is brought to the top of the active tool stack. It fixes issue of dragging of items that have EDIT_POINTs, when dragging was activated by hovering over an item and using hot key.
-
- 21 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 28 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Selection clearing is invoked using TOOL_ACTION object rather than its name.
-
- 07 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.
-
- 03 Dec, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 29 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Nov, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
- 11 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 15 Oct, 2013 1 commit
-
-
Maciej Suminski authored
-
- 14 Oct, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
Maciej Suminski authored
-