rubidium [Sun, 29 Jul 2007 20:54:37 +0000] rev 7860
(svn r10727) -Codechange: when a window would fall outside of the screen (on the right) when opening it, move it to the left so it stays inside the screen.
rubidium [Sun, 29 Jul 2007 19:19:30 +0000] rev 7859
(svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
rubidium [Sun, 29 Jul 2007 19:18:22 +0000] rev 7858
(svn r10725) -Codechange: move some window related code out of gfx.cpp to windows.cpp
peter1138 [Sun, 29 Jul 2007 16:43:58 +0000] rev 7857
(svn r10724) -Fix (r10723): Toolbar spacing was off-by-one
rubidium [Sun, 29 Jul 2007 15:48:43 +0000] rev 7856
(svn r10723) -Codechange: dynamically sized (width) main toolbars and status bar for when the window becomes less than 640 pixels in width.
rubidium [Sun, 29 Jul 2007 14:06:53 +0000] rev 7855
(svn r10722) -Codechange: unhardcode the positions of strings in the status bar.
peter1138 [Sun, 29 Jul 2007 14:02:27 +0000] rev 7854
(svn r10721) -Fix [FS#1084]: Skip articulated parts of road vehicles during unique name check.
rubidium [Sun, 29 Jul 2007 14:01:22 +0000] rev 7853
(svn r10720) -Codechange: unhardcode the positions of the player toolbar menus.
rubidium [Sun, 29 Jul 2007 12:13:22 +0000] rev 7852
(svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings.
rubidium [Sun, 29 Jul 2007 12:11:50 +0000] rev 7851
(svn r10718) -Fix (r10698): when having a road corner on a slope removing the road bit perpendicular on the slope made the foundation disappear.