223 Commits (93046076241575c70ec09086480d65de3d786533)

Author SHA1 Message Date
Mike Williams 9304607624 TOOL_EVENT: make command string non-optional 3 years ago
Mike Williams b7ba24b2d9 TOOL_EVENT: fix lifetime issues with const aEvent& refs 3 years ago
Seth Hillbrand b736460e71 Move optional access from value() to *operator 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
jean-pierre charras 993c446fdf Fix some warnings detected by PVS-STUDIO (most are not used vars) 3 years ago
Seth Hillbrand db4f2d9dd8 Catch some crashes on shutdown 3 years ago
Zoltan Puskas 1c04eb6d0e Fix -Wuninitialized warning in tool manager 3 years ago
Jeff Young f2fc78f380 Don't copy modifiers to prime events. 4 years ago
Jeff Young d465eb6425 ADDED: automatic zone refilling. 4 years ago
Jeff Young d28714167c All the preferences, all the time. 4 years ago
Jeff Young f606679164 Proper numeric sorting for intersheet refs. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Ian McInerney dc27079b71 cleanup tool event and tool action includes 5 years ago
Roberto Fernandez Bautista ae009e0758 Ensure clipboard data is available after KiCad closes 5 years ago
Jeff Young 16ebb3a433 Fix Mac compile error and clean up some other includes. 5 years ago
Ian McInerney e7798d8f23 Add another logging call to the tool manager 5 years ago
Jonathan Haas 55679be2e3 Fix some typos across the codebase 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
PJM 7ec46bc346 Pcbnew: Footprint warps to mouse if drag invoked from RMB menu 5 years ago
Mikolaj Wielgus f9c42585fb Force immediate action for auto start wire feature 5 years ago
Wayne Stambaugh 5ecef204cd Coding policy fixes. 5 years ago
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard 5 years ago
Wayne Stambaugh 6ab1144ea3 Fix broken Doxygen comment specifiers. 5 years ago
Ian McInerney 27fa3a422a Restore trace strings in the tool stack 5 years ago
Jeff Young d43eefbad5 Formatting. 5 years ago
jean-pierre charras 64636601b8 Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 5 years ago
Jeff Young 1899209e9b Support unicode text on the clipboard. 5 years ago
Mark Roszko 98ece9df72 Remove infinitely recursive loop on Windows (in special cases) 5 years ago
Marek Roszko 81a7afc76e Use kicad_algo directly rather than common.h 5 years ago
Jon Evans 3b252c696d Make tool init order dependent on registration order 5 years ago
Jeff Young f8875bc5a6 Move std::contains to alg::contains. 5 years ago
Jeff Young d7e80f8008 Add std::contains() to simplify a lot of code. 5 years ago
Jeff Young 1a988e8d85 Fix event processing bug which kept ModEdit's context menu from working. 5 years ago
Jeff Young 8dd725469f Process properties command locally within drawing tools. 5 years ago
Ian McInerney f28b60896c Allow toolbar items to cancel tools when pressed 5 years ago
Ian McInerney 4491f24d5e Ripout the old SyncToolbars infrastructure reminants 5 years ago
Ian McInerney 50b2271f84 Fix missing variable initialization 5 years ago
Jeff Young 5ee806c3a3 The dispatch-behind & whitelist stuff got broken again, so I've 5 years ago
Jeff Young f84406009b Push a couple of layers of indirection out of grid settings. 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 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Ian McInerney 60891f0b6d Add more trace messages in the tool framework 6 years ago
Seth Hillbrand 1770a1ea21 Prevent invalid decrement in tool manager 6 years ago
Jeff Young 919a66a703 Remove side-effect from finishTool(). 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
Tomasz Wlostowski 6673554866 common: prevent segfault with no edit frame in TOOL_MANAGER 6 years ago
Seth Hillbrand 03f74c87a1 Update immediate mode location and restart wires 6 years ago
Ian McInerney b1240b5b1e Gracefully shutdown tools when frames are closed 6 years ago