Xpra: Ticket #1969: honour client min window size

windows with a title bar have a minimum size on win32, we should tell the server to honour it so that when an application requests a size smaller than that we will send the configure-notify event with the min-size applied to it.



Sun, 28 Oct 2018 12:14:44 GMT - Antoine Martin: status changed

Mostly done in r20851, minor fixups in r20854. Test in r20855.

max-size and the new min-size switch can be used on either the client or server (previously max-size was only used by the client)

Still TODO:


Sun, 04 Nov 2018 14:43:33 GMT - Antoine Martin:

As of r20949, the min-size only applies to decorated windows, undecorated windows don't have any min-size restrictions. r20950: max-size applies to all windows.


Wed, 14 Nov 2018 11:50:55 GMT - Antoine Martin:

Updates:

More to come, including a fix for size constraints validation (done on the values after we already copied them... doh)


Thu, 15 Nov 2018 11:48:46 GMT - Antoine Martin:

Implementation complete in r20996 (+ man page in r20997).

Still TODO: backport fix.


Thu, 15 Nov 2018 14:50:46 GMT - Antoine Martin: status changed; resolution set

Backport in r21001.

Not doing the desktop server randr limitation or applying it to OR windows.


Sat, 23 Jan 2021 05:38:38 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1969