polybar-dwm/include/utils
Jérôme BOULMIER 31a25af3d3 fix(tray): fix offset for negative percentage (#1669)
tray-offset-{x,y} were clamped between [0, max_value] rather than [-max_value, max_value]. Therefore negative percentage were ignored.

Fixes #1666
2019-03-22 09:55:08 +01:00
..
bspwm.hpp
cache.hpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
color.hpp fix(color_util): Parsing 2017-01-27 13:46:27 +01:00
command.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
concurrency.hpp
env.hpp refactor(file_util): Expand tilde manually 2017-01-25 17:07:55 +01:00
factory.hpp
file.hpp fix(config): Perform tilde expansion on include-file #603 2017-06-02 18:34:49 +02:00
functional.hpp
http.hpp
i3.hpp
inotify.hpp fix: Ensure reloading when IN_IGNORED fired on config (#371) 2017-01-24 07:10:55 +01:00
io.hpp fix(script): Poll file descriptors 2017-01-11 18:21:58 +01:00
math.hpp fix(tray): fix offset for negative percentage (#1669) 2019-03-22 09:55:08 +01:00
memory.hpp refactor(common): Cleanup 2017-01-11 07:17:54 +01:00
mixins.hpp
process.hpp
scope.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
socket.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
string.hpp fix(label): Truncate label replacements based on codepoint count 2017-02-15 14:19:47 +01:00
throttle.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
time.hpp