Age | Commit message (Expand) | Author |
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 |
2018-10-15 | common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC | Cole Mickens |
2018-10-15 | Event loop: Fix memmove and remove extraneous declaration | Ryan Dwyer |
2018-10-15 | Event loop: Free fds and fix race condition | Ryan Dwyer |
2018-10-15 | Remove timerfd from loop implementation | Ryan Dwyer |
2018-10-15 | swaylock: Remove indicator after 3 seconds | Ryan Dwyer |
2018-10-15 | Move swaybar's event loop to common directory and refactor | Ryan Dwyer |
2018-09-23 | swaybg: fix increasingly smaller bg on hotplug | Brian Ashworth |
2018-09-22 | Call pango_cairo_context_set_font_options(). | Geoff Greer |
2018-09-22 | swaybar, swaylock, & tree/container: Set cairo font options to render text an... | Geoff Greer |
2018-09-22 | Use pango_layout_set_text instead of pango_layout_set_markup | Ryan Dwyer |
2018-09-22 | Fix pango escaping and refactor escape_markup_text | Ryan Dwyer |
2018-09-18 | swaybar: rewrite protocol determination | Ian Fan |
2018-09-08 | Align titles to baseline | Ryan Dwyer |
2018-09-02 | prevent ub caused by misaligned stores/loads | taiyu |
2018-09-01 | Allow reload command to exist anywhere in the command string | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-15 | Use list_find in more places and refactor/fix workspace prev_next functions | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |