summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-11-17(svn r18135) -Codechange: File list text overflowed its container.peter1138
2009-11-17(svn r18134) -Codechange: scale the offset of the text/vehicle in the ↵rubidium
vehicle lists based on the font and the unit numbers in the list
2009-11-16(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Imagerubidium
2009-11-16(svn r18132) -Codechange: Scale OSK buttons to font height.peter1138
2009-11-16(svn r18131) -Codechange: account for the height of the small order lists ↵rubidium
when determining the height of a vehicle list item
2009-11-16(svn r18130) -Codechange: initial steps into making the vehicle/group lists ↵rubidium
big font and RTL aware
2009-11-16(svn r18129) -Codechange: Fix up train details window for correct offsets ↵peter1138
and line spacing.
2009-11-16(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as ↵rubidium
it has nothing to do with the height of the vehicle lists.
2009-11-16(svn r18127) -Codechange: Adjust station accept/rating list height by number ↵peter1138
of lines instead of pixels.
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
2009-11-16(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in ↵rubidium
their title
2009-11-16(svn r18124) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun french - 1 changes by glx indonesian - 5 changes by prof romanian - 11 changes by kkmic russian - 2 changes by Lone_Wolf
2009-11-16(svn r18123) -Codechange: try our best to keep the vehicles within the build ↵rubidium
vehicle list/autoreplace lists instead of overflowing.