3014 Commits (34abef3f5abfb71b4451398655f44723c8a7979a)

Author SHA1 Message Date
Maciej Suminski d1550b0cdb Renamed VIEW_CONTROLS::SETTINGS to VC_SETTINGS. 9 years ago
Maciej Suminski ac38f1112d Removed duplicated code from TOOL_MANAGER::RunAction() 9 years ago
Chris Pavlina 1cee5780a5 Fix GAL focus bug 9 years ago
Chris Pavlina 4618e6c7f8 Component chooser: event and focus cleanup 9 years ago
Maciej Suminski e6cfb6af52 Revert "Fix setting the background color in OPENGL_GAL" 9 years ago
Maciej Suminski 94d8e1e69c Fixed a memleak in ReadHotkeyConfig() 9 years ago
Cirilo Bernardo 68bcdec87e Workaround for non-ASCII filenames in Windows 9 years ago
jean-pierre charras 4eeed8d04f Icons options menu: code rework 9 years ago
Jon Evans 88f7c55d95 Move ZoomFitScreen and ZoomPreset from PCBNEW_CONTROL to COMMON_TOOLS 9 years ago
Maciej Suminski 906ee77dbf Fixed VIEW_ITEM memory leaks 9 years ago
jean-pierre charras e7e972804a Make show/hide icons in menus a run time option, instead of compil option. 9 years ago
Maciej Suminski 1d8730752c Restore valid force cursor setting before saving VIEW_CONTROLS settings 9 years ago
Maciej Suminski ca985791bc Fix setting the background color in OPENGL_GAL 9 years ago
John Beard 4547b2e26d Don't init wxBitmaps before GUI is ready 9 years ago
jean-pierre charras 8526935183 GAL: better progression between zoom in/zoom out (in/out/in sequence keeps the same zoom value) 9 years ago
jean-pierre charras 1cffcafe2d GAL mode: Add small cross option to grid style (now: options are Dots, Grid, Small cross) 9 years ago
John Beard 1d039cb4c1 Break row indicators out to own class 9 years ago
John Beard b8d0b0d7be Move layer/render swatches to own class 9 years ago
Jon Evans fd4e2b042c Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common 9 years ago
Jon Evans 0afb249447 Add drawing priority support to VIEW 9 years ago
Maciej Suminski 9ead2b068b Fixed crash when placing a component in standalone eeschema 9 years ago
Chris Pavlina 23d4da9e49 Optimize TWO_COLUMN_TREE_LIST column sizing 9 years ago
Maciej Suminski adba96fd2b Changed optional::value_or() to optional::get_value_or() 9 years ago
Maciej Suminski e34b73e187 Do not freeze cursor when a tool was cancelled using the context menu 9 years ago
Maciej Suminski b25ded4d90 Store VIEW_CONTROLS settings when tools are switched 9 years ago
Maciej Suminski 57050cdeb3 Introduced VIEW_CONTROLS::SETTINGS to keep settings 9 years ago
Maciej Suminski 72cae92320 Disable context menu trigger if the assigned menu is set to null 9 years ago
John Beard c001c6114f Add cancel interactive tool action to GAL 9 years ago
jean-pierre charras 04d1b2fca7 fix incorrect COLOR4D::COLOR4D( EDA_COLOR_T aColor ) ctor for UNDEFINED_COLOR 9 years ago
jean-pierre charras 2f24b31b28 simplify color calculation. 9 years ago
jean-pierre charras 1f345052cd Fix erroneous conversion between wxColor and COLOR4D 9 years ago
jean-pierre charras 11dcb76fc9 Add -Wshadow compil option, if exists to warn about shadowed variables. 9 years ago
jean-pierre charras a9d6af8001 Fix a comment 9 years ago
jean-pierre charras 10396ff435 Tool manager: renames Yield() to KiYield(), due to a collision name between the Yield macro in wxWidgets and Tool manager Yield. 9 years ago
Chris Pavlina d1a2ed63c0 Add gal as dependency of common 9 years ago
Jon Evans f9bc5914b3 Wrong type of arguments in wxPen constructor 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
John Beard ca91c27852 Adjust pad sub-menu enablements 9 years ago
John Beard 8766b475c6 Sanitise incoming GAL config options using mapping tables 9 years ago
John Beard 0bf3a19967 Add user control for grid minimum spacing in GAL 9 years ago
John Beard 970e4f8eb4 Add grid line thickness control to Display Options Dialog 9 years ago
John Beard 061d659bb1 Add a class to govern an "incrementing" text control 9 years ago
John Beard ff3bfaf82b Make KIGFX::GRID_STYLE an enum class 9 years ago
John Beard 7ad30b7167 Move Grid style to Graphics Options dialog 9 years ago
John Beard ddded86a06 Give all GAL canvases access to a GAL_DISPLAY_OPTIONS structure instance 9 years ago
John Beard cdfcc9a2ab Put draw_frame.h GAL_DISPLAY_OPTIONS behind firewall 9 years ago