aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAge
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* input: Move get_current_time_msec in from utilLibravatar Kenny Levinsen2021-06-23
* cairo: Replace <cairo/cairo.h> by <cairo.h>Libravatar Issam E. Maghni2021-05-10
* common/log: write log importanceLibravatar Simon Ser2020-12-10
* common: make 'lenient_strcmp' arguments constLibravatar Paul Riou2020-12-04
* common/loop: check return of reallocLibravatar Antonin Décimo2020-07-30
* ipc: fix aligment issue of data bufferLibravatar Antonin Décimo2020-07-30
* moved and renamed movement-unit parsing to commonLibravatar Nils Schulte2020-07-21
* common/util: fix `get_current_time_msec` returning microsecondsLibravatar Tudor Brindus2020-06-06
* Add wayland_client dependency to commonLibravatar TheAvidDev2020-06-06
* common/log: use bright black rather than black for SWAY_DEBUGLibravatar Tudor Brindus2020-05-24
* common/log: bump POSIX version used after e81d9fde667eLibravatar Jan Beich2020-03-07
* common/log: improve time prefixLibravatar Simon Ser2020-03-07
* cmd_client_*: refactor duplicated codeLibravatar Brian Ashworth2019-12-28
* parse_color: return success + drop fallback colorLibravatar Brian Ashworth2019-12-28
* Amend typosLibravatar Jason2019-11-23
* input_cmd_xkb_file: allow shell path expansionLibravatar Brian Ashworth2019-11-21
* Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Libravatar Sheena Artrip2019-11-01
* ipc-client: remove useless free for failed mallocLibravatar Antonin Décimo2019-08-12
* Use -fmacro-prefix-map to strip build pathLibravatar Manuel Stoeckl2019-07-15
* Fix segfaults caused by faulty command parsingLibravatar Matt Coffin2019-06-11
* common/ipc-client: remove ipc recv timeout logLibravatar Brian Ashworth2019-05-27
* swaybg: split into standalone projectLibravatar Drew DeVault2019-04-25
* swaymsg: add timeout and type checksLibravatar Brian Ashworth2019-04-17
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* stringop.c: refactor a few functionsLibravatar Ian Fan2019-03-11
* stringop.c: clean up headersLibravatar Ian Fan2019-03-11
* stringop.c: remove unused functionsLibravatar Ian Fan2019-03-11
* output_cmd_background: fix no file + valid modeLibravatar Brian Ashworth2019-02-05
* 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