summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-11-23common: move load_image to swaybarManuel Stoeckl
2023-11-23common: rename load_background_image to load_imageManuel Stoeckl
2023-11-23common: Drop unused render_background_imageManuel Stoeckl
2023-04-14Use format_str() throughoutSimon Ser
2023-04-14common/gesture: use format_str()Simon Ser
2023-04-14Add format_str() and vformat_str()Simon Ser
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-07-01Reject font values that are invalid for pangoHugo Osvaldo Barrera
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-01-09Add safety assert in parse_movement_unitSimon Ser
2021-09-20Avoid unecessary font metric calculationsHugo Osvaldo Barrera
2021-09-13Rename pango_printf to render_textSimon Ser
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-06-23input: Move get_current_time_msec in from utilKenny Levinsen
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2020-12-10common/log: write log importanceSimon Ser
2020-12-04common: make 'lenient_strcmp' arguments constPaul Riou
2020-07-30common/loop: check return of reallocAntonin Décimo
2020-07-30ipc: fix aligment issue of data bufferAntonin Décimo
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte
2020-06-06common/util: fix `get_current_time_msec` returning microsecondsTudor Brindus
2020-06-06Add wayland_client dependency to commonTheAvidDev
2020-05-24common/log: use bright black rather than black for SWAY_DEBUGTudor Brindus
2020-03-07common/log: bump POSIX version used after e81d9fde667eJan Beich
2020-03-07common/log: improve time prefixSimon Ser
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-11-23Amend typosJason
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
2019-08-12ipc-client: remove useless free for failed mallocAntonin Décimo
2019-07-15Use -fmacro-prefix-map to strip build pathManuel Stoeckl
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin
2019-05-27common/ipc-client: remove ipc recv timeout logBrian Ashworth
2019-04-25swaybg: split into standalone projectDrew DeVault
2019-04-17swaymsg: add timeout and type checksBrian Ashworth
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-03-11stringop.c: refactor a few functionsIan Fan
2019-03-11stringop.c: clean up headersIan Fan
2019-03-11stringop.c: remove unused functionsIan Fan
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth
2019-01-22background-image.c: remove stdbool headerIan Fan
2019-01-22util.c: remove numlen functionIan Fan
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards