summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, ↵rubidium
WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
2009-11-22(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' ↵rubidium
from WWT_RESIZEBOX instances
2009-11-22(svn r18210) -Codechange: Child widgets always get the entire space in ↵alberth
perpendicular direction of the container.
2009-11-21(svn r18209) -Update from WebTranslator v3.0:translators
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(svn r18208) -Fix [FS#3321]: in some cases the size of the land information ↵rubidium
window wasn't properly calculated
2009-11-21(svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the ↵rubidium
values of action D variable 13 were incorrect
2009-11-21(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other ↵rubidium
windows, like the industry view, too
2009-11-21(svn r18205) -Codechange: unduplicate some coderubidium
2009-11-21(svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore ↵rubidium
document some related variables/functions
2009-11-21(svn r18203) -Codechange (r18092): Remove DisplayFlags enum of old widgets.alberth
2009-11-20(svn r18202) -Codechange: remove an unused functionrubidium
2009-11-20(svn r18201) -Codechange (r18092): No need anymore for initializing nested ↵alberth
widgets for Widget* arrays.
2009-11-20(svn r18200) -Update from WebTranslator v3.0:translators
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(svn r18199) -Codechange: make the company view window RTL aware and ↵rubidium
somewhat big font aware
2009-11-20(svn r18198) -Codechange: make the AI configuration window RTL awarerubidium
2009-11-20(svn r18197) -Codechange: make the advanced settings window RTL aware and ↵rubidium
more big font aware
2009-11-20(svn r18196) -Codechange: make the performance rating details window big ↵rubidium
font and RTL aware
2009-11-19(svn r18195) -Codechange: move the child padding calculation/handling to ↵rubidium
WWT_FRAME -Fix (r18168): crash when switching languages when a non-standard font height is used
2009-11-19(svn r18194) -Codechange: make the AI 'config' window RTL awarerubidium
2009-11-19(svn r18193) -Codechange: make the cheat window RTL awarerubidium
2009-11-19(svn r18192) -Codechange: make the music window RTL awarerubidium
2009-11-19(svn r18190) -Update from WebTranslator v3.0:translators
catalan - 3 changes by arnau french - 1 changes by glx serbian - 2 changes by etran spanish - 1 changes by Terkhen
2009-11-19(svn r18189) -Codechange: remove some now unneeded stringsrubidium
2009-11-19(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/grubidium
2009-11-19(svn r18187) -Codechange: make the advanced face selection, custom currency, ↵rubidium
difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget)
2009-11-19(svn r18186) -Add: a widgets for left/right arrows with the ability to turn ↵rubidium
themselves around when a RTL language is loaded
2009-11-19(svn r18185) -Fix: the up/down buttons had the wrong logical ordering with ↵rubidium
RTL. Also one of the tooltips was incorrect.
2009-11-19(svn r18184) -Codechange: add crash screenshot for win32glx
2009-11-19(svn r18183) -Codechange: make the NewGRF window RTL awarerubidium
2009-11-19(svn r18182) -Codechange: use the zero fill control code instead of ↵rubidium
duplicating strings with 'only' the 0 differing
2009-11-19(svn r18181) -Add: the concept of zero filled numbers to strgenrubidium
2009-11-19(svn r18180) -Codechange: make the news history window RTL awarerubidium
2009-11-19(svn r18179) -Codechange: make the town authority window RTL awarerubidium
2009-11-19(svn r18178) -Codechange: Let NewGRF Add window's text filter expand.peter1138
2009-11-18(svn r18177) -Fix (r18001): [SDL] Viewport could jump when mouse moved and ↵peter1138
right button pressed at the same time.
2009-11-18(svn r18176) -Fix: wrong parameter locations caused occasional crashes when ↵rubidium
showing an engine preview or new engine news message
2009-11-18(svn r18175) -Codechange: make the network lobby and client list RTL awarerubidium
2009-11-18(svn r18174) -Codechange: make the sign list RTL awarerubidium
2009-11-18(svn r18173) -Codechange: make the smallmap RTL awarerubidium
2009-11-18(svn r18172) -Fix: consistency w.r.t. using space after the copyright symbol ↵rubidium
in the about window
2009-11-18(svn r18171) -Change: always align the about to the left; it is not ↵rubidium
translated and as such it's never a RTL text.
2009-11-18(svn r18170) -Codechange: make the station view RTL awarerubidium
2009-11-18(svn r18169) -Update from WebTranslator v3.0:translators
french - 1 changes by glx german - 2 changes by dihedral italian - 1 changes by lorenzodv polish - 3 changes by silver_777
2009-11-18(svn r18168) -Codechange: Adjust a frame's child's padding to account for ↵peter1138
text height, and draw the top bar appropriately.
2009-11-18(svn r18167) -Change: make the graph legend, cargo payment graph and company ↵rubidium
league windows RTL aware
2009-11-18(svn r18166) -Codechange: make the livery colour window RTL awarerubidium
2009-11-18(svn r18165) -Codechange: make company dropdowns RTL awarerubidium
2009-11-18(svn r18164) -Change: make dropdown 'right' align to the opening widget with RTLrubidium
2009-11-18(svn r18163) -Codechange: make the depot GUI RTL awarerubidium
2009-11-18(svn r18162) -Fix: rest-of-train train selectionrubidium