index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
util.c
Age
Commit message (
Expand
)
Author
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