Waybar/src
Thomas Hebb 29f78e0426 Fix a few compiler warnings
There was one uninitialized value warning and two mismatched-sign
compare warnings. They both appear valid, the first occurring when MPD's
"format-stopped" contains {songPosition} or {queueLength} and the second
occurring when the clock's "timezones" array is more than 2 billion
items long (not likely, I admit). Fix both issues.
2020-11-30 18:07:22 -08:00
..
modules Fix a few compiler warnings 2020-11-30 18:07:22 -08:00
util Fix non-standard usage of <sys/poll.h> 2020-09-06 21:48:42 +02:00
ALabel.cpp Prevent line breaks in ellipsized labels 2020-08-19 23:38:59 +01:00
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp Idle inhibitor toggle no longer update all modules - a list of idle inhibitors is maintained on the Client. 2020-10-31 17:30:25 +00:00
client.cpp refactor: header cleanup 2020-10-28 08:08:03 -07:00
factory.cpp feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
main.cpp Replace signal handler with signal handling thread 2020-07-25 21:02:59 +10:00