Mon, 14 Apr 2008 13:23:16 +0000(svn r12701) -Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.
rubidium [Mon, 14 Apr 2008 13:23:16 +0000] rev 10170
(svn r12701) -Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.

Mon, 14 Apr 2008 12:42:01 +0000(svn r12700) -Cleanup (r12699): Remove an unused string.
maedhros [Mon, 14 Apr 2008 12:42:01 +0000] rev 10169
(svn r12700) -Cleanup (r12699): Remove an unused string.

Mon, 14 Apr 2008 12:40:09 +0000(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
maedhros [Mon, 14 Apr 2008 12:40:09 +0000] rev 10168
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.

Mon, 14 Apr 2008 07:08:43 +0000(svn r12698) -Codechange: skip orders to stations that do not have a train part anymore, just like is done for road vehicles and ships.
rubidium [Mon, 14 Apr 2008 07:08:43 +0000] rev 10167
(svn r12698) -Codechange: skip orders to stations that do not have a train part anymore, just like is done for road vehicles and ships.

Sun, 13 Apr 2008 22:25:18 +0000(svn r12697) -Codechange: give signs_gui.cpp a touch of coding style.
rubidium [Sun, 13 Apr 2008 22:25:18 +0000] rev 10166
(svn r12697) -Codechange: give signs_gui.cpp a touch of coding style.

Sun, 13 Apr 2008 19:46:26 +0000(svn r12696) -Fix: loading ancient savegames could result in invalid orders in order lists with all related problems.
rubidium [Sun, 13 Apr 2008 19:46:26 +0000] rev 10165
(svn r12696) -Fix: loading ancient savegames could result in invalid orders in order lists with all related problems.

Sun, 13 Apr 2008 19:25:14 +0000(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
rubidium [Sun, 13 Apr 2008 19:25:14 +0000] rev 10164
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.

Sun, 13 Apr 2008 19:06:30 +0000(svn r12694) -Fix: do not call the mouse over callback on already deleted windows.
rubidium [Sun, 13 Apr 2008 19:06:30 +0000] rev 10163
(svn r12694) -Fix: do not call the mouse over callback on already deleted windows.

Sun, 13 Apr 2008 19:01:26 +0000(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.
rubidium [Sun, 13 Apr 2008 19:01:26 +0000] rev 10162
(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.

Sun, 13 Apr 2008 18:59:32 +0000(svn r12692) -Codechange: swap to functions to remove a function declaration.
rubidium [Sun, 13 Apr 2008 18:59:32 +0000] rev 10161
(svn r12692) -Codechange: swap to functions to remove a function declaration.