KUDr [Fri, 27 Jul 2007 23:49:48 +0000] rev 7350
(svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater)
KUDr [Fri, 27 Jul 2007 22:32:48 +0000] rev 7349
(svn r10712) -Fix (r10711): \0 at the end of string constant (glx)
KUDr [Fri, 27 Jul 2007 22:19:19 +0000] rev 7348
(svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-)
rubidium [Fri, 27 Jul 2007 22:13:12 +0000] rev 7347
(svn r10710) -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach.
rubidium [Fri, 27 Jul 2007 22:11:22 +0000] rev 7346
(svn r10709) -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable.
rubidium [Fri, 27 Jul 2007 22:10:21 +0000] rev 7345
(svn r10708) -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable.
rubidium [Fri, 27 Jul 2007 22:08:59 +0000] rev 7344
(svn r10707) -Codechange: account for the main toolbar and status bar when determining the maximum height for a window.
rubidium [Fri, 27 Jul 2007 19:57:52 +0000] rev 7343
(svn r10706) -Codechange: allow resizing the multiplayer server list window.
rubidium [Fri, 27 Jul 2007 19:09:31 +0000] rev 7342
(svn r10705) -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size.
-Fix (r10704): call the WE_RESIZE when resizing during initialization of the windows.
rubidium [Fri, 27 Jul 2007 12:49:04 +0000] rev 7341
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.