summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-18(svn r18161) -Codechange: Remove hyphen from y-label in all languagespeter1138
2009-11-18(svn r18160) -Codechange: The hyphen character may not line up in all fonts, ↵peter1138
so draw the Y-axis ticks manually.
2009-11-18(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, ↵peter1138
instead of using absolute pixel placement. X-axis labels still need work for large fonts.
2009-11-18(svn r18158) -Codechange: add crash screenshot for OSXsmatz
2009-11-17(svn r18157) -Codechange: some minor tweaks of the boundaries of strings ↵rubidium
etc. in the depot window
2009-11-17(svn r18156) -Add: crash screenshot, created from blitter buffersmatz
2009-11-17(svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to ↵smatz
local static variable - use global one instead
2009-11-17(svn r18154) -Codechange: let the depot window better scale with bigger fontsrubidium
2009-11-17(svn r18153) -Codechange: Correct height for 'key' button on graph windows.peter1138