Tue, 07 Nov 2006 13:01:36 +0000(svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function
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.

Tue, 07 Nov 2006 12:51:34 +0000(svn r7092) -Codechange: Add function to send a window message to a whole class of windows,
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().

Tue, 07 Nov 2006 12:03:34 +0000(svn r7091) Make some code a) shorter b) simpler c) not leak memory
tron [Tue, 07 Nov 2006 12:03:34 +0000] rev 5042
(svn r7091) Make some code a) shorter b) simpler c) not leak memory

Mon, 06 Nov 2006 22:06:29 +0000(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.
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.

Mon, 06 Nov 2006 21:13:18 +0000(svn r7084) WebTranslator2 update to 2006-11-06 22:12:45
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)

Mon, 06 Nov 2006 19:59:19 +0000(svn r7083) -Fix 6631: Protect out of boundaries widget testing
belugas [Mon, 06 Nov 2006 19:59:19 +0000] rev 5039
(svn r7083) -Fix 6631: Protect out of boundaries widget testing

Mon, 06 Nov 2006 15:25:02 +0000(svn r7080) -Codechange: Remove negative array indexes, and only add ", " when needed, when building station acceptance lists.
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.

Mon, 06 Nov 2006 10:11:03 +0000(svn r7079) -Codechange: Move an array to the only place it is used.
peter1138 [Mon, 06 Nov 2006 10:11:03 +0000] rev 5037
(svn r7079) -Codechange: Move an array to the only place it is used.

Mon, 06 Nov 2006 00:17:32 +0000(svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons.
Darkvater [Mon, 06 Nov 2006 00:17:32 +0000] rev 5036
(svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons.

Mon, 06 Nov 2006 00:14:36 +0000(svn r7077) -Codechange: Send proper message to network window, and handle selection control in
Darkvater [Mon, 06 Nov 2006 00:14:36 +0000] rev 5035
(svn r7077) -Codechange: Send proper message to network window, and handle selection control in
there instead of calling function.