aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-03-11stringop.c: refactor a few functionsIan Fan1-8/+5
2019-03-11stringop.c: clean up headersIan Fan1-5/+5
2019-03-11stringop.c: remove unused functionsIan Fan1-115/+0
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth1-0/+3
2019-01-22background-image.c: remove stdbool headerIan Fan1-2/+1
2019-01-22util.c: remove numlen functionIan Fan1-9/+0
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl1-2/+1
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl1-4/+5
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl1-105/+0
2019-01-21Replace wlr_log with sway_logM Stoeckl6-18/+99
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards1-12/+22
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl1-4/+12
2019-01-17Remove unicode.cemersion2-102/+0
2019-01-16Use static arrays where possible.Connor E2-18/+13
2019-01-16Remove usage of VLAs.Connor E2-6/+15
2019-01-02fixup! stringop.c: rewrite strip_whitespaceIan Fan1-4/+4
2019-01-01Remove readline.cIan Fan4-80/+8
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan1-17/+10
2018-12-09Merge pull request #3271 from ianyfan/list-cleanupRyan Dwyer3-23/+15
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan2-3/+3
2018-12-09Cleanup list codeIan Fan1-2/+1
2018-12-09list.c: Remove list_foreachIan Fan3-21/+14
2018-12-06list: double list capacity when resizing instead of incrementingIan Fan1-1/+1
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion1-1/+1
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion1-2/+3
2018-11-18Add scroll factor config option.Spencer Michaels1-0/+12
2018-11-18Use #if instead of #ifdefemersion2-7/+7
2018-11-17Implement strip_workspace_name.Connor E1-2/+3
2018-11-01Wrap to fartherest output when running focus outputRyan Dwyer1-0/+16
2018-10-31Revert "Add resolve_path() to utils"madblobfish1-37/+0
2018-10-30Remove enum movement_directionRyan Dwyer1-21/+0
2018-10-17Merge pull request #2864 from sghctoma/freebsd-fixesDrew DeVault1-1/+1
2018-10-17Fix stringop-overflow warningsNiccolò Scatena1-1/+1
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma1-1/+1
2018-10-16Truncate message, append buffer overflow message if too long.Connor E1-6/+9
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens1-0/+1
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer1-1/+1
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer1-0/+4
2018-10-15Remove timerfd from loop implementationRyan Dwyer1-43/+100
2018-10-15swaylock: Remove indicator after 3 secondsRyan Dwyer1-3/+16
2018-10-15Move swaybar's event loop to common directory and refactorRyan Dwyer2-0/+106
2018-09-23swaybg: fix increasingly smaller bg on hotplugBrian Ashworth1-0/+2
2018-09-22Call pango_cairo_context_set_font_options().Geoff Greer1-0/+5
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer1-0/+16
2018-09-22Use pango_layout_set_text instead of pango_layout_set_markupRyan Dwyer1-2/+4
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer1-40/+17
2018-09-18swaybar: rewrite protocol determinationIan Fan1-25/+0
2018-09-08Align titles to baselineRyan Dwyer1-1/+4
2018-09-02prevent ub caused by misaligned stores/loadstaiyu1-4/+4
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer1-0/+14