76 Commits (85c6cebd777d7a94f0b75f935e6059751522aa51)

Author SHA1 Message Date
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jeff Young aceed2b0a4 Cleaner look for colour swatches and the undefined colour. 5 years ago
Jeff Young 001a50bf14 Moved PANEL_COLOR_SETTINGS from buttons to swatches. 6 years ago
Jeff Young cf7ffda5f6 Performance improvements for Gerber loading. 6 years ago
Seth Hillbrand 7c28c3838a Comment-only changes 6 years ago
Ian McInerney 1bbd944277 pcbnew: Add ability to reset layer/item colors to defaults 6 years ago
Jeff Young 9d9745b555 Remove more legacy editing code. 6 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
Jeff Young 030663d847 Tighten up the margin to the right of the layers widget. 7 years ago
Jeff Young fd3e57d67f Layout adjustments and language-change-updating for modview. 7 years ago
Jeff Young 33fc74a04d Performance enhancements for Footprint Editor construction. 7 years ago
Jeff Young 106dd60e45 Only adjust LAYER_WIDGET font size if larger than indicator. 8 years ago
Maciej Suminski a695c995c7 pcbnew: fixed a warning regarding unused captured variables 8 years ago
Jeff Young 3b0a758f97 Ensure router layer is visible. 8 years ago
Jon Evans 9a3ea1d53c Rename "Render" to "Items" and a few other wording changes 8 years ago
Jon Evans b67b4b9ea9 Rearrange Render panel of PcbNew layer widget; add spacers 8 years ago
Jeff Young 4dda8a39fe Add inc/dec current layer alpha to menus. 8 years ago
Jeff Young 38227161bf Fix drawing of transparent layer swatches. 8 years ago
Jon Evans e5847b7953 Gerbview: apply layer colors to GAL after sorting (Fixes lp:1720540) 8 years ago
Seppe Stas d7b143f6f0 Right click option to change layer and render color 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
Maciej Suminski f4be80a3af Code formatting 9 years ago
John Beard 1d039cb4c1 Break row indicators out to own class 9 years ago
John Beard 72354c5a81 Use Bind rather than Connect in LAYER_WIDGET 9 years ago
John Beard b8d0b0d7be Move layer/render swatches to own class 9 years ago
John Beard e609bc3f0d Use wxStaticBitmaps for layer/render swatches 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
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
jean-pierre charras 63decd70e6 Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016) 10 years ago
jean-pierre charras c1f0ab91a2 Code cleaning and coding style fix. 10 years ago
jean-pierre charras 75b1df464d Pcbnew and Gerbview: layer manager: use double click to edit color (as usual to edit someting) and simple click (as previously) to select the layer. Reason: avoid opening the color dialog each time a new layer is selected. 10 years ago
Simon Wells b5a9e466ff Fix layer widget appearance on OSX 10 years ago
Simon Wells b125054afe Pcbnew: Allow changing layer color with left mouse button 10 years ago
Simon Wells 7b2858acc8 Updated layer_widget.cpp to remove build errors when STAND_ALONE is set 10 years ago
jean-pierre charras 7b0d597f6d Fix some issues related to the footprint wizard frame: 10 years ago
Maciej Suminski 72c70148e8 Fixed a few memory leaks and Valgrind warnings. 11 years ago
Maciej Suminski dca4667e66 PCB_LAYER_WIDGET became able to cooperate with PCB_BASE_FRAME. 11 years ago
jean-pierre charras ab58dbfced Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 11 years ago
jean-pierre charras 5a4c16dcfb Pcbnew, Gerbview : fix crash when updating the layer manager. 11 years ago
Lorenzo Marcantonio 89f14906a4 - Added the courtyard/fabrication layer to the layer combo and layer 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 11 years ago
Dick Hollenbeck 1c0f034bca Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio 9ebb4afacc Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway) 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Dick Hollenbeck 2e29b4f152 * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 14 years ago