summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18151) -Codechange: Let industry build/found widgets fill the window.peter1138
2009-11-17(svn r18150) -Codechange: make the horizontal scrollbar scroll in the ↵rubidium
opposite direction with RTL
2009-11-17(svn r18149) -Update from WebTranslator v3.0:translators
dutch - 11 changes by habell finnish - 2 changes by jpx_ greek - 2 changes by fumantsu hungarian - 4 changes by alyr italian - 1 changes by lorenzodv polish - 9 changes by silver_777 spanish - 2 changes by Terkhen
2009-11-17(svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' ↵rubidium
with RTL and the y offset of the grayed area was incorrect for big fonts
2009-11-17(svn r18146) -Codechange: Improve content download window scaling and ↵peter1138
offsets for different font size
2009-11-17(svn r18145) -Codechange: pass the 'proper' left and right values to ↵rubidium
DrawVehicleInDepot
2009-11-17(svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and ↵rubidium
graphical glitches due to (incorrect) SETX(Y) usage
2009-11-17(svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawStringrubidium
2009-11-17(svn r18142) -Codechange: make the vehicle details RTL (and huge ↵rubidium
ship/aircraft) aware
2009-11-17(svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single ↵rubidium
player that was 'not enough players'/'waiting on join'-paused
2009-11-17(svn r18140) -Codechange: Use text lines widget part to set height of 'Name' ↵peter1138
button on vehicle detail window, and the start/stop button on vehicle view window.
2009-11-17(svn r18139) -Codechange: Scale company league table for font height.peter1138
2009-11-17(svn r18138) -Codechange: Add a new widgetpart to specify the height of a ↵peter1138
widget in text lines.
2009-11-17(svn r18137) -Codechange: Make station rating graphics in station list scale ↵peter1138
to the small font size.
2009-11-17(svn r18136) -Codechange: support RTL in the vehicle listsrubidium