aboutsummaryrefslogtreecommitdiff
path: root/wayland/window.c
AgeCommit message (Collapse)AuthorLines
2018-03-28Remove obsolete client codeDrew DeVault-177/+0
2016-09-05Add client support for HiDPIDrew DeVault-4/+10
This adds HiDPI support to swaybar, swaybg, and swaylock.
2016-07-17Allow users to customize the cursor on clientsDrew DeVault-1/+11
This also sets the default size to 16 and documents all of the other environment variables in use in sway(1).
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-04Move code to make a window a shell surface into seperate functionDavid Eklov-3/+7
2016-01-26Remove pointer from swaylock surfaceDrew DeVault-11/+15
2015-11-29Add text rendering support to wayland clientsDrew DeVault-0/+4
2015-11-19Add wallpapers to output commandDrew DeVault-2/+0
2015-11-19Refactor the crap out of wayland clientsDrew DeVault-0/+123
And create a background surface on every output when invoking swaybg.