aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorLines
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni-5/+5
2020-12-10common/log: write log importanceSimon Ser-0/+9
2020-12-04common: make 'lenient_strcmp' arguments constPaul Riou-1/+1
2020-07-30common/loop: check return of reallocAntonin Décimo-3/+9
2020-07-30ipc: fix aligment issue of data bufferAntonin Décimo-7/+5
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte-0/+34
2020-06-06common/util: fix `get_current_time_msec` returning microsecondsTudor Brindus-1/+7
2020-06-06Add wayland_client dependency to commonTheAvidDev-1/+2
2020-05-24common/log: use bright black rather than black for SWAY_DEBUGTudor Brindus-1/+1
2020-03-07common/log: bump POSIX version used after e81d9fde667eJan Beich-1/+1
2020-03-07common/log: improve time prefixSimon Ser-8/+30
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth-0/+7
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth-9/+10
2019-11-23Amend typosJason-1/+1
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth-0/+19
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip-1/+1
2019-08-12ipc-client: remove useless free for failed mallocAntonin Décimo-1/+0
2019-07-15Use -fmacro-prefix-map to strip build pathManuel Stoeckl-17/+0
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin-16/+40
2019-05-27common/ipc-client: remove ipc recv timeout logBrian Ashworth-2/+0
2019-04-25swaybg: split into standalone projectDrew DeVault-99/+100
2019-04-17swaymsg: add timeout and type checksBrian Ashworth-0/+10
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth-0/+19
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer-0/+21
2019-03-11stringop.c: refactor a few functionsIan Fan-8/+5
2019-03-11stringop.c: clean up headersIan Fan-5/+5
2019-03-11stringop.c: remove unused functionsIan Fan-115/+0
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth-0/+3
2019-01-22background-image.c: remove stdbool headerIan Fan-2/+1
2019-01-22util.c: remove numlen functionIan Fan-9/+0
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl-2/+1
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl-4/+5
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl-105/+0
2019-01-21Replace wlr_log with sway_logM Stoeckl-18/+99
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards-12/+22
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl-4/+12
2019-01-17Remove unicode.cemersion-102/+0
2019-01-16Use static arrays where possible.Connor E-18/+13
2019-01-16Remove usage of VLAs.Connor E-6/+15
2019-01-02fixup! stringop.c: rewrite strip_whitespaceIan Fan-4/+4
2019-01-01Remove readline.cIan Fan-80/+8
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan-17/+10
2018-12-09Merge pull request #3271 from ianyfan/list-cleanupRyan Dwyer-23/+15
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan-3/+3
2018-12-09Cleanup list codeIan Fan-2/+1
2018-12-09list.c: Remove list_foreachIan Fan-21/+14
2018-12-06list: double list capacity when resizing instead of incrementingIan Fan-1/+1
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion-1/+1
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion-2/+3
2018-11-18Add scroll factor config option.Spencer Michaels-0/+12