Drew DeVault
|
416417a54c
|
Reorganize includes
|
2016-09-01 08:18:37 -04:00 |
|
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 |
|
Zandr Martin
|
98aa59fdda
|
implement solid color rendering for swaybg
|
2016-07-30 18:50:13 -05:00 |
|
Zandr Martin
|
9ecb43ea3b
|
couple small fixes
|
2016-06-11 15:29:04 -05:00 |
|
Zandr Martin
|
2298143d09
|
cleanup + add timeouts for pid_workspace list
|
2016-06-11 12:43:34 -05:00 |
|
Zandr Martin
|
03d79b41c7
|
semi-working (only non-client/server wayland apps)
|
2016-06-10 06:08:59 -05:00 |
|
Mikkel Oscar Lyderik
|
c8cf3f70f9
|
numlen(0) == 1
|
2016-01-24 03:02:51 +01:00 |
|
Mikkel Oscar Lyderik
|
2707be7199
|
use log10 in numlen
|
2016-01-24 02:59:58 +01:00 |
|
Drew DeVault
|
a416715372
|
Revert "s/numlen/log10/g"
This reverts commit 038bb8cc7c .
|
2016-01-23 16:35:32 -05:00 |
|
Drew DeVault
|
038bb8cc7c
|
s/numlen/log10/g
|
2016-01-23 15:51:38 -05:00 |
|
Mikkel Oscar Lyderik
|
dffacea831
|
Add function for getting list of modifier names.
Get an array of modifier names from modifier masks.
|
2016-01-08 03:03:40 +01:00 |
|
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.
|
2016-01-05 18:36:24 +01:00 |
|
Mikkel Oscar Lyderik
|
cf56c41c10
|
Move sway/util.c to common/util.c
|
2015-12-14 17:17:06 +01:00 |
|