summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up wayland client implementationDrew DeVault2015-11-181-25/+12
| | | | | Now it receives frame callbacks and renders properly, and is double buffered and such.
* Check the client_setup() return valueSergi Granell2015-11-131-1/+3
|
* Clean up some things better in wayland clientsDrew DeVault2015-11-132-5/+16
|
* 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
|
* Further refinement of wayland client supportDrew DeVault2015-11-121-2/+12
|
* Start fleshing out wayland client implementationDrew DeVault2015-11-122-3/+30
| | | | | This introduces a basic shared framework for making wayland clients within sway itself.
* Add swaybg executableDrew DeVault2015-11-122-0/+33
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.