94 Commits (8552f3fedf184de96aeb7b2a70af821dd07dd5e1)

Author SHA1 Message Date
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Jeff Young e1c01e1e7f Render transparent layer colors over the correct background. 8 years ago
Jon Evans ce8c2752f9 Force a refresh when changing render colors 8 years ago
Jeff Young 38227161bf Fix drawing of transparent layer swatches. 8 years ago
jean-pierre charras 68268973b7 To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names: 8 years ago
Jon Evans 84ab71f8ec Allow changing LAYER_PADS color and visibility (Fixes lp:1672646) 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
jean-pierre charras 1164eaab72 Make the "No Net" mark color editable (mark for pads having no net name) 8 years ago
Seppe Stas d7b143f6f0 Right click option to change layer and render color 8 years ago
Jon Evans 8722fd9c6c Set modified flag when changing layer visibility (lp:793420) 8 years ago
Jon Evans b6298a0a41 Don't force grid color to LAYER_GRID in EDA_DRAW_PANEL_GAL 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
jean-pierre charras 33e05ae557 Avoid to change the alpha channel color value initially set in GAL mode when modifying a color in legacy mode. 8 years ago
Kristoffer Ödmark 42b70b86f2 added more layer selector features 8 years ago
Tomasz Włostowski a7759efc59 Multiple fixes: 9 years ago
jean-pierre charras bf21640ae5 Fix a few issues when changing a color in render, in GAL mode. 9 years ago
jean-pierre charras 23a8741b5e Pcbnew: fix a crash when changing a color in render, in legacy mode, if the GAL mode was previously used. 9 years ago
Maciej Suminski 0b57907a68 Fix crash on toggling 'Render' tab items visibility 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 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
jean-pierre charras 48c18604fc Layers manager: add (in context menu) show all layers and hide all layers, and code cleanup. 9 years ago
dino 33e1a4e884 pcbnew: Added 'show all layers' and 'hide all layers' option in layers manager 9 years ago
Tomasz Wlostowski 104a066268 Faster layer visibility switching in GAL 9 years ago
Maciej Suminski d9f4877c94 Fixed a crash when starting pcbnew with OpenGL GAL. 10 years ago
Maciej Suminski fa6360a2ba Another way to select between dark/light netname labels. 10 years ago
Simon Wells e0beb36f1e GAL: Update grid color when changed by user 10 years ago
Tomasz Wlostowski 991b9d509a GAL: apply grid offset when board is loaded and respect grid color setting. (fixes lp:1533168) 10 years ago
Wayne Stambaugh bc6e9e855c Pcbnew: fix broken board ratsnest visibility storage behavior. 10 years ago
jean-pierre charras 59f497978a Pcbnew, layers manager: Fix an annoying bug I added in rev 5359, in Render options: in Board editor many render options were not displayed (similar fp editor mode). 11 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
jean-pierre charras 7d8df0425f Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
Marco Ciampa 359e64850d More renaming instances of module to footprint for consistency. 11 years ago
jean-pierre charras aa9de21cd7 Ref and Value for footprints: use now the layer color, not a specific color: this is needed by the fact these fields can be on an other layer than silk screen, and therefore must have the corresponding color 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
Andrew Zonenberg c1f11a1bd1 Draw VIAs only if a layer they penetrate is visible. 11 years ago
jean-pierre charras 680ca22279 Fix crash in Pcbnew and Gerbview when seceting (in layers manager) "always hide all layers but activer" 11 years ago
Maciej Suminski dca4667e66 PCB_LAYER_WIDGET became able to cooperate with PCB_BASE_FRAME. 11 years ago
Maciej Suminski 0306ec7efe {Set,Get}ActiveLayer moved from PCB_EDIT_FRAME to PCB_BASE_FRAME. 11 years ago
Lorenzo Marcantonio 89f14906a4 - Added the courtyard/fabrication layer to the layer combo and layer 11 years ago
Dick Hollenbeck ad750defb6 LAYER_ID work 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 11 years ago
jean-pierre charras bd174ebffe Page layout editor: fix bad initialization on startup, which can crash pl_editor when trying to edit an item. 12 years ago
Maciej Suminski 69816d8704 The GAL view uses colors settings from the legacy canvas. 12 years ago
Maciej Suminski ba275918e3 Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme. 12 years ago
cdelbegu 44e1f4fa2d Pcbnew - GAL: fix bug #1296811 (The grid can't be enable/disable via the layer manager) 12 years ago
Maciej Suminski 87c9423f0f PCB_EDIT_FRAME::SetActiveLayer() & GetActiveLayer() made public. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
maciej. 76aa0ba756 Fix compile errors when wx3.x is built with --enable-stl 12 years ago
Dick Hollenbeck 517ca83fbc Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case. 12 years ago