Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | Subscribe to workspace change events and redraw | Drew DeVault | |
2015-12-03 | remove archive from git, add *.a to gitignore | Christoph Gysin | |
2015-12-03 | Add swaylock protocol, add resource destructors | Drew DeVault | |
This prevents sway crashing if swaybg or swaybar dies. | |||
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-11-29 | Only strip comments at the start of a line | Drew DeVault | |
This is necessary because i3 config files use CSS notation for colors (i.e. #rrggbb). | |||
2015-11-28 | Fix incorrect #include on ipc-client.c | Drew DeVault | |
2015-11-27 | Add command line to swaygrab | Drew DeVault | |
Also modifies IPC client so that we can work with persistent connections. | |||
2015-11-27 | Move IPC client into common, refactor IPC | Drew DeVault | |
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |
2015-11-24 | fix list sorting | taiyu | |
2015-11-22 | cmd_workspace: Don't fill up config->workspace_outputs with duplicates. | S. Christoffer Eliesen | |
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). | |||
2015-11-21 | list: Add list_seq_find. | S. Christoffer Eliesen | |
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. | |||
2015-11-13 | Clean up CMake stuff | Drew DeVault | |
2015-11-12 | common: create a static library | Ben Boeckel | |
2015-11-12 | Start fleshing out wayland client implementation | Drew DeVault | |
This introduces a basic shared framework for making wayland clients within sway itself. |