smatz [Sat, 10 May 2008 19:59:41 +0000] rev 10490
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
glx [Sat, 10 May 2008 15:58:22 +0000] rev 10489
(svn r13032) -Codechange: make industry view window resizable and truncate strings
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.
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.
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.
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.
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.
belugas [Sat, 10 May 2008 02:59:52 +0000] rev 10483
(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)
rubidium [Fri, 09 May 2008 15:27:00 +0000] rev 10482
(svn r13025) -Codechange: remove the need for two WindowEvents.
rubidium [Fri, 09 May 2008 09:29:27 +0000] rev 10481
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.