summaryrefslogtreecommitdiff
path: root/wayland
AgeCommit message (Expand)AuthorLines
2016-07-17Allow users to customize the cursor on clientsDrew DeVault-1/+11
2016-07-16Fix warning in window.cDrew DeVault-3/+2
2016-07-16Fix #753Drew DeVault-1/+1
2016-07-15Enable windows to register to get notified when the mouse wheel is scrolledDavid Eklov-1/+20
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov-2/+2
2016-07-14Use int instead of wl_fixed_t for mouse coordinatesDavid Eklov-2/+2
2016-07-06Enable windows to register to get notified of pointer button eventsDavid Eklov-0/+10
2016-07-06Check capabilities before using pointer and keyboardDavid Eklov-5/+30
2016-07-04Move code to make a window a shell surface into seperate functionDavid Eklov-3/+7
2016-04-30wayland/registry.c: free() registry at registry_teardownSergi Granell-0/+1
2016-04-28Explicitly mark static linking in CMakeTomáš Čech-1/+1
2016-04-28Fix missing include pathsTomáš Čech-0/+1
2016-04-17Flesh out pango markup implementationDrew DeVault-6/+12
2016-04-17Add support for pango markupDrew DeVault-1/+1
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik-12/+10
2016-01-26Remove pointer from swaylock surfaceDrew DeVault-11/+15
2016-01-25extract cairo_set_source_u32()Christoph Gysin-1/+8
2015-12-20make gdk-pixbuf dependency really optionalprogandy-3/+13
2015-12-15fix segfault when doesn't have a trailing '/'Nicolas Werner-2/+2
2015-12-12Pass keys along from wayland backend to clientsDrew DeVault-1/+19
2015-12-12Fix build issueDrew DeVault-2/+2
2015-12-12Add some more keyboard handling for wayland clientsDrew DeVault-16/+31
2015-12-10Initialize keyboard in registry pollDrew DeVault-0/+73
2015-12-10Add keyboard handling shims to registryDrew DeVault-0/+38
2015-12-10Discover swaylock extension in registryDrew DeVault-0/+3
2015-12-10Refactor gdk pixbuf code into shared client libDrew DeVault-0/+108
2015-12-05Free outputs on registry teardownDrew DeVault-2/+2
2015-12-03remove archive from git, add *.a to gitignoreChristoph Gysin-0/+0
2015-12-03Add swaylock protocol, add resource destructorsDrew DeVault-0/+0
2015-12-02cmake: build common code only onceChristoph Gysin-0/+17
2015-11-29Add text rendering support to wayland clientsDrew DeVault-0/+63
2015-11-19Add wallpapers to output commandDrew DeVault-2/+0
2015-11-19Refactor the crap out of wayland clientsDrew DeVault-228/+249
2015-11-18Basic support for extensions in server and clientsDrew DeVault-4/+9
2015-11-18Fix warning about uninitialized variableDrew DeVault-0/+1
2015-11-18Exit if unable to allocate bufferDrew DeVault-0/+3
2015-11-18Support cursors over wayland clientsDrew DeVault-0/+43
2015-11-18Generate protocol headersDrew DeVault-0/+1
2015-11-18Fix SIGBUS from wayland clientsDrew DeVault-0/+2
2015-11-18Normalize indentationDrew DeVault-32/+32
2015-11-18Clean up memory pool files betterDrew DeVault-20/+22
2015-11-18Support resizing in wayland client implementationDrew DeVault-0/+12
2015-11-18Fix up wayland client implementationDrew DeVault-89/+140
2015-11-13Clean up some things better in wayland clientsDrew DeVault-9/+11
2015-11-12We don't need to implement strdupDrew DeVault-6/+6
2015-11-12Further refinement of wayland client supportDrew DeVault-7/+35
2015-11-12Start fleshing out wayland client implementationDrew DeVault-0/+192