rubidium [Sun, 11 May 2008 18:32:33 +0000] rev 10510
(svn r13053) -Codechange: station sorting used it's own implementation of GUIList and the associated enums, now it doesn't anymore.
rubidium [Sun, 11 May 2008 18:18:18 +0000] rev 10509
(svn r13052) -Codechange: make a class of the DropdownWindow.
rubidium [Sun, 11 May 2008 18:17:56 +0000] rev 10508
(svn r13051) -Codechange: depot_d belongs in depot_gui.cpp.
glx [Sun, 11 May 2008 17:44:56 +0000] rev 10507
(svn r13050) -Codechange: make a class of IndustryViewWindow.
rubidium [Sun, 11 May 2008 17:44:38 +0000] rev 10506
(svn r13049) -Codechange: make a class of the TooltipsWindow.
rubidium [Sun, 11 May 2008 17:24:52 +0000] rev 10505
(svn r13048) -Codechange: make a class of the StationViewWindow.
glx [Sun, 11 May 2008 15:08:44 +0000] rev 10504
(svn r13047) -Codechange: remove vp_d
rubidium [Sun, 11 May 2008 15:00:11 +0000] rev 10503
(svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
rubidium [Sun, 11 May 2008 14:23:45 +0000] rev 10502
(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
rubidium [Sun, 11 May 2008 14:09:38 +0000] rev 10501
(svn r13044) -Fix: deleting an already deleted window.