aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.c
Commit message (Expand)AuthorAge
* input: Move get_current_time_msec in from utilLibravatar Kenny Levinsen2021-06-23
* moved and renamed movement-unit parsing to commonLibravatar Nils Schulte2020-07-21
* common/util: fix `get_current_time_msec` returning microsecondsLibravatar Tudor Brindus2020-06-06
* cmd_client_*: refactor duplicated codeLibravatar Brian Ashworth2019-12-28
* parse_color: return success + drop fallback colorLibravatar Brian Ashworth2019-12-28
* Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Libravatar Sheena Artrip2019-11-01
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* util.c: remove numlen functionLibravatar Ian Fan2019-01-22
* Fix edge case bug in numlen, dropping use of math.h functionsLibravatar M Stoeckl2019-01-21
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove readline.cLibravatar Ian Fan2019-01-01
* Merge pull request #3083 from c-edw/feature/StripWorkspaceNameLibravatar emersion2018-11-19
|\
| * Implement strip_workspace_name.Libravatar Connor E2018-11-17
* | Add scroll factor config option.Libravatar Spencer Michaels2018-11-18
|/
* Wrap to fartherest output when running focus outputLibravatar Ryan Dwyer2018-11-01
* Revert "Add resolve_path() to utils"Libravatar madblobfish2018-10-31
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Address review comments on parse_booleanLibravatar Brian Ashworth2018-07-23
* Remove unneeded constLibravatar Brian Ashworth2018-07-23
* Switch to using a function to parse booleansLibravatar Brian Ashworth2018-07-23
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* get_parent_pid: fix memory leakLibravatar Dominique Martinet2018-07-02
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
* common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*Libravatar Dominique Martinet2017-11-23
* FreeBSD fixesLibravatar johalun2017-06-06
* Replace spaces with tabs in resolve_pathLibravatar Mykyta Holubakha2017-05-11
* Add resolve_path() to utilsLibravatar Jerzi Kaminsky2017-04-16
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* Feature for #1078: Configurable swaylock colorsLibravatar Calvin Lee2017-02-21
* Reorganize includesLibravatar Drew DeVault2016-09-01
* common: use strtoul in parse_color to avoid clampLibravatar progandy2016-08-04
* implement solid color rendering for swaybgLibravatar Zandr Martin2016-07-30
* couple small fixesLibravatar Zandr Martin2016-06-11
* cleanup + add timeouts for pid_workspace listLibravatar Zandr Martin2016-06-11
* semi-working (only non-client/server wayland apps)Libravatar Zandr Martin2016-06-10
* numlen(0) == 1Libravatar Mikkel Oscar Lyderik2016-01-24
* use log10 in numlenLibravatar Mikkel Oscar Lyderik2016-01-24
* Revert "s/numlen/log10/g"Libravatar Drew DeVault2016-01-23
* s/numlen/log10/gLibravatar Drew DeVault2016-01-23
* Add function for getting list of modifier names.Libravatar Mikkel Oscar Lyderik2016-01-08
* Move modifier name table to common/util.cLibravatar Mikkel Oscar Lyderik2016-01-05
* Move sway/util.c to common/util.cLibravatar Mikkel Oscar Lyderik2015-12-14