aboutsummaryrefslogtreecommitdiff
path: root/common/util.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2022-01-09Add safety assert in parse_movement_unitSimon Ser
2021-06-23input: Move get_current_time_msec in from utilKenny Levinsen
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte
2020-06-06common/util: fix `get_current_time_msec` returning microsecondsTudor Brindus
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-01-22util.c: remove numlen functionIan Fan
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-01Remove readline.cIan Fan
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion
2018-11-18Add scroll factor config option.Spencer Michaels
2018-11-17Implement strip_workspace_name.Connor E
2018-11-01Wrap to fartherest output when running focus outputRyan Dwyer
2018-10-31Revert "Add resolve_path() to utils"madblobfish
2018-10-30Remove enum movement_directionRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-07-23Address review comments on parse_booleanBrian Ashworth
2018-07-23Remove unneeded constBrian Ashworth
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-02get_parent_pid: fix memory leakDominique Martinet
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-11-23common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*Dominique Martinet
2017-06-06FreeBSD fixesjohalun
2017-05-11Replace spaces with tabs in resolve_pathMykyta Holubakha
2017-04-16Add resolve_path() to utilsJerzi Kaminsky
2017-03-10UnGNUify the codebaseDrew DeVault
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee
2016-09-01Reorganize includesDrew DeVault
2016-08-04common: use strtoul in parse_color to avoid clampprogandy
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-06-11couple small fixesZandr Martin
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin
2016-01-24numlen(0) == 1Mikkel Oscar Lyderik
2016-01-24use log10 in numlenMikkel Oscar Lyderik
2016-01-23Revert "s/numlen/log10/g"Drew DeVault
2016-01-23s/numlen/log10/gDrew DeVault
2016-01-08Add function for getting list of modifier names.Mikkel Oscar Lyderik
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik
2015-12-14Move sway/util.c to common/util.cMikkel Oscar Lyderik