summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2009-11-16(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the ↵rubidium
border
2009-11-16(svn r18121) -Codechange: pass the maximum left/right location to the ↵rubidium
Draw*Engine functions
2009-11-16(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new windowrubidium
2009-11-16(svn r18119) -Codechange/Fix: always call OnResize so the ↵rubidium
matrices/scrollbars are initialised without the need for duplicating the OnResize code
2009-11-16(svn r18118) -Codechange: improve behaviour of the engine lists (both build ↵rubidium
vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though.
2009-11-16(svn r18117) -Codechange: don't pass the location of the vehicle count but ↵rubidium
whether to show the vehicle count
2009-11-16(svn r18116) -Change: make the station list support RTL when drawing the ratingsrubidium
2009-11-16(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffixrubidium
2009-11-16(svn r18114) -Fix: RTL languages don't have the keyboard swappedrubidium
2009-11-16(svn r18113) -Fix: RTL glitch in play heightmap windowrubidium
2009-11-15(svn r18112) -Fix (rnewpool): crash when a company got removed and you had ↵rubidium
the company league window opened
2009-11-15(svn r18111) -Change: One more developer added to the history of OpenTTD.alberth
2009-11-15(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per ↵smatz
producer (instead of once pre produced cargo type) (fonsinchen)
2009-11-15(svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised ↵frosch
again.
2009-11-15(svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panelrubidium
2009-11-15(svn r18107) -Codechange: Add spacer panel to end of transparency window, to ↵peter1138
fill space if title is too long.
2009-11-15(svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels ↵peter1138
down, not 10.
2009-11-15(svn r18105) -Update from WebTranslator v3.0:translators
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(svn r18104) -Codechange: Let the query popup window's text entry field ↵peter1138
expand if necessary (e.g. with long window title).
2009-11-15(svn r18103) -Codechange: Base content window detail title height on font ↵peter1138
height.
2009-11-15(svn r18102) -Codechange: simplify Company::Get(this->window_number)->index ↵smatz
to just this->window_number
2009-11-15(svn r18101) -Fix (r15188): AI settings window used window-relative pixel ↵peter1138
positions
2009-11-15(svn r18099) -Codechange: scale the edit boxes to the fontsizerubidium
2009-11-15(svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics ↵peter1138
to position font offset correctly.
2009-11-15(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removalrubidium
2009-11-15(svn r18094) -Codechange: make the network content GUI work better with RTLrubidium
2009-11-15(svn r18093) -Fix: the mouseover handler could crash if there wasn't a ↵rubidium
widget under the mouse
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18091) -Codechange: CompanyWindow uses pure nested widgets.alberth
2009-11-15(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.alberth
2009-11-15(svn r18089) -Codechange: remove ResizeWindowForWidgetrubidium
2009-11-15(svn r18088) -Codechange: remove CompareWidgetArraysrubidium
2009-11-15(svn r18087) -Codechange: remove NWID_LAYEREDrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-15(svn r18085) -Codechange: Make the company face window use nested widgets.alberth
2009-11-15(svn r18084) -Codechange: make the cheat gui nestedrubidium
2009-11-14(svn r18083) -Codechange: make the small map GUI nested.rubidium
2009-11-14(svn r18082) -Codechange: make it visually easier to see where the different ↵rubidium
legenda 'tables' are split + some typos
2009-11-14(svn r18081) -Update from WebTranslator v3.0:translators
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(svn r18080) -Codechange: add some const to the smallmaprubidium
2009-11-14(svn r18079) -Codechange: allow overwriting of screenshots with ↵smatz
user-supplied filenames
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-14(svn r18077) -Codechange: Make the livery window use pure nested widgets.alberth
2009-11-14(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage()smatz
2009-11-14(svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as ↵smatz
'const char \*'
2009-11-14(svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when ↵michi_cc
building without Cocoa.
2009-11-14(svn r18073) -Codechange: remove some more unneeded skipsrubidium
2009-11-14(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the ↵rubidium
order window