1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/tests
bi4k8 5e98c49c4c
use new Colour type for specials and gradients (#1418)
* gradient, colours: use 24-bit colour depth internally on Wayland

our Colour type assumes this anyway; lower colour depth should be handled by display backends

* core: restore gradient color computation

this was mistakenly disabled when moving to a unified Colour representation

* core, gradient: use Colour type

* tests: gradient: always test hsv/hcl

colour computations no longer depend on the display backends we compile with, so these can be tested unconditionally now

* gradients, specials: use Color type

this makes specials now accept color names as well as hex codes, and removes all notions of color depth from gradient calculations

---------

Co-authored-by: bi4k8 <bi4k8@github>
2023-02-24 08:13:19 -05:00
..
catch2 refactor gradients to use config value instead of hard-coded option 2022-10-12 21:35:35 -04:00
dockerfiles Add archlinux & alpine builds. 2021-03-03 15:39:02 -05:00
CMakeLists.txt Put the code coverage stuff behind a build flag. 2022-12-26 11:46:29 -05:00
llvm-gcov.sh Update gcov wrapper to use latest llvm. 2021-02-28 17:00:33 -06:00
test-common.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00
test-conky.cc Partially revert change from c352069b31. 2021-04-25 09:00:29 -05:00
test-core.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00
test-darwin.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00
test-diskio.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00
test-fs.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00
test-gradient.cc use new Colour type for specials and gradients (#1418) 2023-02-24 08:13:19 -05:00
test-linux.cc Update copyright, authors. 2021-02-27 09:14:19 -06:00