Commit Graph

13647 Commits

Author SHA1 Message Date
rubidium 4987d97810 (svn r18180) -Codechange: make the news history window RTL aware 2009-11-19 11:10:32 +00:00
rubidium 8b5a010f3a (svn r18179) -Codechange: make the town authority window RTL aware 2009-11-19 10:56:14 +00:00
peter1138 f216fcecd4 (svn r18178) -Codechange: Let NewGRF Add window's text filter expand. 2009-11-19 10:44:35 +00:00
peter1138 b0049500a6 (svn r18177) -Fix (r18001): [SDL] Viewport could jump when mouse moved and right button pressed at the same time. 2009-11-18 23:07:29 +00:00
rubidium 4ade749532 (svn r18176) -Fix: wrong parameter locations caused occasional crashes when showing an engine preview or new engine news message 2009-11-18 22:14:13 +00:00
rubidium 8bb9d7026f (svn r18175) -Codechange: make the network lobby and client list RTL aware 2009-11-18 22:00:04 +00:00
rubidium 45a7bce83d (svn r18174) -Codechange: make the sign list RTL aware 2009-11-18 21:27:13 +00:00
rubidium 5a15fbde11 (svn r18173) -Codechange: make the smallmap RTL aware 2009-11-18 21:18:51 +00:00
rubidium a7bf15d5a6 (svn r18172) -Fix: consistency w.r.t. using space after the copyright symbol in the about window 2009-11-18 20:28:03 +00:00
rubidium b6f627a968 (svn r18171) -Change: always align the about to the left; it is not translated and as such it's never a RTL text. 2009-11-18 20:27:18 +00:00
rubidium cee67acfba (svn r18170) -Codechange: make the station view RTL aware 2009-11-18 20:22:39 +00:00
translators db65d675eb (svn r18169) -Update from WebTranslator v3.0:
french - 1 changes by glx
german - 2 changes by dihedral
italian - 1 changes by lorenzodv
polish - 3 changes by silver_777
2009-11-18 18:45:16 +00:00
peter1138 031e353d3c (svn r18168) -Codechange: Adjust a frame's child's padding to account for text height, and draw the top bar appropriately. 2009-11-18 18:17:27 +00:00
rubidium 095d64c4fc (svn r18167) -Change: make the graph legend, cargo payment graph and company league windows RTL aware 2009-11-18 15:09:39 +00:00
rubidium c461ccfecb (svn r18166) -Codechange: make the livery colour window RTL aware 2009-11-18 12:45:20 +00:00
rubidium 0fc733f3a0 (svn r18165) -Codechange: make company dropdowns RTL aware 2009-11-18 12:31:48 +00:00
rubidium 76a5f4f8cd (svn r18164) -Change: make dropdown 'right' align to the opening widget with RTL 2009-11-18 12:31:09 +00:00
rubidium b4e9cb3ca3 (svn r18163) -Codechange: make the depot GUI RTL aware 2009-11-18 10:45:49 +00:00
rubidium 4b225afad5 (svn r18162) -Fix: rest-of-train train selection 2009-11-18 10:45:33 +00:00
peter1138 f07fdac2d8 (svn r18161) -Codechange: Remove hyphen from y-label in all languages 2009-11-18 10:33:24 +00:00
peter1138 d2358c5ea6 (svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
2009-11-18 10:09:22 +00:00
peter1138 b07c99a0fd (svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts. 2009-11-18 08:32:39 +00:00
smatz b0c370c7e5 (svn r18158) -Codechange: add crash screenshot for OSX 2009-11-18 01:00:01 +00:00
rubidium 3180d16baf (svn r18157) -Codechange: some minor tweaks of the boundaries of strings etc. in the depot window 2009-11-17 23:32:18 +00:00
smatz 5924863a49 (svn r18156) -Add: crash screenshot, created from blitter buffer 2009-11-17 23:12:42 +00:00
smatz 4eaa558ca1 (svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to local static variable - use global one instead 2009-11-17 23:08:55 +00:00
rubidium d747a643cc (svn r18154) -Codechange: let the depot window better scale with bigger fonts 2009-11-17 22:58:41 +00:00
peter1138 61fa8d4fca (svn r18153) -Codechange: Correct height for 'key' button on graph windows. 2009-11-17 22:06:18 +00:00
rubidium 5f2ddfbc5a (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 2009-11-17 19:16:48 +00:00
peter1138 063e8adcec (svn r18151) -Codechange: Let industry build/found widgets fill the window. 2009-11-17 19:12:49 +00:00
rubidium abe1c6f3c7 (svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL 2009-11-17 18:45:57 +00:00
translators 673ebe0518 (svn r18149) -Update from WebTranslator v3.0:
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 18:45:24 +00:00
rubidium b9aecbf78c (svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' with RTL and the y offset of the grayed area was incorrect for big fonts 2009-11-17 18:45:00 +00:00
rubidium c6e13c6c0a (svn r18147) -Add: experimental option to try to statically link to libicu 2009-11-17 18:01:05 +00:00
peter1138 00f0dfd00d (svn r18146) -Codechange: Improve content download window scaling and offsets for different font size 2009-11-17 17:51:44 +00:00
rubidium 9e84075db5 (svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot 2009-11-17 16:03:51 +00:00
rubidium ddffeb791e (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 2009-11-17 15:26:46 +00:00
rubidium e297f79b7f (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString 2009-11-17 15:25:40 +00:00
rubidium cbc12fdd86 (svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware 2009-11-17 15:05:12 +00:00
rubidium 36a20894aa (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 2009-11-17 14:06:28 +00:00
peter1138 adadabed04 (svn r18140) -Codechange: Use text lines widget part to set height of 'Name' button on vehicle detail window, and the start/stop button on vehicle view window. 2009-11-17 13:17:09 +00:00
peter1138 9e49386d9d (svn r18139) -Codechange: Scale company league table for font height. 2009-11-17 13:07:12 +00:00
peter1138 14c6fd0e39 (svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. 2009-11-17 13:04:05 +00:00
peter1138 f14cd93ec8 (svn r18137) -Codechange: Make station rating graphics in station list scale to the small font size. 2009-11-17 12:05:55 +00:00
rubidium 9bfcf2b615 (svn r18136) -Codechange: support RTL in the vehicle lists 2009-11-17 11:36:36 +00:00
peter1138 5fdff78c42 (svn r18135) -Codechange: File list text overflowed its container. 2009-11-17 10:04:21 +00:00
rubidium bdb118aa69 (svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list 2009-11-17 09:09:20 +00:00
rubidium a808623b24 (svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image 2009-11-16 22:25:01 +00:00
peter1138 6204c56d99 (svn r18132) -Codechange: Scale OSK buttons to font height. 2009-11-16 21:42:04 +00:00
rubidium 2fa03c71f7 (svn r18131) -Codechange: account for the height of the small order lists when determining the height of a vehicle list item 2009-11-16 21:39:47 +00:00