131 Commits (00c7abc2400ac6b5a65cc034d745b127683fbf99)

Author SHA1 Message Date
Wayne Stambaugh 8a1347d2c8 Property grid navigation improvements. 2 years ago
Ian McInerney b588001b95 Don't remember the menu in the tool dispatcher 2 years ago
Jeff Young 169ece3b71 Try reusing the TOOL_DISPATCHER menu hack for libtree previews. 2 years ago
Wayne Stambaugh 6183a1e4de Coverity warning fixes. 2 years ago
Seth Hillbrand db8e15ce88 Require wxWidgets 3.2 2 years ago
Marek Roszko ea077bc34d Banish ignore.h to core 3 years ago
Marek Roszko 1edf84d756 More wxS ugh 3 years ago
jean-pierre charras f76811471e Avoid an annoying compil warning with GCC 12.2 3 years ago
Jeff Young 2422b9a7c8 Simplification, formatting, and spelling. 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Jeff Young e5a664c6b3 Try a slightly different tack for cancelling net highlighting. 3 years ago
Mike Williams 857990a883 Hierarchy: turn into a left side pane 4 years ago
Seth Hillbrand 110728af48 Prevent focus stealing in some Linux WMs 4 years ago
Mike Williams 27765cd584 TOOL_DISPATCHER: drag activation should always use screen coordinates 4 years ago
Seth Hillbrand 548e5f49bd Clean up unused variable usage 4 years ago
Jeff Young 2489408c34 Use position as well as time-based drag semantics on Mac. 4 years ago
Mike Williams 9ca836d1ea Tools: Respect system drag 4 years ago
Marek Roszko 1fb42c5e43 Try and cleanup the input focus/key event a little 4 years ago
Marek Roszko 84092ce6d4 Update the event handling guard for focused controls 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Marek Roszko 69d7a23e1c Start cleaning out wx/wx.h in cpp files 5 years ago
Jon Evans 793f133815 Apply shift-hotkey fix to all platforms 5 years ago
Jon Evans ae84696341 Fix shift-modified hotkeys in GTK (thanks Ian) 5 years ago
Wayne Stambaugh d2a7f81b10 Debugging improvements and clean up. 5 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Ian McInerney 0a0935e0f3 Remove ACTIONS::TranslateLegacyId and TOOL_DISPATCHER::DispatchWxCommand 5 years ago
Wayne Stambaugh 6ab1144ea3 Fix broken Doxygen comment specifiers. 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
Marek Roszko 05b5d2de00 Cleanup/downscope variable 5 years ago
Marek Roszko 9ed1ad06f7 The canvas should get the focus on clicks not the window 5 years ago
Marek Roszko 262bb06d91 Avoid stealing focus from text controls when hovering over canvas 5 years ago
Marek Roszko 8eaf9915c1 Check if the window is foreground before causing a focus war 5 years ago
Marek Roszko f38676fc46 Move the timer fix to the dispatcher to just always run 5 years ago
Ian McInerney 72a1c71e07 Implement a framework to handle wxUpdateUIEvents for tool actions 5 years ago
Jeff Young e9da02e2d5 Only reserve hotkeys for focused textCtrls that are editabled. 5 years ago
Jeff Young 449c90a0ae Some more work on getting wxWidgets to stop stealing textEntry keys. 6 years ago
Jon Evans fbef52ec33 Don't process hotkeys on text entries 6 years ago
Ian McInerney c7e512852a Fix escape key event propagation regression from bdf94916 6 years ago
Jeff Young bdf9491682 Re-factor the event whitelist stuff so that it doesn't promise what it can't deliver. 6 years ago
Jeff Young a3486b7cd4 Fix ESC handling with whitelist. 6 years ago
Jeff Young 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Jeff Young d69ebfae49 Push tool framework base down into TOOL_HOLDER. 6 years ago
Jeff Young e9cd9ee8ff Actionize the rest of the 3D viewer. 6 years ago
Ian McInerney 5d46e721e5 pcbnew: Cleanup includes of pcbnew_id.h 6 years ago
Ian McInerney bea74c27e5 Add log trace for tool handling 6 years ago
Jeff Young 30ec895c96 Cleanup event processing stuff to keep better track of "handled". 6 years ago
jean-pierre charras 1633068920 tool_dispatcher.cpp: fix incorrect handling of ESC key on Linux and Windows. 6 years ago
jean-pierre charras 269cd11b5a tool_dispatcher.cpp: fix incorrect char event filtering, that created issues on Windows. 6 years ago
Seth Hillbrand b876309999 Don't skip handled events in GTK 7 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago