Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-26 | Correctly exit sway on errors. | Mikkel Oscar Lyderik | |
Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running. | |||
2016-01-19 | libinput | Cole Mickens | |
2015-12-05 | Merge pull request #292 from christophgysin/man | Drew DeVault | |
move manpages to subfolders | |||
2015-12-02 | swaymsg: add newline after response | Christoph Gysin | |
2015-12-02 | move manpages to subfolders | Christoph Gysin | |
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-12-01 | cmake: remove subprojects | Christoph Gysin | |
2015-12-01 | cmake: use out-of-source build | Christoph Gysin | |
2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | |
2015-12-01 | cmake: style consistency | Christoph Gysin | |
2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | |
2015-11-28 | Fix option parsing | Christoph Gysin | |
Using 'flag' results in duplicate code paths for short and long options. This broke the -q short option in swaymsg, because there was: {"quiet", no_argument, &quiet, 'q'} Which will set quiet to 'q' and return 0, not 'q'. | |||
2015-11-28 | swaymsg: Add --help option that prints usage | Christoph Gysin | |
2015-11-28 | swaymsg: Print usage and exit on unknown options | Christoph Gysin | |
2015-11-28 | Use macros for exit values | Christoph Gysin | |
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-27 | Fix build warnings | Drew DeVault | |
2015-11-26 | Implement swaymsg IPC behavior | Drew DeVault | |
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |
2015-11-26 | Add swaymsg subproject | Drew DeVault | |