summaryrefslogtreecommitdiff
path: root/wayland
AgeCommit message (Expand)Author
2017-08-03Fix typo in debug logemersion
2017-06-14Merge branch 'master' into trayDrew DeVault
2017-06-08include stdint to be compaitable with muslEkaterina Vaartis
2017-06-07Implement Tray IconsCalvin Lee
2017-03-18add missing ! for wl seat capsZandr Martin
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-14minor logic errorbarfoo1
2016-12-09Fix build on FreeBSDGreg V
2016-11-28Fix memory leaks in swaybarDrew DeVault
2016-10-07parse pango markup in workspace names (and bugfix)D.B
2016-09-08fix pango markup on swaybarZandr Martin
2016-09-06Remove extraneous loggingDrew DeVault
2016-09-05Fix constant scale factor in font codeDrew DeVault
2016-09-05Add client support for HiDPIDrew DeVault
2016-09-05Initial testing on hidpi clientsDrew DeVault
2016-07-17Allow users to customize the cursor on clientsDrew DeVault
2016-07-16Fix warning in window.cDrew DeVault
2016-07-16Fix #753Drew DeVault
2016-07-15Enable windows to register to get notified when the mouse wheel is scrolledDavid Eklov
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov
2016-07-14Use int instead of wl_fixed_t for mouse coordinatesDavid Eklov
2016-07-06Enable windows to register to get notified of pointer button eventsDavid Eklov
2016-07-06Check capabilities before using pointer and keyboardDavid Eklov
2016-07-04Move code to make a window a shell surface into seperate functionDavid Eklov
2016-04-30wayland/registry.c: free() registry at registry_teardownSergi Granell
2016-04-28Explicitly mark static linking in CMakeTomáš Čech
2016-04-28Fix missing include pathsTomáš Čech
2016-04-17Flesh out pango markup implementationDrew DeVault
2016-04-17Add support for pango markupDrew DeVault
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
2015-12-02cmake: build common code only onceChristoph Gysin
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
2015-11-18Basic support for extensions in server and clientsDrew DeVault
2015-11-18Fix warning about uninitialized variableDrew DeVault