rubidium
|
5802dd5f40
|
(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border
|
2009-11-16 17:56:59 +00:00 |
|
rubidium
|
ddafe77904
|
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
|
2009-11-16 17:15:42 +00:00 |
|
rubidium
|
c63b6887ef
|
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window
|
2009-11-16 17:01:25 +00:00 |
|
rubidium
|
f3043f2006
|
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code
|
2009-11-16 16:42:04 +00:00 |
|
rubidium
|
495461bc79
|
(svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though.
|
2009-11-16 16:22:14 +00:00 |
|
rubidium
|
95e1684841
|
(svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count
|
2009-11-16 15:11:54 +00:00 |
|
rubidium
|
cae55e213f
|
(svn r18116) -Change: make the station list support RTL when drawing the ratings
|
2009-11-16 14:48:22 +00:00 |
|
rubidium
|
1ee7252296
|
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix
|
2009-11-16 13:19:39 +00:00 |
|
rubidium
|
2d938da8c9
|
(svn r18114) -Fix: RTL languages don't have the keyboard swapped
|
2009-11-16 12:29:52 +00:00 |
|
rubidium
|
2d149bf1f3
|
(svn r18113) -Fix: RTL glitch in play heightmap window
|
2009-11-16 11:54:59 +00:00 |
|
rubidium
|
a1a3e10124
|
(svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened
|
2009-11-15 23:22:07 +00:00 |
|
alberth
|
c025be2807
|
(svn r18111) -Change: One more developer added to the history of OpenTTD.
|
2009-11-15 21:07:39 +00:00 |
|
smatz
|
2c63d0d323
|
(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen)
|
2009-11-15 21:06:13 +00:00 |
|
frosch
|
407cf856be
|
(svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again.
|
2009-11-15 20:37:13 +00:00 |
|
rubidium
|
d4cbcc145b
|
(svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel
|
2009-11-15 20:16:51 +00:00 |
|
peter1138
|
6053e90334
|
(svn r18107) -Codechange: Add spacer panel to end of transparency window, to fill space if title is too long.
|
2009-11-15 19:31:12 +00:00 |
|
peter1138
|
7ddfe1c6b2
|
(svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels down, not 10.
|
2009-11-15 19:18:19 +00:00 |
|
translators
|
78fcd4e621
|
(svn r18105) -Update from WebTranslator v3.0:
finnish - 39 changes by jpx_
greek - 9 changes by fumantsu
hungarian - 9 changes by alyr
polish - 3 changes by silver_777
serbian - 9 changes by etran
vietnamese - 24 changes by nglekhoi
|
2009-11-15 18:45:21 +00:00 |
|
peter1138
|
b303690103
|
(svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title).
|
2009-11-15 18:44:33 +00:00 |
|
peter1138
|
cfcd6c13f3
|
(svn r18103) -Codechange: Base content window detail title height on font height.
|
2009-11-15 18:39:22 +00:00 |
|
smatz
|
ce6e15ee11
|
(svn r18102) -Codechange: simplify Company::Get(this->window_number)->index to just this->window_number
|
2009-11-15 18:21:17 +00:00 |
|
peter1138
|
3ad74a2e51
|
(svn r18101) -Fix (r15188): AI settings window used window-relative pixel positions
|
2009-11-15 17:22:47 +00:00 |
|
rubidium
|
bb5a43e609
|
(svn r18099) -Codechange: scale the edit boxes to the fontsize
|
2009-11-15 15:37:37 +00:00 |
|
rubidium
|
1a2a5aa143
|
(svn r18097) -Fix: typo in comment
|
2009-11-15 14:45:48 +00:00 |
|
peter1138
|
010627a303
|
(svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics to position font offset correctly.
|
2009-11-15 14:39:37 +00:00 |
|
rubidium
|
23f0385d65
|
(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal
|
2009-11-15 14:07:23 +00:00 |
|
rubidium
|
e53f9d1885
|
(svn r18094) -Codechange: make the network content GUI work better with RTL
|
2009-11-15 14:01:45 +00:00 |
|
rubidium
|
f20d3a55ec
|
(svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget under the mouse
|
2009-11-15 13:50:49 +00:00 |
|
rubidium
|
1f6f15a126
|
(svn r18092) -Codechange: remove support for the unnested widgets
|
2009-11-15 13:36:30 +00:00 |
|
alberth
|
1c29698eed
|
(svn r18091) -Codechange: CompanyWindow uses pure nested widgets.
|
2009-11-15 13:31:27 +00:00 |
|
alberth
|
452946cdad
|
(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.
|
2009-11-15 13:08:50 +00:00 |
|
rubidium
|
b3d1657d11
|
(svn r18089) -Codechange: remove ResizeWindowForWidget
|
2009-11-15 10:40:06 +00:00 |
|
rubidium
|
c162fa0575
|
(svn r18088) -Codechange: remove CompareWidgetArrays
|
2009-11-15 10:38:04 +00:00 |
|
rubidium
|
7b0106da02
|
(svn r18087) -Codechange: remove NWID_LAYERED
|
2009-11-15 10:30:32 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
67c90594d5
|
(svn r18085) -Codechange: Make the company face window use nested widgets.
|
2009-11-15 09:46:40 +00:00 |
|
rubidium
|
cdb00c46c0
|
(svn r18084) -Codechange: make the cheat gui nested
|
2009-11-15 09:23:40 +00:00 |
|
rubidium
|
2d24cb363f
|
(svn r18083) -Codechange: make the small map GUI nested.
|
2009-11-14 20:56:25 +00:00 |
|
rubidium
|
a66fe3c96c
|
(svn r18082) -Codechange: make it visually easier to see where the different legenda 'tables' are split + some typos
|
2009-11-14 20:34:46 +00:00 |
|
translators
|
16f981d2bf
|
(svn r18081) -Update from WebTranslator v3.0:
catalan - 9 changes by arnau
traditional_chinese - 9 changes by josesun
polish - 103 changes by silver_777
brazilian_portuguese - 1 changes by Tucalipe
swedish - 13 changes by markisen
turkish - 4 changes by dcelasun
|
2009-11-14 18:45:22 +00:00 |
|
rubidium
|
ff81b32bad
|
(svn r18080) -Codechange: add some const to the smallmap
|
2009-11-14 17:47:05 +00:00 |
|
smatz
|
582e27bbc1
|
(svn r18079) -Codechange: allow overwriting of screenshots with user-supplied filenames
|
2009-11-14 15:50:38 +00:00 |
|
rubidium
|
4fd93aecd2
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
alberth
|
eb8560c9f0
|
(svn r18077) -Codechange: Make the livery window use pure nested widgets.
|
2009-11-14 15:34:21 +00:00 |
|
smatz
|
ae93b5e03f
|
(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage()
|
2009-11-14 15:31:06 +00:00 |
|
smatz
|
7cd1ffa855
|
(svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as 'const char \*'
|
2009-11-14 15:28:57 +00:00 |
|
michi_cc
|
815db829e9
|
(svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa.
|
2009-11-14 15:26:43 +00:00 |
|
rubidium
|
7c7219a4b9
|
(svn r18073) -Codechange: remove some more unneeded skips
|
2009-11-14 13:11:40 +00:00 |
|
rubidium
|
bd9d74d355
|
(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the order window
|
2009-11-14 12:55:48 +00:00 |
|
rubidium
|
ad1e735dc5
|
(svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace window + strings
|
2009-11-14 12:50:38 +00:00 |
|