summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAge
...
* Move IPC client into common, refactor IPCLibravatar Drew DeVault2015-11-27
|
* Parse command line args for swaymsgLibravatar Drew DeVault2015-11-26
|
* fix list sortingLibravatar taiyu2015-11-24
|
* cmd_workspace: Don't fill up config->workspace_outputs with duplicates.Libravatar S. Christoffer Eliesen2015-11-22
| | | | | | This also fixes a bug where issuing a new "workspace a output b" command for an already assigned workspace would not work (the old config would be found first and used instead).
* list: Add list_seq_find.Libravatar S. Christoffer Eliesen2015-11-21
| | | | | | Sometimes one has to traverse a list to find out if some data already exists there in order to avoid dupilcates in the list, and this function facilitates in that without requiring that the data is ordered.
* Clean up CMake stuffLibravatar Drew DeVault2015-11-13
|
* common: create a static libraryLibravatar Ben Boeckel2015-11-12
|
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
This introduces a basic shared framework for making wayland clients within sway itself.