aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAge
* output_cmd_background: fix no file + valid modeLibravatar Brian Ashworth2019-02-11
* background-image.c: remove stdbool headerLibravatar Ian Fan2019-01-22
* util.c: remove numlen functionLibravatar Ian Fan2019-01-22
* Removed unused wlroots dependency for sway(bg|bar|msg|nag)Libravatar M Stoeckl2019-01-21
* Fix edge case bug in numlen, dropping use of math.h functionsLibravatar M Stoeckl2019-01-21
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Allocate minimum size necessary in pango text functions. (#3473)Libravatar Connor Edwards2019-01-20
* Fix backup methods in get_socketpath for IPC clientLibravatar M Stoeckl2019-01-19
* Remove unicode.cLibravatar emersion2019-01-17
* Use static arrays where possible.Libravatar Connor E2019-01-16
* Remove usage of VLAs.Libravatar Connor E2019-01-16
* fixup! stringop.c: rewrite strip_whitespaceLibravatar Ian Fan2019-01-02
* Remove readline.cLibravatar Ian Fan2019-01-01
* stringop.c: rewrite strip_whitespaceLibravatar Ian Fan2019-01-01
* Merge pull request #3271 from ianyfan/list-cleanupLibravatar Ryan Dwyer2018-12-09
|\
| * list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
| * Cleanup list codeLibravatar Ian Fan2018-12-09
| * list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* | list: double list capacity when resizing instead of incrementingLibravatar Ian Fan2018-12-06
|/
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Merge pull request #3083 from c-edw/feature/StripWorkspaceNameLibravatar emersion2018-11-19
|\
| * Implement strip_workspace_name.Libravatar Connor E2018-11-17
* | Add scroll factor config option.Libravatar Spencer Michaels2018-11-18
* | Use #if instead of #ifdefLibravatar emersion2018-11-18
|/
* Wrap to fartherest output when running focus outputLibravatar Ryan Dwyer2018-11-01
* Revert "Add resolve_path() to utils"Libravatar madblobfish2018-10-31
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Merge pull request #2864 from sghctoma/freebsd-fixesLibravatar Drew DeVault2018-10-17
|\
| * Increase _POSIX_C_SOURCE to 200112LLibravatar sghctoma2018-10-17
* | Fix stringop-overflow warningsLibravatar Niccolò Scatena2018-10-17
|/
* Truncate message, append buffer overflow message if too long.Libravatar Connor E2018-10-16
* common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICLibravatar Cole Mickens2018-10-15
* Event loop: Fix memmove and remove extraneous declarationLibravatar Ryan Dwyer2018-10-15
* Event loop: Free fds and fix race conditionLibravatar Ryan Dwyer2018-10-15
* Remove timerfd from loop implementationLibravatar Ryan Dwyer2018-10-15
* swaylock: Remove indicator after 3 secondsLibravatar Ryan Dwyer2018-10-15
* Move swaybar's event loop to common directory and refactorLibravatar Ryan Dwyer2018-10-15
* swaybg: fix increasingly smaller bg on hotplugLibravatar Brian Ashworth2018-09-23
* Call pango_cairo_context_set_font_options().Libravatar Geoff Greer2018-09-22
* swaybar, swaylock, & tree/container: Set cairo font options to render text an...Libravatar Geoff Greer2018-09-22
* Use pango_layout_set_text instead of pango_layout_set_markupLibravatar Ryan Dwyer2018-09-22
* Fix pango escaping and refactor escape_markup_textLibravatar Ryan Dwyer2018-09-22
* swaybar: rewrite protocol determinationLibravatar Ian Fan2018-09-18
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* prevent ub caused by misaligned stores/loadsLibravatar taiyu2018-09-02
* Allow reload command to exist anywhere in the command stringLibravatar Ryan Dwyer2018-09-01
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12