aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer
2018-10-15Remove timerfd from loop implementationRyan Dwyer
2018-10-15swaylock: Remove indicator after 3 secondsRyan Dwyer
2018-10-15Move swaybar's event loop to common directory and refactorRyan Dwyer
2018-09-23swaybg: fix increasingly smaller bg on hotplugBrian Ashworth
2018-09-22Call pango_cairo_context_set_font_options().Geoff Greer
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer
2018-09-22Use pango_layout_set_text instead of pango_layout_set_markupRyan Dwyer
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer
2018-09-18swaybar: rewrite protocol determinationIan Fan
2018-09-08Align titles to baselineRyan Dwyer
2018-09-02prevent ub caused by misaligned stores/loadstaiyu
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-06ipc-client: fix memory leaks in get_socketpathIan Fan
2018-07-23Address review comments on parse_booleanBrian Ashworth
2018-07-23Remove unneeded constBrian Ashworth
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-07-11Move floating windows to front when focusedRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02utf8_size: fix loop boundaryDominique Martinet
2018-07-02get_parent_pid: fix memory leakDominique Martinet