summaryrefslogtreecommitdiff
path: root/include/client
AgeCommit message (Collapse)AuthorLines
2017-03-18wl_poitner -> wl_pointerZandr Martin-1/+1
2017-03-10Correct indentationDrew DeVault-19/+19
2016-09-05Fix constant scale factor in font codeDrew DeVault-3/+5
2016-09-05Add client support for HiDPIDrew DeVault-1/+3
This adds HiDPI support to swaybar, swaybg, and swaylock.
2016-09-05Initial testing on hidpi clientsDrew DeVault-0/+1
2016-07-16Fix #753Drew DeVault-2/+1
2016-07-15Enable windows to register to get notified when the mouse wheel is scrolledDavid Eklov-0/+9
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov-1/+1
2016-07-14Use int instead of wl_fixed_t for mouse coordinatesDavid Eklov-3/+3
2016-07-06Fix formatting guide violations (spaces instead of tabs)David Eklov-20/+20
2016-07-06Enable windows to register to get notified of pointer button eventsDavid Eklov-0/+10
2016-07-04Move code to make a window a shell surface into seperate functionDavid Eklov-0/+1
2016-04-17Flesh out pango markup implementationDrew DeVault-3/+5
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik-5/+5
2016-01-25extract cairo_set_source_u32()Christoph Gysin-0/+5
2015-12-20make gdk-pixbuf dependency really optionalprogandy-0/+2
2015-12-12Pass keys along from wayland backend to clientsDrew DeVault-1/+1
2015-12-12Add some more keyboard handling for wayland clientsDrew DeVault-35/+23
2015-12-10Initialize keyboard in registry pollDrew DeVault-0/+55
2015-12-10Add keyboard handling shims to registryDrew DeVault-0/+1
2015-12-10Discover swaylock extension in registryDrew DeVault-0/+2
2015-12-10Refactor gdk pixbuf code into shared client libDrew DeVault-0/+8
2015-11-29Add text rendering support to wayland clientsDrew DeVault-0/+13
2015-11-19Refactor the crap out of wayland clientsDrew DeVault-21/+37
And create a background surface on every output when invoking swaybg.
2015-11-18Basic support for extensions in server and clientsDrew DeVault-1/+3
2015-11-18Support cursors over wayland clientsDrew DeVault-0/+8
Apparently wayland has fucking client-side cursors, too
2015-11-18Fix SIGBUS from wayland clientsDrew DeVault-1/+0
2015-11-18Normalize indentationDrew DeVault-24/+24
2015-11-18Clean up memory pool files betterDrew DeVault-0/+1
2015-11-18Fix up wayland client implementationDrew DeVault-0/+55
Now it receives frame callbacks and renders properly, and is double buffered and such.