| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-06 | FreeBSD fixes | johalun | -1/+1 | |
| Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic). | ||||
| 2017-05-11 | Replace spaces with tabs in resolve_path | Mykyta Holubakha | -33/+33 | |
| 2017-04-16 | Add resolve_path() to utils | Jerzi Kaminsky | -0/+41 | |
| 2017-03-10 | UnGNUify the codebase | Drew DeVault | -0/+1 | |
| 2017-02-21 | Feature for #1078: Configurable swaylock colors | Calvin Lee | -3/+7 | |
| Colors are configured through the command line so that swaylock conforms to the i3lock fork 'github.com/chrjguill/i3lock-color'. Differences from it are that one letter options '-r' and '-s' are not implimentend because '-s' is already used by '--scaling' in swaylock. This commit also fixed whitespace in 'include/swaylock/swaylock.h' and changed `parse_color` in 'common/util.h' so that it can accept colors that do not start with a hash. This was done to keep compatability with the i3lock fork. | ||||
| 2016-09-01 | Reorganize includes | Drew DeVault | -2/+5 | |
| 2016-08-04 | common: use strtoul in parse_color to avoid clamp | progandy | -1/+1 | |
| 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-07-30 | implement solid color rendering for swaybg | Zandr Martin | -0/+13 | |
| 2016-06-11 | couple small fixes | Zandr Martin | -8/+12 | |
| 2016-06-11 | cleanup + add timeouts for pid_workspace list | Zandr Martin | -18/+10 | |
| 2016-06-10 | semi-working (only non-client/server wayland apps) | Zandr Martin | -1/+38 | |
| 2016-01-24 | numlen(0) == 1 | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-01-24 | use log10 in numlen | Mikkel Oscar Lyderik | -7/+6 | |
| 2016-01-23 | Revert "s/numlen/log10/g" | Drew DeVault | -0/+10 | |
| This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370. | ||||
| 2016-01-23 | s/numlen/log10/g | Drew DeVault | -10/+0 | |
| 2016-01-08 | Add function for getting list of modifier names. | Mikkel Oscar Lyderik | -0/+14 | |
| Get an array of modifier names from modifier masks. | ||||
| 2016-01-05 | Move modifier name table to common/util.c | Mikkel Oscar Lyderik | -0/+38 | |
| Lookup of modifier names is required in several places, thus it makes sense to move it to a general place. | ||||
| 2015-12-14 | Move sway/util.c to common/util.c | Mikkel Oscar Lyderik | -0/+15 | |
