180 Commits (ba6c0eb18bd87938c7fba72236129c9ba949b007)

Author SHA1 Message Date
Simon Ser 1dbb699036
common/log: write log importance
4 years ago
Paul Riou 4583feee59 common: make 'lenient_strcmp' arguments const
4 years ago
Antonin Décimo 5c67d99794 common/loop: check return of realloc
4 years ago
Antonin Décimo 8033b575f7 ipc: fix aligment issue of data buffer
4 years ago
Nils Schulte 6898d1963f moved and renamed movement-unit parsing to common
4 years ago
Tudor Brindus d7900c6e5e common/util: fix `get_current_time_msec` returning microseconds
5 years ago
TheAvidDev d835df38de Add wayland_client dependency to common
5 years ago
Tudor Brindus c632d47bf8 common/log: use bright black rather than black for SWAY_DEBUG
5 years ago
Jan Beich fafc060909 common/log: bump POSIX version used after e81d9fde66
5 years ago
Simon Ser e81d9fde66 common/log: improve time prefix
5 years ago
Brian Ashworth 66dc33296c cmd_client_*: refactor duplicated code
5 years ago
Brian Ashworth 97f9f0b699 parse_color: return success + drop fallback color
5 years ago
Jason 939c7b2d52 Amend typos
5 years ago
Brian Ashworth 2f858a1ada input_cmd_xkb_file: allow shell path expansion
5 years ago
Sheena Artrip 7efb5d4673 Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.
5 years ago
Antonin Décimo 1d6d26cdec ipc-client: remove useless free for failed malloc
5 years ago
Manuel Stoeckl 2dc4978d8a Use -fmacro-prefix-map to strip build path
5 years ago
Matt Coffin 2b5bf78faf Fix segfaults caused by faulty command parsing
6 years ago
Brian Ashworth 18476b0ec1 common/ipc-client: remove ipc recv timeout log
6 years ago
Drew DeVault 236ca63419 swaybg: split into standalone project
6 years ago
Brian Ashworth d7d29fe546 swaymsg: add timeout and type checks
6 years ago
Brian Ashworth 6961bf2e4c Spawn swaynag as a wayland client
6 years ago
Geoff Greer 6e3046878d Add support for manually setting subpixel hinting on outputs.
6 years ago
Ian Fan 00570c139e stringop.c: refactor a few functions
6 years ago
Ian Fan be1543d301 stringop.c: clean up headers
6 years ago
Ian Fan 5c8424c074 stringop.c: remove unused functions
6 years ago
Brian Ashworth 89afb761ba output_cmd_background: fix no file + valid mode
6 years ago
Ian Fan d7d906c7fd background-image.c: remove stdbool header
6 years ago
Ian Fan de9a357de8 util.c: remove numlen function
6 years ago
M Stoeckl 4b1eaaf731 Removed unused wlroots dependency for sway(bg|bar|msg|nag)
6 years ago
M Stoeckl c040defd5f Fix edge case bug in numlen, dropping use of math.h functions
6 years ago
M Stoeckl d7ff776552 Move sway-specific functions in common/util.c into sway/
6 years ago
M Stoeckl 1211a81aad Replace wlr_log with sway_log
6 years ago
Connor Edwards 9df3a9136c Allocate minimum size necessary in pango text functions. (#3473)
6 years ago
M Stoeckl 62260ab56e Fix backup methods in get_socketpath for IPC client
6 years ago
emersion f951c2357f
Remove unicode.c
6 years ago
Connor E de6f5b3453 Use static arrays where possible.
6 years ago
Connor E aa9d7d8ca1 Remove usage of VLAs.
6 years ago
Ian Fan 5bef06adfd fixup! stringop.c: rewrite strip_whitespace
6 years ago
Ian Fan a82b8a3c14 Remove readline.c
6 years ago
Ian Fan 967566e37f stringop.c: rewrite strip_whitespace
6 years ago
Ryan Dwyer b61a936c80
Merge pull request #3271 from ianyfan/list-cleanup
6 years ago
Ian Fan 98c1e19466 list.c: rename free_flat_list to list_free_items_and_destroy
6 years ago
Ian Fan c8776fac42 Cleanup list code
6 years ago
Ian Fan 19e831ed3d list.c: Remove list_foreach
6 years ago
Ian Fan bd6a639667 list: double list capacity when resizing instead of incrementing
6 years ago
emersion 3a310f92ab
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
6 years ago
emersion bf7af9c690
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
6 years ago
Spencer Michaels 70bc4c3ab6 Add scroll factor config option.
6 years ago
emersion cad851805b
Use #if instead of #ifdef
6 years ago