summaryrefslogtreecommitdiffstats
path: root/wayland/window.c
Commit message (Collapse)AuthorAge
* Add client support for HiDPILibravatar Drew DeVault2016-09-05
| | | | This adds HiDPI support to swaybar, swaybg, and swaylock.
* Allow users to customize the cursor on clientsLibravatar Drew DeVault2016-07-17
| | | | | This also sets the default size to 16 and documents all of the other environment variables in use in sway(1).
* Fix warning in window.cLibravatar Drew DeVault2016-07-16
|
* 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
|
* 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
|
* Remove pointer from swaylock surfaceLibravatar Drew DeVault2016-01-26
|
* Add text rendering support to wayland clientsLibravatar Drew DeVault2015-11-29
|
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
|
* Refactor the crap out of wayland clientsLibravatar Drew DeVault2015-11-19
And create a background surface on every output when invoking swaybg.