peter1138 [Tue, 07 Nov 2006 13:09:44 +0000] rev 5047
(svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format
Darkvater [Tue, 07 Nov 2006 13:08:42 +0000] rev 5046
(svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut
with a zoom parameter and a pointer to the window which's viewport we want to zoom.
Darkvater [Tue, 07 Nov 2006 13:06:02 +0000] rev 5045
(svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable
buttons depending on calling window, game-mode); handle it by broadcasting messages
to the calling window, because that knows how and what buttons to set.
Darkvater [Tue, 07 Nov 2006 13:01:36 +0000] rev 5044
(svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function
a bit more sensibly.
Darkvater [Tue, 07 Nov 2006 12:51:34 +0000] rev 5043
(svn r7092) -Codechange: Add function to send a window message to a whole class of windows,
SendWindowMessageClass().
tron [Tue, 07 Nov 2006 12:03:34 +0000] rev 5042
(svn r7091) Make some code a) shorter b) simpler c) not leak memory
peter1138 [Mon, 06 Nov 2006 22:06:29 +0000] rev 5041
(svn r7086) -Featurette: Add additional positioning for long dropdown lists: first, try to fit the dropdown below the calling widget, as before; second, try to fit it wholly above the calling widget; and lastly, fit the list below the widget and add a scrollbar.
miham [Mon, 06 Nov 2006 21:13:18 +0000] rev 5040
(svn r7084) WebTranslator2 update to 2006-11-06 22:12:45
danish - 5 fixed, 25 changed by ThomasA (30)
italian - 5 changed by sidew (5)
turkish - 13 fixed by jnmbk (13)
belugas [Mon, 06 Nov 2006 19:59:19 +0000] rev 5039
(svn r7083) -Fix 6631: Protect out of boundaries widget testing
peter1138 [Mon, 06 Nov 2006 15:25:02 +0000] rev 5038
(svn r7080) -Codechange: Remove negative array indexes, and only add ", " when needed, when building station acceptance lists.