polybar-dwm/include
patrick96 b238ec3403 Move most color_util functions into rgba class
The intent is for every color to be stored in a rgba instance

The rgba class now stores the color in a 32 bit integer to save space

This also removes the unused class rgb and moves everything else into a
cpp file.

Many functions also had weird template parameters. For example
alpha_channel<unsigned short int> would give a 2 byte number with the
alpha channel byte in both bytes.
color_util::hex would return a hex string with alpha channel if unsigned
short int was given and without if unsigned char was given. Even more
curiously those parameters were passed to *_channel and the result
nevertheless truncated to 8bits.
2020-11-27 22:08:03 +01:00
..
adapters
cairo font: Show context in unmatched character warning 2020-01-07 16:28:07 +01:00
components config: Better error messages when opening files 2020-11-26 21:06:35 +01:00
drawtypes temp: Use first/last ramp only for edge temps (#2197) 2020-10-09 14:05:50 +02:00
events
modules actions: Integrate input_handler into module 2020-11-26 20:53:53 +01:00
utils Move most color_util functions into rgba class 2020-11-27 22:08:03 +01:00
x11 fix(xworkspaces): Assign desktops to correct viewport 2020-05-01 18:46:02 +02:00
CMakeLists.txt
common.hpp
debug.hpp
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00