skidd13 [Fri, 07 Dec 2007 12:22:34 +0000] rev 8521
(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
rubidium [Thu, 06 Dec 2007 22:29:47 +0000] rev 8520
(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.
rubidium [Thu, 06 Dec 2007 20:55:48 +0000] rev 8519
(svn r11583) -Fix [FS#1484]: windows could get completely missing when one resized the window to something very small.
smatz [Thu, 06 Dec 2007 20:48:15 +0000] rev 8518
(svn r11582) -Fix: tiles were not marked dirty in some cases when removing a lock
rubidium [Thu, 06 Dec 2007 20:36:46 +0000] rev 8517
(svn r11581) -Codechange: add some missing cargo classes and some documentation.
skidd13 [Thu, 06 Dec 2007 18:29:31 +0000] rev 8516
(svn r11580) -Feature: Memorise the resizing of the build bridge selection window during runtime
belugas [Thu, 06 Dec 2007 15:58:39 +0000] rev 8515
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
belugas [Thu, 06 Dec 2007 02:31:47 +0000] rev 8514
(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY which specifies that the window holding it is actually one that enables an edit box.
Use this flag when dispatching a key event instead of using some hard coded window IDs.
This should ease a little bit the creation of new edit aware windows.
smatz [Wed, 05 Dec 2007 19:13:42 +0000] rev 8513
(svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed
smatz [Wed, 05 Dec 2007 17:08:10 +0000] rev 8512
(svn r11576) -Codechange: enumerize and comment station GUI