sway/common
progandy bf4056a2c6 common: use strtoul in parse_color to avoid clamp
Some implementations of strtol may clamp the values to LONG_MAX instead of
wrapping around to negative values, so use strtoul instead to parse colors.
2016-08-04 14:37:54 +02:00
..
CMakeLists.txt implement solid color rendering for swaybg 2016-07-30 18:50:13 -05:00
ipc-client.c
list.c
log.c Add timestamp to log messages 2016-07-28 22:15:14 -04:00
readline.c Common: Readline: Ignore newline on '\' escaped line ends. 2016-06-06 00:17:27 +02:00
stringop.c
util.c common: use strtoul in parse_color to avoid clamp 2016-08-04 14:37:54 +02:00