kicad/include/tool
Maciej Suminski cdc951d0a3 Fixed a crash when dragging a line was interrupted
Crash was caused by removing an element from m_activeTools list, causing other iterators to be invalidated.
2016-08-08 17:20:02 +02:00
..
examples Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
action_manager.h Fixed an assert when footprint viewer was closed before the pcbnew window. 2015-07-28 10:29:00 +02:00
context_menu.h Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
coroutine.h Refactor coroutine to improve readability and removed unnecessary heap allocations. Added documentation/links to various boost doc revisions. 2016-08-02 11:39:39 +02:00
tool_action.h Fixed an assert when footprint viewer was closed before the pcbnew window. 2015-07-28 10:29:00 +02:00
tool_base.h boost::context fixes to make it compatible with boost 1.61 2016-07-05 00:14:32 +02:00
tool_dispatcher.h Minor code cleaning. 2015-07-15 14:08:52 +02:00
tool_event.h Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
tool_interactive.h boost::context fixes to make it compatible with boost 1.61 2016-07-05 00:14:32 +02:00
tool_manager.h Fixed a crash when dragging a line was interrupted 2016-08-08 17:20:02 +02:00
tool_settings.h TOOL_SETTINGS acquires wxConfigBase each time it is used. 2015-08-07 18:17:51 +02:00