glx [Fri, 06 Oct 2006 21:27:23 +0000] rev 4756
(svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them
glx [Fri, 06 Oct 2006 21:10:14 +0000] rev 4755
(svn r6669) -Add: vararg functions to set hidden/disabled/lowered state of multiple widgets in one call
bjarni [Fri, 06 Oct 2006 10:16:47 +0000] rev 4754
(svn r6668) -Codechange: [depot window] simplified the engine drawing loop in the depot window
peter1138 [Fri, 06 Oct 2006 08:47:01 +0000] rev 4753
(svn r6667) - Codechange: The vehicle list has no horizontal scroll bar, so don't use it to store data; instead, just get the widget's width.
miham [Fri, 06 Oct 2006 06:48:11 +0000] rev 4752
(svn r6666) WebTranslator2 update to 2006-10-06 08:47:45
brazilian_portuguese - 3 fixed, 2 changed by tucalipe (5)
turkish - 6 fixed by jnmbk (6)
rubidium [Fri, 06 Oct 2006 05:05:37 +0000] rev 4751
(svn r6664) -Fix (r6513): use svn:eol-style instead of eol-style
belugas [Fri, 06 Oct 2006 02:30:50 +0000] rev 4750
(svn r6663) -Codechange: Remove the 32 widgets limit on landscape generator.
belugas [Fri, 06 Oct 2006 01:33:27 +0000] rev 4749
(svn r6661) Feature: Windows are not restricted to 32 widget items anymore.
The functions required to do so are to be found in window.h.
Rather then use the old deprecated disabled_state, hidden_state and click_state uint32 variables,
we now need to use accessors like SetWindowWidgetDisabledState, SetWindowWidgetHiddenState or SetWindowWidgetLoweredState.
This is the final commit for the merge of XTDwidget branch.
belugas [Fri, 06 Oct 2006 01:18:12 +0000] rev 4748
(svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down when pressing shift.
The _fastforward and _pause bool are not exactly used as bool.
So, when doing test with them, amek it so that the will appear as such
glx [Thu, 05 Oct 2006 23:38:40 +0000] rev 4747
(svn r6659) -Fix r6619: Fix widget state setting of the rail toolbar when using global hotkeys.