Andreas Kling
|
e84823360d
|
WindowServer: Moving a window to front should always activate it.
So instead of having move_to_front() + set_active_window(), let's have
move_to_front_and_make_active().
|
2019-03-24 13:09:46 +01:00 |
|
Andreas Kling
|
56ee8bfe2a
|
WindowServer: Factor out ongoing drag/resize from process_mouse_event().
The mouse event processing code is getting unwieldy. Break out two huge
chunks into separate functions so the code becomes easier to work with.
|
2019-03-24 13:00:12 +01:00 |
|
Andreas Kling
|
f18ed4f633
|
WindowServer: Reduce debug spam.
|
2019-03-24 04:29:33 +01:00 |
|
Andreas Kling
|
e4dfd5a3a4
|
WindowServer: Support PNG wallpapers.
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use.
|
2019-03-21 15:54:19 +01:00 |
|
Andreas Kling
|
d17a91f185
|
Move WindowServer into Servers.
|
2019-03-20 04:34:14 +01:00 |
|