4545 Commits (e3e546f7d273ec076f94b090e4a30f3b5cc7ea47)

Author SHA1 Message Date
Seth Hillbrand c9d65c5324 Adding contributors 6 years ago
Jeff Young 3a2c39b0f8 Remove disappearing-preferences hack in favour of fix in wxWidgets. 6 years ago
Jeff Young 17b5a3750b Move preferences-lost hack down into EDA_DRAW_FRAME. 6 years ago
Jeff Young 4d53ff9811 Grid dropdown doesn't always live in the same toolbar. 6 years ago
Jeff Young 8db8119564 Redraw selection halos after zooming. 6 years ago
Seth Hillbrand 5151cd0bfe C++14: Remove unused make_unique.h 6 years ago
jean-pierre charras 38fc51c3b6 CMakeLists.txt: add compil option KICAD_STDLIB_LIGHT_DEBUG, useful when KICAD_STDLIB_DEBUG cannot be used. 6 years ago
Seth Hillbrand 5facd37376 GAL: Use cursor enum 6 years ago
Ian McInerney 920120864f Fix initialization of COLOR4D statics 6 years ago
Ian McInerney b6f6fc3d65 Return handled status for actions run from hotkeys 6 years ago
Jeff Young 1a68d7c200 Cleanup no-longer-used variable. 6 years ago
Jeff Young 97d70d7844 Fix cursor bugs in simulation. 6 years ago
Jeff Young 5503727d3d Fix some placement bugs with selection haloes on text. 6 years ago
Jeff Young cc82e59003 Push the Quit/Close menu logic down into common. 6 years ago
Ian McInerney 05429bc39c Recursively call evaluate on submenus of conditional menus 6 years ago
Jeff Young 937e3c2d48 Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated. 6 years ago
Ian McInerney bea74c27e5 Add log trace for tool handling 6 years ago
jean-pierre charras 9b6c8c885b 3D viewer: fix preferences/grid issues: grid menuitems always disabled. 6 years ago
Jeff Young 6bf1ac45e3 New selection highlighting model for eeschema. 6 years ago
Jeff Young 3904d7ccfc Push some search stuff down into EDA_DRAW_FRAME so it can be shared. 6 years ago
Jeff Young 460b03372d Implement preference for immediate actions. 6 years ago
Stefan Hamminga e58d9606dd Rebased LTO fix for coroutines 6 years ago
jean-pierre charras bd8721d6b9 Python scripting: fix missing definition of uint32_t (and some other similar defs). 6 years ago
jean-pierre charras 9e90cb9572 Kicad manager: fix incorrect handling of disabled state of tools in launcher toolbar 6 years ago
Seth Hillbrand 7759ad7e27 eeschema: Clean up backup name 6 years ago
jean-pierre charras 858db3c104 Synchronize toolbars state with current options after rebuilding them. 6 years ago
jean-pierre charras b428d74281 Fix incorrect size of the displayed worksheet when starting eeschema or gerbview without file loaded. 6 years ago
Jeff Young 43be58a1ea Fix bug in occulted centering logic. 6 years ago
jean-pierre charras 6577309de4 DIALOG_PRINT_GENERIC: more easy to use user scale option. (not actual change for printing) 6 years ago
jean-pierre charras c84c10fa06 PAGED_DIALOG: fix an issue related to TransferDataFromWindow and TransferDataToWindow, on wxWidgets 3.0 6 years ago
Tomasz Wlostowski 6cab769f41 MSVC support for libcontext 7 years ago
Simon Richter 884ae5a7ff Work around missing min/max in Windows headers 7 years ago
Seth Hillbrand f2db7ecbe4 Partial revert of 1a7cef2950 6 years ago
jean-pierre charras 6388189f48 Preferences, Hotkey list: Avoid list to be shown twice. 6 years ago
Jeff Young 2c5876ee8c Add more control over how corners are handled when inflating polygons. 6 years ago
Jeff Young e816a0c29d Push Eeschema & PLEditor PICKER_TOOLs down into common. 6 years ago
Jeff Young 16f672a9bd Fix signed/unsigned mismatch. 6 years ago
Jeff Young 58ca5b71a9 A more robust fix for 36f1d023f0. 6 years ago
Jeff Young a3c74051c2 Allow edits to self-intersecting polygons. 6 years ago
Jeff Young 928d6c5dff Implement preserved-corners to prevent divots when filling adjacent zones. 6 years ago
Jeff Young 1a7cef2950 Improve performance, commenting and API of some polygon classes. 6 years ago
Jeff Young 1dbaa89f95 Fix a bug in tool activation/deactivation and another illegal static_cast. 6 years ago
Jeff Young a3855cb4f2 Allow thermal spokes to be same width as minimum width. 6 years ago
Jeff Young 20036f8105 Add FootprintExists() which can be more careful about FS differences. 6 years ago
Jeff Young 7159f6e48a MRU for page size and orientation, and clearer info that this is all preview data only. 6 years ago
Ian McInerney ff9d899ae0 pcbnew: Clean up warnings with unit handling in the DXF export 6 years ago
Jeff Young 30ec895c96 Cleanup event processing stuff to keep better track of "handled". 6 years ago
Jeff Young 483dc24e87 Homogenize selection tools around our HIG. 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