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.
|
8 years ago |
Zandr Martin
|
98aa59fdda
|
implement solid color rendering for swaybg
|
8 years ago |
Zandr Martin
|
9ecb43ea3b
|
couple small fixes
|
9 years ago |
Zandr Martin
|
2298143d09
|
cleanup + add timeouts for pid_workspace list
|
9 years ago |
Zandr Martin
|
03d79b41c7
|
semi-working (only non-client/server wayland apps)
|
9 years ago |
Mikkel Oscar Lyderik
|
c8cf3f70f9
|
numlen(0) == 1
|
9 years ago |
Mikkel Oscar Lyderik
|
2707be7199
|
use log10 in numlen
|
9 years ago |
Drew DeVault
|
a416715372
|
Revert "s/numlen/log10/g"
This reverts commit 038bb8cc7c .
|
9 years ago |
Drew DeVault
|
038bb8cc7c
|
s/numlen/log10/g
|
9 years ago |
Mikkel Oscar Lyderik
|
dffacea831
|
Add function for getting list of modifier names.
Get an array of modifier names from modifier masks.
|
9 years ago |
Mikkel Oscar Lyderik
|
95e0f44c73
|
Move modifier name table to common/util.c
Lookup of modifier names is required in several places, thus it makes
sense to move it to a general place.
|
9 years ago |
Mikkel Oscar Lyderik
|
cf56c41c10
|
Move sway/util.c to common/util.c
|
9 years ago |