summaryrefslogtreecommitdiffstats
path: root/include/client
Commit message (Collapse)AuthorAge
* Fix constant scale factor in font codeLibravatar Drew DeVault2016-09-05
|
* Add client support for HiDPILibravatar Drew DeVault2016-09-05
| | | | This adds HiDPI support to swaybar, swaybg, and swaylock.
* Initial testing on hidpi clientsLibravatar Drew DeVault2016-09-05
|
* Fix #753Libravatar Drew DeVault2016-07-16
|
* Enable windows to register to get notified when the mouse wheel is scrolledLibravatar David Eklov2016-07-15
|
* Rename pointer_input::notify to indicate that is called on button clicksLibravatar David Eklov2016-07-15
|
* Use int instead of wl_fixed_t for mouse coordinatesLibravatar David Eklov2016-07-14
|
* Fix formatting guide violations (spaces instead of tabs)Libravatar David Eklov2016-07-06
|
* Enable windows to register to get notified of pointer button eventsLibravatar David Eklov2016-07-06
|
* Move code to make a window a shell surface into seperate functionLibravatar David Eklov2016-07-04
|
* Flesh out pango markup implementationLibravatar Drew DeVault2016-04-17
|
* Make client/pango.h not depend on client/window.hLibravatar Mikkel Oscar Lyderik2016-03-30
|
* extract cairo_set_source_u32()Libravatar Christoph Gysin2016-01-25
|
* make gdk-pixbuf dependency really optionalLibravatar progandy2015-12-20
|
* Pass keys along from wayland backend to clientsLibravatar 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
|
* Add text rendering support to wayland clientsLibravatar Drew DeVault2015-11-29
|
* 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
|
* Support cursors over wayland clientsLibravatar Drew DeVault2015-11-18
| | | | Apparently wayland has fucking client-side cursors, too
* 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
|
* Fix up wayland client implementationLibravatar Drew DeVault2015-11-18
Now it receives frame callbacks and renders properly, and is double buffered and such.