summaryrefslogtreecommitdiff
path: root/wayland
AgeCommit message (Collapse)Author
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik
2016-01-26Remove pointer from swaylock surfaceDrew DeVault
2016-01-25extract cairo_set_source_u32()Christoph Gysin
2015-12-20make gdk-pixbuf dependency really optionalprogandy
2015-12-15fix segfault when doesn't have a trailing '/'Nicolas Werner
2015-12-12Pass keys along from wayland backend to clientsDrew DeVault
2015-12-12Fix build issueDrew DeVault
2015-12-12Add some more keyboard handling for wayland clientsDrew DeVault
2015-12-10Initialize keyboard in registry pollDrew DeVault
2015-12-10Add keyboard handling shims to registryDrew DeVault
2015-12-10Discover swaylock extension in registryDrew DeVault
2015-12-10Refactor gdk pixbuf code into shared client libDrew DeVault
2015-12-05Free outputs on registry teardownDrew DeVault
2015-12-03remove archive from git, add *.a to gitignoreChristoph Gysin
2015-12-03Add swaylock protocol, add resource destructorsDrew DeVault
This prevents sway crashing if swaybg or swaybar dies.
2015-12-02cmake: build common code only onceChristoph Gysin
This creates (static) libraries for protocols/, common/, and wayland/.
2015-11-29Add text rendering support to wayland clientsDrew DeVault
2015-11-19Add wallpapers to output commandDrew DeVault
2015-11-19Refactor the crap out of wayland clientsDrew DeVault
And create a background surface on every output when invoking swaybg.
2015-11-18Basic support for extensions in server and clientsDrew DeVault
2015-11-18Fix warning about uninitialized variableDrew DeVault
2015-11-18Exit if unable to allocate bufferDrew DeVault
2015-11-18Support cursors over wayland clientsDrew DeVault
Apparently wayland has fucking client-side cursors, too
2015-11-18Generate protocol headersDrew DeVault
2015-11-18Fix SIGBUS from wayland clientsDrew DeVault
2015-11-18Normalize indentationDrew DeVault
2015-11-18Clean up memory pool files betterDrew DeVault
2015-11-18Support resizing in wayland client implementationDrew DeVault
2015-11-18Fix up wayland client implementationDrew DeVault
Now it receives frame callbacks and renders properly, and is double buffered and such.
2015-11-13Clean up some things better in wayland clientsDrew DeVault
2015-11-12We don't need to implement strdupDrew DeVault
After defining _GNU_SOURCE
2015-11-12Further refinement of wayland client supportDrew DeVault
2015-11-12Start fleshing out wayland client implementationDrew DeVault
This introduces a basic shared framework for making wayland clients within sway itself.