summaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* swaybg: load more image formats with gdk-pixbuf2progandy2015-12-071-0/+2
| | | | travis: added gdk-pixbuf2 dependency
* cmake: build common code only onceChristoph Gysin2015-12-021-24/+4
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* cmake: remove subprojectsChristoph Gysin2015-12-011-7/+5
|
* cmake: remove unnecessary quotesChristoph Gysin2015-12-011-2/+2
|
* cmake: use out-of-source buildChristoph Gysin2015-12-011-1/+0
|
* cmake: use tabs instead of spacesChristoph Gysin2015-12-011-22/+22
|
* cmake: style consistencyChristoph Gysin2015-12-011-6/+20
|
* cmake: convert all cmake commands to lowercaseChristoph Gysin2015-12-011-4/+4
|
* Basic support for extensions in server and clientsDrew DeVault2015-11-181-0/+2
|
* Support cursors over wayland clientsDrew DeVault2015-11-181-1/+1
| | | | Apparently wayland has fucking client-side cursors, too
* Generate protocol headersDrew DeVault2015-11-181-3/+6
|
* Clean up some things better in wayland clientsDrew DeVault2015-11-131-1/+1
|
* Clean up CMake stuffDrew DeVault2015-11-131-1/+2
|
* common: create a static libraryBen Boeckel2015-11-121-3/+1
|
* cmake: clean up installation rulesBen Boeckel2015-11-121-4/+4
|
* cmake: set the output directory onceBen Boeckel2015-11-121-1/+0
|
* Start fleshing out wayland client implementationDrew DeVault2015-11-121-2/+8
| | | | | This introduces a basic shared framework for making wayland clients within sway itself.
* Add swaybg executableDrew DeVault2015-11-121-0/+27
This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view.