aboutsummaryrefslogtreecommitdiff
path: root/sway/stringop.c
AgeCommit message (Collapse)Author
2015-09-07config modestaiyu
2015-08-20added IPC messages get_workspaces and get_outputsminus
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet.
2015-08-18Revert "enhanced whitespace remover"Drew DeVault
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18Revert "config handles comments better"Drew DeVault
This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7.
2015-08-18enhanced whitespace removertaiyu
2015-08-18config handles comments bettertaiyu
2015-08-16fixed split [vh], small memory leak, unescape_strings handle \xnntaiyu
2015-08-16Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."Drew DeVault
2015-08-16set userdata for handler to swayc_t containertaiyu
2015-08-15reduced code duplicationtaiyu
2015-08-15fixed 2 small memory leaks & adds format attribute to log.taiyu
2015-08-05Mostly implement bindsym commandDrew DeVault
2015-08-05Flesh out some command parsingDrew DeVault
This implements the `set` command from i3
2015-08-04Pull in some scas code and read i3 config fileDrew DeVault