Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-13 | Use 'private-code' for wayland-scanner code generation | Dominique Martinet | |
Same as for wlroots - autodetect version and use either 'code' or the new one | |||
2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | |
2018-04-02 | protocols: remove unused XML files | emersion | |
2018-04-02 | protocols: remove xdg-shell XML file | emersion | |
2018-03-28 | add xdg-protocol header | Tony Crisci | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |
2018-03-28 | Add client protocols and swaybg skeleton | Drew DeVault | |
2017-12-01 | remove the rest of cmake | Tony Crisci | |
2017-04-28 | Implement KDE's server-side decoration protocol | Drew DeVault | |
2016-12-28 | Add redshift support | Drew DeVault | |
2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | |
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | |||
2016-04-28 | Fix missing include paths | Tomáš Čech | |
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. | |||
2016-02-27 | Make protocol specifications follow the DTD | Mikkel Oscar Lyderik | |
Gets rid of these warnings: WARNING: XML failed validation against built-in DTD | |||
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-18 | Basic support for extensions in server and clients | Drew DeVault | |
2015-11-18 | Generate protocol headers | Drew DeVault | |