Darkvater [Thu, 07 Dec 2006 14:03:55 +0000] rev 5274
(svn r7418) -Codechange/Feature: Put back the 'New Vehicles' button in the vehicle list window. As
things won't fit now because of too many buttons, move 'send to depot' and 'autoreplace'
to a dropdown box (and seperate 'send to depot' and 'send for servicing').
The 'New Vehicles' button shows a list of all engines you have available for that vehicle
type (in case of trains all railtypes). Button is only enabled for global list.
Darkvater [Thu, 07 Dec 2006 13:00:41 +0000] rev 5273
(svn r7415) -Codechange: Don't use typedef enum for simple widget enumerators when we will never use
their type anyways.
Darkvater [Thu, 07 Dec 2006 12:57:53 +0000] rev 5272
(svn r7414) -Fix: Immediately invalidate the resize widget when clicked, instead of when started to drag
belugas [Thu, 07 Dec 2006 04:12:29 +0000] rev 5271
(svn r7413) -Fix[FS#386,#412]: Station list window NONE button now behaves correctly.
-Fix: Clicking on SORT button (same window) does not reset everything anymore.
-Featurette: cargo, NONE and both ALL buttons are now shown fully down on pressed, as the text is deported by one pixel on y and y
Some widgets enum and code clean-up
Darkvater [Thu, 07 Dec 2006 00:54:18 +0000] rev 5270
(svn r7411) -Cleanup: Add 'Freetype' to dbg message output, just like all others
Darkvater [Thu, 07 Dec 2006 00:51:20 +0000] rev 5269
(svn r7410) -Codechange/Fix: Remove useless and unfollowable programmatic-resize, and implement it
in a sane way. Correctly specify resize flags for windows and only manually change the
widgets that the resize system cannot handle (eg centering). This changes r6562, and
probably some other commits
Darkvater [Thu, 07 Dec 2006 00:47:35 +0000] rev 5268
(svn r7409) -Codechange: Make the ResizeWindow function also available outside of window.c. This makes
it possible to programmatically resize windows specifying a delta x,y.
Darkvater [Wed, 06 Dec 2006 19:28:25 +0000] rev 5267
(svn r7406) -Fix (r7377): [win32] Fontcache now also compiles in UNICODE mode; sorry, should've tested.
miham [Wed, 06 Dec 2006 19:04:27 +0000] rev 5266
(svn r7405) WebTranslator2 update to 2006-12-06 20:03:46
dutch - 23 fixed by habell (23)
esperanto - 317 fixed, 21 changed by LaPingvino (338)
estonian - 12 fixed by t2t2 (12)
italian - 6 changed by sidew (6)
polish - 28 fixed by meush (28)
swedish - 25 fixed, 1 changed by cjw (26)
ukrainian - 43 fixed by znikoz (43)
Darkvater [Wed, 06 Dec 2006 17:31:16 +0000] rev 5265
(svn r7403) -Codechange (r7386, r7385): Use available functions to find a window instead of doing
some cruft yourself (and wrongly typing non-const as const).