aboutsummaryrefslogtreecommitdiffstats
path: root/wayland
Commit message (Collapse)AuthorAge
* Pass keys along from wayland backend to clientsLibravatar Drew DeVault2015-12-12
|
* Fix build issueLibravatar Drew DeVault2015-12-12
|
* Add some more keyboard handling for wayland clientsLibravatar Drew DeVault2015-12-12
|
* Initialize keyboard in registry pollLibravatar Drew DeVault2015-12-10
|
* Add keyboard handling shims to registryLibravatar Drew DeVault2015-12-10
|
* Discover swaylock extension in registryLibravatar Drew DeVault2015-12-10
|
* Refactor gdk pixbuf code into shared client libLibravatar Drew DeVault2015-12-10
|
* Free outputs on registry teardownLibravatar Drew DeVault2015-12-05
|
* remove archive from git, add *.a to gitignoreLibravatar Christoph Gysin2015-12-03
|
* Add swaylock protocol, add resource destructorsLibravatar Drew DeVault2015-12-03
| | | | This prevents sway crashing if swaybg or swaybar dies.
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* Add text rendering support to wayland clientsLibravatar Drew DeVault2015-11-29
|
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
|
* Refactor the crap out of wayland clientsLibravatar Drew DeVault2015-11-19
| | | | And create a background surface on every output when invoking swaybg.
* Basic support for extensions in server and clientsLibravatar Drew DeVault2015-11-18
|
* Fix warning about uninitialized variableLibravatar Drew DeVault2015-11-18
|
* Exit if unable to allocate bufferLibravatar Drew DeVault2015-11-18
|
* Support cursors over wayland clientsLibravatar Drew DeVault2015-11-18
| | | | Apparently wayland has fucking client-side cursors, too
* Generate protocol headersLibravatar Drew DeVault2015-11-18
|
* Fix SIGBUS from wayland clientsLibravatar Drew DeVault2015-11-18
|
* Normalize indentationLibravatar Drew DeVault2015-11-18
|
* Clean up memory pool files betterLibravatar Drew DeVault2015-11-18
|
* Support resizing in wayland client implementationLibravatar Drew DeVault2015-11-18
|
* Fix up wayland client implementationLibravatar Drew DeVault2015-11-18
| | | | | Now it receives frame callbacks and renders properly, and is double buffered and such.
* Clean up some things better in wayland clientsLibravatar Drew DeVault2015-11-13
|
* We don't need to implement strdupLibravatar Drew DeVault2015-11-12
| | | | After defining _GNU_SOURCE
* Further refinement of wayland client supportLibravatar Drew DeVault2015-11-12
|
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
This introduces a basic shared framework for making wayland clients within sway itself.