138 Commits (06cdf0be98466d1530ee9d2813b7340fd38d4b31)

Author SHA1 Message Date
jean-pierre charras 11cc86e586 Hotkey handling: disable usage of keyboard modifier flag wxMOD_ALTGR. 4 weeks ago
Seth Hillbrand a1f816e8be Add additional modifies to hotkeys 4 weeks ago
Wayne Stambaugh e09b095533 Common folder housekeeping part 3. 9 months ago
Jeff Young ce483c848a Remove previous version of disable-previews-when-menu-open. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 9 months ago
John Beard 59759b325f Fix scroll events in things not using WX_VIEW_CONTROLS 11 months ago
John Beard 9c9542deea Bind multiply-modified scroll events to the increment action 1 year ago
Wayne Stambaugh 8a1347d2c8 Property grid navigation improvements. 1 year 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 3 years ago
Seth Hillbrand 110728af48 Prevent focus stealing in some Linux WMs 3 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 4 years ago
Jon Evans 793f133815 Apply shift-hotkey fix to all platforms 4 years ago
Jon Evans ae84696341 Fix shift-modified hotkeys in GTK (thanks Ian) 4 years ago
Wayne Stambaugh d2a7f81b10 Debugging improvements and clean up. 4 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. 5 years ago
Jon Evans fbef52ec33 Don't process hotkeys on text entries 5 years ago
Ian McInerney c7e512852a Fix escape key event propagation regression from bdf94916 5 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