ladybird/Servers
Andreas Kling b648997d1f WindowServer: Don't allow minimize/maximize of windows while modal up
While one window is blocked by another modal one, just ignore events on
the window frame, and also ignore set_minimized() and set_maximized().

The only thing you're allowed to do with a blocked window is moving it.

Fixes #1111.
2020-01-25 10:41:23 +01:00
..
AudioServer AudioServer: Drop "rpath" and "wpath" pledges 2020-01-21 15:40:48 +01:00
LookupServer LookupServer: Lock unveil() after initialization. 2020-01-22 11:25:09 +01:00
ProtocolServer Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
SystemServer Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
TelnetServer Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TTYServer Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
WindowServer WindowServer: Don't allow minimize/maximize of windows while modal up 2020-01-25 10:41:23 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00