Commit Graph

7745 Commits

Author SHA1 Message Date
rubidium
3ad5daa7e4 (svn r18228) -Fix: make string drawing big font aware, i.e. don't big characters flicker like a stroboscope. 2009-11-22 16:31:59 +00:00
frosch
a5cd5e01f6 (svn r18227) -Fix (r17676)[FS#3325]: GRF parameters and palette were no longer displayed in NewGRF gui. 2009-11-22 14:58:27 +00:00
rubidium
0d78109e3e (svn r18226) -Fix: the caption of the select station/waypoint window was black instead of (the default) white 2009-11-22 14:48:33 +00:00
rubidium
e079cacf28 (svn r18225) -Codechange: make the select station window behave better with big fonts 2009-11-22 14:46:14 +00:00
rubidium
ba23473c49 (svn r18224) -Codechange: make the road construction windows big font aware 2009-11-22 14:41:21 +00:00
rubidium
3703ba5e4a (svn r18223) -Codechange: remove the requirement of having an index for background widgets 2009-11-22 14:40:55 +00:00
rubidium
12ce1b6bb5 (svn r18222) -Codechange: make the sign list window big font aware 2009-11-22 14:40:25 +00:00
rubidium
aac2ba5124 (svn r18221) -Codechange: make the NewGRF window big font aware 2009-11-22 14:15:50 +00:00
alberth
8139a8d96f (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. 2009-11-22 13:22:53 +00:00
rubidium
a58582e6d1 (svn r18219) -Fix: the up/down buttons in the start network server window didn't work anymore 2009-11-22 13:20:26 +00:00
rubidium
892d877458 (svn r18218) -Codechange: make a few network windows big font aware 2009-11-22 13:12:31 +00:00
rubidium
b8ba46de0e (svn r18217) -Codechange: make the livery window big font aware 2009-11-22 13:01:07 +00:00
rubidium
12294c9426 (svn r18216) -Codechange: make the scenario editor dock tool big font aware 2009-11-22 12:24:33 +00:00
rubidium
c145a3a9e0 (svn r18215) -Codechange: make the simple face window big font aware 2009-11-22 12:18:26 +00:00
rubidium
5f9821b3d7 (svn r18214) -Codechange: make the AI config window big font aware 2009-11-22 12:08:12 +00:00
rubidium
c227abd7c3 (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars 2009-11-22 11:24:30 +00:00
rubidium
f106bbbe5c (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays 2009-11-22 11:20:12 +00:00
rubidium
ef4e936acb (svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances 2009-11-22 11:10:17 +00:00
alberth
10c16be369 (svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container. 2009-11-22 10:59:12 +00:00
translators
068e678508 (svn r18209) -Update from WebTranslator v3.0:
traditional_chinese - 7 changes by josesun
german - 2 changes by Roujin
greek - 37 changes by fumantsu
indonesian - 4 changes by prof
italian - 2 changes by lorenzodv
korean - 76 changes by dlunch
norwegian_bokmal - 7 changes by thondal
norwegian_nynorsk - 33 changes by thondal
polish - 2 changes by silver_777
serbian - 2 changes by etran
2009-11-21 18:45:32 +00:00
rubidium
092ed60342 (svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated 2009-11-21 17:22:37 +00:00
rubidium
8563406757 (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect 2009-11-21 16:39:36 +00:00
rubidium
13371fa629 (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too 2009-11-21 16:02:05 +00:00
rubidium
e23cc857a0 (svn r18205) -Codechange: unduplicate some code 2009-11-21 12:45:00 +00:00
rubidium
2e506b04aa (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 2009-11-21 12:43:09 +00:00
alberth
860cb82920 (svn r18203) -Codechange (r18092): Remove DisplayFlags enum of old widgets. 2009-11-21 10:10:53 +00:00
rubidium
cc7ba874b4 (svn r18202) -Codechange: remove an unused function 2009-11-20 22:00:28 +00:00
alberth
75e513d5b5 (svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays. 2009-11-20 20:10:06 +00:00
translators
13e91b804f (svn r18200) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
french - 2 changes by glx
german - 1 changes by planetmaker
hebrew - 17 changes by dnd_man
hungarian - 2 changes by alyr
italian - 1 changes by lorenzodv
spanish - 2 changes by Terkhen
2009-11-20 18:45:24 +00:00
rubidium
c862b7060f (svn r18199) -Codechange: make the company view window RTL aware and somewhat big font aware 2009-11-20 17:36:46 +00:00
rubidium
9728fe52f7 (svn r18198) -Codechange: make the AI configuration window RTL aware 2009-11-20 16:01:29 +00:00
rubidium
5b3e6b2c8a (svn r18197) -Codechange: make the advanced settings window RTL aware and more big font aware 2009-11-20 14:52:55 +00:00
rubidium
ea9a9fbe6d (svn r18196) -Codechange: make the performance rating details window big font and RTL aware 2009-11-20 14:03:17 +00:00
rubidium
bea622be02 (svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
2009-11-19 22:49:04 +00:00
rubidium
77c4d5a99d (svn r18194) -Codechange: make the AI 'config' window RTL aware 2009-11-19 21:21:39 +00:00
rubidium
edd474676b (svn r18193) -Codechange: make the cheat window RTL aware 2009-11-19 21:07:08 +00:00
rubidium
5d685f7195 (svn r18192) -Codechange: make the music window RTL aware 2009-11-19 20:34:45 +00:00
translators
06c5b9c954 (svn r18190) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
french - 1 changes by glx
serbian - 2 changes by etran
spanish - 1 changes by Terkhen
2009-11-19 18:45:17 +00:00
rubidium
e89df4a68d (svn r18189) -Codechange: remove some now unneeded strings 2009-11-19 18:08:35 +00:00
rubidium
f123ff906f (svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g 2009-11-19 18:01:24 +00:00
rubidium
646757adee (svn r18187) -Codechange: make the advanced face selection, custom currency, difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget) 2009-11-19 17:57:27 +00:00
rubidium
e29bc3113c (svn r18186) -Add: a widgets for left/right arrows with the ability to turn themselves around when a RTL language is loaded 2009-11-19 17:56:03 +00:00
rubidium
45e135ccd8 (svn r18185) -Fix: the up/down buttons had the wrong logical ordering with RTL. Also one of the tooltips was incorrect. 2009-11-19 16:33:11 +00:00
glx
f95b2b20d3 (svn r18184) -Codechange: add crash screenshot for win32 2009-11-19 16:27:15 +00:00
rubidium
16d0bbce79 (svn r18183) -Codechange: make the NewGRF window RTL aware 2009-11-19 15:45:08 +00:00
rubidium
8a3262c114 (svn r18182) -Codechange: use the zero fill control code instead of duplicating strings with 'only' the 0 differing 2009-11-19 13:56:10 +00:00
rubidium
7aec375ce6 (svn r18181) -Add: the concept of zero filled numbers to strgen 2009-11-19 13:53:54 +00:00
rubidium
d31d1396e2 (svn r18180) -Codechange: make the news history window RTL aware 2009-11-19 11:10:32 +00:00
rubidium
c0db53a4dc (svn r18179) -Codechange: make the town authority window RTL aware 2009-11-19 10:56:14 +00:00
peter1138
ba551ed638 (svn r18178) -Codechange: Let NewGRF Add window's text filter expand. 2009-11-19 10:44:35 +00:00