Age | Commit message (Expand) | Author |
2022-01-09 | Add safety assert in parse_movement_unit | Simon Ser |
2021-06-23 | input: Move get_current_time_msec in from util | Kenny Levinsen |
2020-07-21 | moved and renamed movement-unit parsing to common | Nils Schulte |
2020-06-06 | common/util: fix `get_current_time_msec` returning microseconds | Tudor Brindus |
2019-12-28 | cmd_client_*: refactor duplicated code | Brian Ashworth |
2019-12-28 | parse_color: return success + drop fallback color | Brian Ashworth |
2019-11-01 | Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. | Sheena Artrip |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-01-22 | util.c: remove numlen function | Ian Fan |
2019-01-21 | Fix edge case bug in numlen, dropping use of math.h functions | M Stoeckl |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-01 | Remove readline.c | Ian Fan |
2018-11-19 | Merge pull request #3083 from c-edw/feature/StripWorkspaceName | emersion |
2018-11-18 | Add scroll factor config option. | Spencer Michaels |
2018-11-17 | Implement strip_workspace_name. | Connor E |
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer |
2018-10-31 | Revert "Add resolve_path() to utils" | madblobfish |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-07-23 | Address review comments on parse_boolean | Brian Ashworth |
2018-07-23 | Remove unneeded const | Brian Ashworth |
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-02 | get_parent_pid: fix memory leak | Dominique Martinet |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet |
2017-11-23 | common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_* | Dominique Martinet |
2017-06-06 | FreeBSD fixes | johalun |
2017-05-11 | Replace spaces with tabs in resolve_path | Mykyta Holubakha |
2017-04-16 | Add resolve_path() to utils | Jerzi Kaminsky |
2017-03-10 | UnGNUify the codebase | Drew DeVault |
2017-02-21 | Feature for #1078: Configurable swaylock colors | Calvin Lee |
2016-09-01 | Reorganize includes | Drew DeVault |
2016-08-04 | common: use strtoul in parse_color to avoid clamp | progandy |
2016-07-30 | implement solid color rendering for swaybg | Zandr Martin |
2016-06-11 | couple small fixes | Zandr Martin |
2016-06-11 | cleanup + add timeouts for pid_workspace list | Zandr Martin |
2016-06-10 | semi-working (only non-client/server wayland apps) | Zandr Martin |
2016-01-24 | numlen(0) == 1 | Mikkel Oscar Lyderik |
2016-01-24 | use log10 in numlen | Mikkel Oscar Lyderik |
2016-01-23 | Revert "s/numlen/log10/g" | Drew DeVault |
2016-01-23 | s/numlen/log10/g | Drew DeVault |
2016-01-08 | Add function for getting list of modifier names. | Mikkel Oscar Lyderik |
2016-01-05 | Move modifier name table to common/util.c | Mikkel Oscar Lyderik |
2015-12-14 | Move sway/util.c to common/util.c | Mikkel Oscar Lyderik |