]> git.sur5r.net Git - i3/i3/commit
Respect minimum size hints for floating windows. (#2508)
authorIngo Bürk <admin@airblader.de>
Mon, 28 Nov 2016 21:09:39 +0000 (22:09 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 28 Nov 2016 21:09:39 +0000 (22:09 +0100)
commita3013969976c0f2572e6137f8a6b0ed306287b5e
treea4d1741818b359737dcccdd80b1b95163c8e7759
parentf25c3d5e77f410305efeed97da5ac9adb25491f3
Respect minimum size hints for floating windows. (#2508)

This commit introduces proper support for the minimum size on floating
windows by ensuring that it is respected during mapping, later changes as
well as resizes.

Furthermore, this commit fixes minor issues with how the hints are handled
during calculations.

fixes #2436
include/data.h
src/floating.c
src/handlers.c
src/manage.c
testcases/t/141-resize.t
testcases/t/221-floating-type-hints.t