51 Commits (1decd31baf9a12cc94bbb4b5fe38a9b030cfb4df)

Author SHA1 Message Date
Jeff Young 5875f89531 Centralize text size clamping. 3 years ago
Marek Roszko 573b66d243 Fix a bunch of C5266 warnings (pointless const on bool/int returns) 3 years ago
Jeff Young a817b4c1ff Don't reset alpha when specified in hex value. 3 years ago
Ian McInerney 18ea3be3f2 Revert "Reintroduce constexpr to COLOR4D" 3 years ago
Ian McInerney 33da9b2327 Reintroduce constexpr to COLOR4D 3 years ago
Wayne Stambaugh 28776f5745 Text attributes object improvements. 3 years ago
Ian McInerney be19e967dc Remove WX_COMPATIBILITY flag 3 years ago
Ian McInerney 0ba116a3ee Remove unused functions from COLOR4D 3 years ago
Seth Hillbrand a206f6717d Desaturate the symbols in DNP for print/plot 3 years ago
Jeff Young c0a666507c Work around more instances of the wxWidgets color string locale bug. 3 years ago
Jeff Young 7386e64923 Attempt to work-around wxWidgets bug with Serbian & Russian locales. 3 years ago
Marek Roszko 1f8d101b1d Fix color4d distance return type 4 years ago
Seth Hillbrand 26c0a78947 Plot pads in layer color 4 years ago
Seth Hillbrand 78ff9a857a Jerry-rig HTML-format alpha parsing 4 years ago
Jeff Young 6197717251 Avoid poor choices for point colors. 4 years ago
Jeff Young 641a6902b7 More robust hex-color interpretation. 4 years ago
Jeff Young e58671e2da Move color picker from CSS to HTML format for colors. 4 years ago
Wayne Stambaugh 89b1fdabe9 Pass COLOR4D object by reference instead of on the stack. 4 years ago
Seth Hillbrand 11438eb0ec Add standard wire orange and correct color init 5 years ago
jean-pierre charras 10990f8e81 Fix a minor compil and a minor Coverity warnings. 5 years ago
Jon Evans c388bf0f92 Update default color theme 5 years ago
Jon Evans 5d118b0700 More visibility settings infrastructure 5 years ago
Ian McInerney 5b3d947b7e Fix initialization order fiasco with colors 6 years ago
Jon Evans e91b9f6dfb Rip out the unused leftovers of the old color system 6 years ago
Jeff Young b067e441c7 Show/hide sheet colors when flipping override flag. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney 920120864f Fix initialization of COLOR4D statics 6 years ago
Jeff Young 7553cc2651 Clean up some dangling legacy odds and ends. 7 years ago
Seth Hillbrand 7b3ef1b7ed colors: Add HSL conversion and tune colors 7 years ago
John Beard 4c355c32d3 Fix rounding in COLOR4D::ToColour 7 years ago
jean-pierre charras 0dfd0c5f52 Minot cosmetic enhancement 7 years ago
Ronnie Gaensli ab1f016132 Fix assert freeze of eeschema when ToHSV, h is Nan 7 years ago
Jeff Young 99e659ff54 Coverity fixes. 8 years ago
Jon Evans 0564d3456b Preserve color scheme when switching to legacy (Fixes lp:1670669) 8 years ago
jean-pierre charras 5f4599fb56 Add a new color selector, to adjust color selection for GAL mode, with support of opacity (alpha channel) 9 years ago
jean-pierre charras ed66496242 Fix an issue (created by commit 16cb6a6ca0) when converting a color4D to a legacy color 8 years ago
jean-pierre charras 16cb6a6ca0 color4d: fix incorrect conversion from rgb to HSV when r = g = b. 8 years ago
Jon Evans 8cd1df0524 Add output stream operator for COLOR4D 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
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
Maciej Suminski 0ac3e1fbf2 Namespace KiGfx->KIGFX. 12 years ago
Maciej Suminski 22045b61ea Converted tabs to spaces. Removed trailing whitespaces. 12 years ago
tomasz.wlostowski@cern.ch c3759d870c COLOR4D: added Saturate(), FromHSV(), ToHSV() methods. 12 years ago
Maciej Suminski 7d4aed1099 Fixed COLOR4D( EDA_COLOR_T aColor ) and added asserts. 12 years ago
Maciej Suminski 81c674387e Added convertsion from wxColour to COLOR4D. 13 years ago
Maciej Suminski f7d85691c2 Added conversion from EDA_COLOR_T to COLOR4D. 13 years ago
Maciej Suminski ad4bf38e7a Added class COLOR4D that contains color representation with 4 components (RGBA) (for future usage in GAL) 13 years ago