51 Commits (397a93029e6ef497ed2ed168d2dab3f7bff65c4c)

Author SHA1 Message Date
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Jeff Young b8e97bb6b6 Only apply B&W printer fixes when printing. 5 years ago
Jeff Young a235103e48 Redo pad & via painting (again). 5 years ago
Wayne Stambaugh f06a5894b3 Header clean up round 3. 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
Marek Roszko f59551d6ad Remove painter.h from eda_text.h 5 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
jean-pierre charras 04ea20dd44 Eeschema, SCH_PAINTER: fix max text thickness issue, to have small texts readable. 6 years ago
Jeff Young 6e800bddae Rationalize penWidth processing as first step in removing some globals. 6 years ago
Jeff Young 5134856f18 Rationalise 3D settings data-structure. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Seth Hillbrand 7c28c3838a Comment-only changes 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young fa84babefe Re-implement sch->pcb cross-probing using net highlighting architecture. 6 years ago
Seth Hillbrand 4a52062a54 GAL: Make high-contrast meld into background 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
Maciej Suminski e81c3a59a2 Refactored and unified board editor and footprint editor print dialogs 7 years ago
Maciej Suminski 347e21daaa Handle printout settings: line width, color/mono, mirror 7 years ago
Jeff Young 9dfcc839a4 Fix color issues with cursor and sheet pins. 7 years ago
Tomasz Wlostowski 7e1458a9ce eeschema-gal: implement IsBackgroundDark() 7 years ago
Jeff Young df863e44e2 Wire m_showPageLimits control up to GAL canvas. 7 years ago
jean-pierre charras 79a9f401a3 Fix a minor issue in pad editor dialog: in GAL mode, the pad was sometimes shown in outline mode, sometimes in filled mode 8 years ago
jean-pierre charras 70226ecdeb Fix a few doxygen warnings 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jon Evans 7cd72d6ffb Move layer colors from PCB_RENDER_SETTINGS to RENDER_SETTINGS 9 years ago
Simon Richter da5699de0a Replace boost::shared_ptr with std::shared_ptr. 9 years ago
Maciej Suminski b1d241c271 Net highlighting mode is toggled when used on the same net (GAL). 10 years ago
jean-pierre charras 24f516f6ae Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 11 years ago
Maciej Suminski 69816d8704 The GAL view uses colors settings from the legacy canvas. 12 years ago
Maciej Suminski d27ea7895d Moved background color settings from GAL to RENDER_SETTINGS. Added RENDER_SETTINGS::TranslateColor() to convert between EDA_COLOR_T and COLOR4D. 12 years ago
Maciej Suminski a6917280fe Added net highlighting. 12 years ago
Maciej Suminski 0ac3e1fbf2 Namespace KiGfx->KIGFX. 12 years ago
Maciej Suminski 3d0753c920 Added get functions for high contrast mode fields. 12 years ago
Maciej Suminski 573f9841df Better way of marking 'brightened' mode for items. 12 years ago
Maciej Suminski 90a3b97c2f Added drawing of worksheet layout. 12 years ago
Maciej Suminski e2f5b2779f Changed lifetime of RENDER_SETTINGS (now they are accessible right after PAINTER object is created). 12 years ago
Maciej Suminski afe2e27b0a Moved GetColor() from PAINTER to RENDER_SETTINGS. Fixed recaching of custom items. 12 years ago
Maciej Suminski c5d3376c26 Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 12 years ago
Maciej Suminski 402f3c6f2c Added brightened mode for selecting items using disambiguation menu. 12 years ago
Maciej Suminski e050133c07 Simplified color computation. 12 years ago
Maciej Suminski c5ca075e24 Added an interface for highlighting. 12 years ago
Maciej Suminski 7739cfef2f Added support for multiple active layers (colored ones in the high contrast mode). 12 years ago
Maciej Suminski 84392f1723 Moved STROKE_FONT from PAINTER to GAL. 13 years ago
Maciej Suminski 3f1da8b2c0 Minor code cleaning. 13 years ago
Maciej Suminski db74de74f5 Added possibility to change cached layer color (for the purpose of high contrast display). 13 years ago
Maciej Suminski 1fc0113b06 Removed unnecessary casting from VIEW_ITEM to EDA_ITEM. Added Type() function to VIEW_ITEM. 13 years ago
Maciej Suminski 5b9057823a Introduced SetGAL() functions that will allow changing GAL backend for rendering on the fly. 13 years ago
Maciej Suminski 664692b2e6 Added outline display mode for pads, vias & tracks 13 years ago
Maciej Suminski 329eae1f74 Added GetSettings() method for obtaining current rendering settings used by PAINTER class. 13 years ago