Age | Commit message (Expand) | Author |
2020-03-07 | common/log: bump POSIX version used after e81d9fde667e | Jan Beich |
2020-03-07 | common/log: improve time prefix | Simon Ser |
2019-12-28 | cmd_client_*: refactor duplicated code | Brian Ashworth |
2019-12-28 | parse_color: return success + drop fallback color | Brian Ashworth |
2019-11-23 | Amend typos | Jason |
2019-11-21 | input_cmd_xkb_file: allow shell path expansion | Brian Ashworth |
2019-11-01 | Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. | Sheena Artrip |
2019-08-12 | ipc-client: remove useless free for failed malloc | Antonin DĂ©cimo |
2019-07-15 | Use -fmacro-prefix-map to strip build path | Manuel Stoeckl |
2019-06-11 | Fix segfaults caused by faulty command parsing | Matt Coffin |
2019-05-27 | common/ipc-client: remove ipc recv timeout log | Brian Ashworth |
2019-04-25 | swaybg: split into standalone project | Drew DeVault |
2019-04-17 | swaymsg: add timeout and type checks | Brian Ashworth |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-03-11 | stringop.c: refactor a few functions | Ian Fan |
2019-03-11 | stringop.c: clean up headers | Ian Fan |
2019-03-11 | stringop.c: remove unused functions | Ian Fan |
2019-02-05 | output_cmd_background: fix no file + valid mode | Brian Ashworth |
2019-01-22 | background-image.c: remove stdbool header | Ian Fan |
2019-01-22 | util.c: remove numlen function | Ian Fan |
2019-01-21 | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | M Stoeckl |
2019-01-21 | Fix edge case bug in numlen, dropping use of math.h functions | M Stoeckl |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-20 | Allocate minimum size necessary in pango text functions. (#3473) | Connor Edwards |
2019-01-19 | Fix backup methods in get_socketpath for IPC client | M Stoeckl |
2019-01-17 | Remove unicode.c | emersion |
2019-01-16 | Use static arrays where possible. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |
2019-01-02 | fixup! stringop.c: rewrite strip_whitespace | Ian Fan |
2019-01-01 | Remove readline.c | Ian Fan |
2019-01-01 | stringop.c: rewrite strip_whitespace | Ian Fan |
2018-12-09 | Merge pull request #3271 from ianyfan/list-cleanup | Ryan Dwyer |
2018-12-09 | list.c: rename free_flat_list to list_free_items_and_destroy | Ian Fan |
2018-12-09 | Cleanup list code | Ian Fan |
2018-12-09 | list.c: Remove list_foreach | Ian Fan |
2018-12-06 | list: double list capacity when resizing instead of incrementing | Ian Fan |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-19 | Merge pull request #3083 from c-edw/feature/StripWorkspaceName | emersion |
2018-11-18 | Add scroll factor config option. | Spencer Michaels |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Implement strip_workspace_name. | Connor E |
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer |
2018-10-31 | Revert "Add resolve_path() to utils" | madblobfish |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-17 | Merge pull request #2864 from sghctoma/freebsd-fixes | Drew DeVault |
2018-10-17 | Fix stringop-overflow warnings | Niccolò Scatena |
2018-10-17 | Increase _POSIX_C_SOURCE to 200112L | sghctoma |
2018-10-16 | Truncate message, append buffer overflow message if too long. | Connor E |