summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorLines
2024-07-10common/pango: Disable glyph position roundingKenny Levinsen-0/+3
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser-6/+0
2023-11-23common: move load_image to swaybarManuel Stoeckl-138/+0
2023-11-23common: rename load_background_image to load_imageManuel Stoeckl-1/+1
2023-11-23common: Drop unused render_background_imageManuel Stoeckl-86/+2
2023-04-14Use format_str() throughoutSimon Ser-16/+4
2023-04-14common/gesture: use format_str()Simon Ser-24/+7
2023-04-14Add format_str() and vformat_str()Simon Ser-0/+33
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera-7/+5
2022-07-01Reject font values that are invalid for pangoHugo Osvaldo Barrera-3/+1
2022-05-30sway: add bindgesture commandFlorian Franzen-0/+351
2022-01-09Add safety assert in parse_movement_unitSimon Ser-0/+6
2021-09-20Avoid unecessary font metric calculationsHugo Osvaldo Barrera-3/+1
2021-09-13Rename pango_printf to render_textSimon Ser-1/+1
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera-0/+18
2021-06-23input: Move get_current_time_msec in from utilKenny Levinsen-6/+0
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