172 Commits (047f52e7cbde3ddbd3647083ab75ffcfb75f7f73)

Author SHA1 Message Date
decimad 6a9c1cb6a1 Split the undo/redo event into the two stages "pre" and "post" for convenient synchronization of dependent state. 9 years ago
decimad ee3d75f273 Add coroutine call invocation context to identify the main stack frame. 9 years ago
Maciej Suminski cdc951d0a3 Fixed a crash when dragging a line was interrupted 9 years ago
Michael Steinberg 86496d3141 Pcbnew: fix dangling board reference crash in GAL. (fixes lp:1584489) 9 years ago
decimad 532634abf2 fix reentrant tool state crash 9 years ago
Michael Steinberg 06d4894fdb boost::context fixes to make it compatible with boost 1.61 10 years ago
Maciej Suminski 33e7fe6211 Fix a crash caused by invalid iterator (thanks to Michael Steinberg) 10 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 10 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 10 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
Collin Anderson 08b52131df Fix beep on hotkey press in OS X 10 years ago
Maciej Suminski 031fbb4630 Avoid too frequent message panel updates. 10 years ago
Bernhard Stegmaier 3e2b4244f9 OSX: add support for wxMagnifyEvent on OSX builds using wxWidgets 3.1.0 or greater. 10 years ago
Maciej Suminski d373915340 Fixed crash when context menu is invoked during track dragging (GAL). 10 years ago
Maciej Suminski a09d6431e4 Coverity report fix: handle an exception potentially thrown by CONTEXT_MENU::runOnSubmenus. 10 years ago
Maciej Suminski 03d8d6850a Minor fixes. - Prevent a crash if m_activeTools is empty (should not happen, but you know the Murphy's law) - Better use of conditions in FOOTPRINT_EDIT_FRAME::Process_Special_Functions() 10 years ago
Maciej Suminski 9ecc593aac TOOL_SETTINGS acquires wxConfigBase each time it is used. 10 years ago
Tomasz Wlostowski 9c2bcb2f3c Fixed crash on right click on zone with GAL mode. 10 years ago
Maciej Suminski 29cbaa206e Fixed updating of Zoom & Grid context menus. 10 years ago
Maciej Suminski 094c286024 Fixed issues reported by Coverity. 10 years ago
Maciej Suminski c9837595ef Fixed VIEW_CONTROLS too frequent reset. 10 years ago
Maciej Suminski e9921d8eea Fixed an assert when footprint viewer was closed before the pcbnew window. 10 years ago
Maciej Suminski d010703eaf Fixed cursor freeze in pcbnew (GAL). 10 years ago
Maciej Suminski d6bc33bd42 Removed a few more memory leaks and fixed crash on exit. 10 years ago
Maciej Suminski 982eee7905 Do not invoke PNS inline dragging when 'Duplicate' is run. 10 years ago
Maciej Suminski 59af7a96f8 Minor code cleaning. 10 years ago
Maciej Suminski 4661e39e08 Fixed displayed modifiers for hotkeys in context menus (GAL). 11 years ago
Maciej Suminski 3cb095b7c2 GAL canvases update status bar, message panel & zoom widget. 11 years ago
Maciej Suminski 766da1e494 Code formatting. 11 years ago
Tomasz Wlostowski a86fda1d37 tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 11 years ago
Maciej Suminski a988ebaabd Zone merging (GAL). 11 years ago
Maciej Suminski dd5275f6c6 Minor SELECTION_TOOL fixes. 11 years ago
Maciej Suminski 5c6ecb0491 Zoom hotkeys fix for Windows (GAL). 11 years ago
Garth Corral 6eaf029a0e Pinch to zoom for OS X. 11 years ago
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
Maciej Suminski 99e5228948 Moved the list of TOOL_ACTIONs to ACTION_MANAGER. 11 years ago
jean-pierre charras 2047d87317 Minor fixes (Bug #1414328 and Bug #1440312). Remove translatable attribute in a debug message. 11 years ago
Maciej Suminski 8390fec69d Minor fixes. 11 years ago
Maciej Suminski e37b07a6fc Explicit destruction of menu entries in CONTEXT_MENU. 11 years ago
Maciej Suminski b218c1099f Added TA_CONTEXT_MENU_CLOSED tool event. 11 years ago
Maciej Suminski f2788a3086 Corrected way of storing cursor coordinates for context 11 years ago
Maciej Suminski 06b978b829 Refactored CONTEXT_MENU, added handler for updating. 11 years ago
Maciej Suminski 4be876a13a Expandable CONTEXT_MENUs (GAL). Minor CONTEXT_MENU 11 years ago
Maciej Suminski 946b9d1933 setTransitions() are called automatically for tools. 11 years ago
Maciej Suminski 5c984aa069 Parametrized TOOL_ACTIONs. 11 years ago
Maciej Suminski b1cd83c197 Icons in GAL context menus. 11 years ago
Maciej Suminski 6083f3b011 Internationalization of GAL dialogs & menus. 11 years ago
Maciej Suminski 589dd442f5 Clippy returns home. 11 years ago
Maciej Suminski 8be73ad05a KiCad assistant. 11 years ago
Chris Pavlina be29952819 Fix for hotkey collisions when modifiers are used. 11 years ago