Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | Allow spaces in background file paths | Brian Ashworth | |
2018-09-03 | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE | sghctoma | |
2018-08-30 | Fix feature macros for FreeBSD | sghctoma | |
On FreeBSD, snprintf and vsnprintf are visible only if _XOPEN_SOURCE >= 600. | |||
2018-08-08 | Don't call swaynag_log for bg when not reading | Brian Ashworth | |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth | |
This allows for a color to be set when the wallpaper does not fill the entire output. If specified, the fallback color is also used when the image path is inaccessible. | |||
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth | |
2018-07-10 | Add get_config message type to ipc | Ian Fan | |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-07-02 | cmd_background: fix leak on error | Dominique Martinet | |
Found through static analysis. | |||
2018-07-02 | output commands: move !argc checks after argc gets decremented | Dominique Martinet | |
Found through static analysis. | |||
2018-06-26 | cleanup output-background subcommand handling | ael-code | |
- fixes a double-free error when access() failed. - refactor code to make memory managment (alloc/free) more straightforward - do not bring the temporary wordexp_t struct around - do not postpone errors handling | |||
2018-06-26 | fix memleak on background cmd error | ael-code | |
- src must be free after join_args() - wordfree must bee used after wordexp | |||
2018-06-22 | bugfix: avoid access after free | ael-code | |
if src is NULL due to a previous error we cannot use it in the command result string. Moreover if `src` points to `p.we_wordv[0]` we cannot use it after `wordfree(&p)` in the command result string. Bonus feature: If there was an error accessing the file, the string rapresentation of the error is now included in the command result string. | |||
2018-06-03 | Address review comments for output subcommands | Brian Ashworth | |
2018-06-03 | Refactor cmd_output to use config_subcommand | Brian Ashworth | |