summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)AuthorLines
2016-04-28Explicitly mark static linking in CMakeFurkan Sahin-1/+1
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
2016-04-28Fix missing include pathsFurkan Sahin-0/+1
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-27Make protocol specifications follow the DTDFurkan Sahin-3/+11
Gets rid of these warnings: WARNING: XML failed validation against built-in DTD
2015-12-03remove archive from git, add *.a to gitignoreFurkan Sahin-0/+0
2015-12-03Add swaylock protocol, add resource destructorsFurkan Sahin-0/+29
This prevents sway crashing if swaybg or swaybar dies.
2015-12-02cmake: build common code only onceFurkan Sahin-0/+22
This creates (static) libraries for protocols/, common/, and wayland/.
2015-11-18Basic support for extensions in server and clientsFurkan Sahin-0/+138
2015-11-18Generate protocol headersFurkan Sahin-0/+422