Sat, 10 May 2008 23:43:08 +0000(svn r13036) -Codechange: make a class of the BuildIndustry Window.
glx [Sat, 10 May 2008 23:43:08 +0000] rev 10493
(svn r13036) -Codechange: make a class of the BuildIndustry Window.

Sat, 10 May 2008 22:43:33 +0000(svn r13035) -Codechange: remove two needless global-ish variables.
rubidium [Sat, 10 May 2008 22:43:33 +0000] rev 10492
(svn r13035) -Codechange: remove two needless global-ish variables.

Sat, 10 May 2008 21:35:20 +0000(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.
rubidium [Sat, 10 May 2008 21:35:20 +0000] rev 10491
(svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases.

Sat, 10 May 2008 19:59:41 +0000(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
smatz [Sat, 10 May 2008 19:59:41 +0000] rev 10490
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working

Sat, 10 May 2008 15:58:22 +0000(svn r13032) -Codechange: make industry view window resizable and truncate strings
glx [Sat, 10 May 2008 15:58:22 +0000] rev 10489
(svn r13032) -Codechange: make industry view window resizable and truncate strings

Sat, 10 May 2008 13:54:20 +0000(svn r13031) -Codechange: make AssignWidgetToWindow a static function instead of a global one as it should only be used from window.cpp.
rubidium [Sat, 10 May 2008 13:54:20 +0000] rev 10488
(svn r13031) -Codechange: make AssignWidgetToWindow a static function instead of a global one as it should only be used from window.cpp.

Sat, 10 May 2008 13:53:11 +0000(svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure that the pointer you are allocating to is NULL. Patch by Alberth.
rubidium [Sat, 10 May 2008 13:53:11 +0000] rev 10487
(svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure that the pointer you are allocating to is NULL. Patch by Alberth.

Sat, 10 May 2008 13:46:36 +0000(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
rubidium [Sat, 10 May 2008 13:46:36 +0000] rev 10486
(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.

Sat, 10 May 2008 12:30:27 +0000(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
rubidium [Sat, 10 May 2008 12:30:27 +0000] rev 10485
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.

Sat, 10 May 2008 08:58:52 +0000(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
rubidium [Sat, 10 May 2008 08:58:52 +0000] rev 10484
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.