aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2006-04-11 19:55:24 (GMT)
committermathias <mathias>2006-04-11 19:55:24 (GMT)
commit48579408d19fe0042a32f9634e6518b2eca3671c (patch)
treefc112df277ded4fbe916f07ebfe13baf762bc1e9 /ChangeLog
parentbe03b0a3dc916cd9a320a41e38ab57555f8d2a94 (diff)
downloadfluxbox-48579408d19fe0042a32f9634e6518b2eca3671c.zip
fluxbox-48579408d19fe0042a32f9634e6518b2eca3671c.tar.bz2
situation: a maximized xterm changes its size (coz the user changes the font).
after unmaximizing the window it snaps back to its old values .. which are not in sync with the sizehints anymore. hence we need to apply them for maximizing / unmaximizing and unfullscreen to avoid ugly visual appearance.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb94577..c921dde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/11: 3*06/04/11:
4 * Ensure applying of size hints while maximizing (Mathias)
5 Window.cc
4 * Fix calculation of prevWorkspace (Mathias) 6 * Fix calculation of prevWorkspace (Mathias)
5 Screen.cc 7 Screen.cc
6 * Cosmetic, close #1467926 (thanx Jonas Koelker) 8 * Cosmetic, close #1467926 (thanx Jonas Koelker)