aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-11-23Amend typosJason
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
2019-08-12ipc-client: remove useless free for failed mallocAntonin DĂ©cimo
2019-07-15Use -fmacro-prefix-map to strip build pathManuel Stoeckl
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin
2019-05-27common/ipc-client: remove ipc recv timeout logBrian Ashworth
2019-04-25swaybg: split into standalone projectDrew DeVault
2019-04-17swaymsg: add timeout and type checksBrian Ashworth
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-03-11stringop.c: refactor a few functionsIan Fan
2019-03-11stringop.c: clean up headersIan Fan
2019-03-11stringop.c: remove unused functionsIan Fan
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth
2019-01-22background-image.c: remove stdbool headerIan Fan
2019-01-22util.c: remove numlen functionIan Fan
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl
2019-01-17Remove unicode.cemersion
2019-01-16Use static arrays where possible.Connor E
2019-01-16Remove usage of VLAs.Connor E
2019-01-02fixup! stringop.c: rewrite strip_whitespaceIan Fan
2019-01-01Remove readline.cIan Fan
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan
2018-12-09Merge pull request #3271 from ianyfan/list-cleanupRyan Dwyer
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-12-06list: double list capacity when resizing instead of incrementingIan Fan
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion
2018-11-18Add scroll factor config option.Spencer Michaels
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Implement strip_workspace_name.Connor E
2018-11-01Wrap to fartherest output when running focus outputRyan Dwyer
2018-10-31Revert "Add resolve_path() to utils"madblobfish
2018-10-30Remove enum movement_directionRyan Dwyer
2018-10-17Merge pull request #2864 from sghctoma/freebsd-fixesDrew DeVault
2018-10-17Fix stringop-overflow warningsNiccolò Scatena
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma
2018-10-16Truncate message, append buffer overflow message if too long.Connor E
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer