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-02-08 | Fix clang warnings | Mikkel Oscar Lyderik | |
2016-01-28 | Print /proc/<pid>/maps on segfault | Drew DeVault | |
2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy | |
2015-11-12 | Start fleshing out wayland client implementation | Drew DeVault | |
This introduces a basic shared framework for making wayland clients within sway itself. |