aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
AgeCommit message (Collapse)Author
2018-07-30util.h: add missing includeEric Engestrom
parse_boolean() takes and returns a `bool`
2018-07-23Remove unneeded constBrian Ashworth
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2017-07-07Rework get_clipboard implementationnyorain
2017-04-16Add resolve_path() to utilsJerzi Kaminsky
2017-03-14Removed superfluous include, causing failures if WLC headers aren't ↵Sebastian Noack
installed globally
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin
2016-01-23Revert "s/numlen/log10/g"Drew DeVault
This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.
2016-01-23s/numlen/log10/gDrew DeVault
2016-01-08Add function for getting list of modifier names.Mikkel Oscar Lyderik
Get an array of modifier names from modifier masks.
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik
Lookup of modifier names is required in several places, thus it makes sense to move it to a general place.
2015-12-14Move numlen(1) to sway/util.cMikkel Oscar Lyderik
2015-08-25added missing util.h/c stuffminus
2015-08-25refactored workspace_next/prevminus