summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-05(svn r16230) -Codechange: Moving chat widgets enum outside window struct.alberth
2009-05-05(svn r16229) -Update: WebTranslator2 update to 2009-05-05 12:43:50translators
2009-05-04(svn r16228) -Fix/Change (r16187): If we are heading for a different depot, d...frosch
2009-05-04(svn r16227) -Codechange: Added nested widgets for error windows, tooltip win...alberth
2009-05-04(svn r16226) -Codechange: Separating generation of a widget array from Window...alberth
2009-05-04(svn r16225) -Codechange: Added nested widgets to all rail_gui windows (excep...alberth
2009-05-04(svn r16224) -Codechange: Move BuildRailStationWidgets and BuildRailWaypointW...alberth
2009-05-04(svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFF...frosch
2009-05-03(svn r16222) -Fix: unneeded pointer dereferencingrubidium
2009-05-03(svn r16221) -Change: support building 64 bits OSX binaries and add optional ...rubidium
2009-05-03(svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing...rubidium
2009-05-03(svn r16219) -Codechange: Added nested widgets to rv station picker window.alberth
2009-05-03(svn r16218) -Codechange: Move BuildRoadStationWidgets enum outside window st...alberth
2009-05-03(svn r16217) -Codechange: Make rv station picker widgets non-overlapping, fix...alberth
2009-05-03(svn r16216) -Codechange: Added nested widgets to vehicle view window.alberth
2009-05-03(svn r16215) -Codechange: Added tooltip to resizebox of vehicle view window.alberth
2009-05-03(svn r16214) -Fix [FS#2878]: shared orders without orders weren't properly co...rubidium
2009-05-03(svn r16213) -Codechange: Added nested widgets to timetable window.alberth
2009-05-03(svn r16212) -Codechange: Added nested widgets for all station_gui windows.alberth
2009-05-03(svn r16211) -Codechange: Moving StationListWidgets out of the window class, ...alberth
2009-05-03(svn r16210) -Codechange: Make panels non-overlapping in company stations win...alberth
2009-05-03(svn r16209) -Codechange: Removed bottom panel from join station window.alberth
2009-05-03(svn r16208) -Codechange: Added nested widgets for the buy company and show c...alberth
2009-05-03(svn r16207) -Codechange: Added and applied BuyCompanyWidgets enum.alberth
2009-05-02(svn r16206) -Update: WebTranslator2 update to 2009-05-02 17:39:59translators
2009-05-02(svn r16205) -Codechange: Added nested widgets for news windows and news-sett...alberth
2009-05-02(svn r16204) -Codechange: Completing widget numbers of news settings window.alberth
2009-05-02(svn r16203) -Codechange: Simplify widget layout of news settings window.alberth
2009-05-02(svn r16202) -Codechange: Use widget top coordinate instead of hardcoded value.alberth
2009-05-02(svn r16201) -Codechange: Add NWidgetBase::SetPadding method.alberth
2009-05-02(svn r16200) -Codechange: Moving news-type description to NewsTypeData array.alberth
2009-05-02(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().frosch
2009-05-01(svn r16198) -Fix/Change (r16187): 'Go to nearest depot'-orders are fulfilled...frosch
2009-05-01(svn r16197) -Codechange: Structure buttons of train order window based on re...alberth
2009-05-01(svn r16196) -Codechange: Added nested widgets for non-train and other-compan...alberth
2009-05-01(svn r16195) -Codechange: Even empty widgets should live within window bounda...alberth
2009-05-01(svn r16194) -Update: WebTranslator2 update to 2009-05-01 17:45:47translators
2009-05-01(svn r16193) -Codechange: Added nested widgets for smallmap and extra viewpor...alberth
2009-05-01(svn r16192) -Codechange: Moving smallmap and extra viewport widget enums out...alberth
2009-04-30(svn r16191) -Codechange: Added nested widgets of one order window.alberth
2009-04-30(svn r16190) -Codechange: Allow stacking of nested widgets.alberth
2009-04-30(svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widge...alberth
2009-04-30(svn r16188) -Fix [FS#2874] (r16124): printing the first 4 bytes worth of a 8...rubidium
2009-04-29(svn r16187) -Fix [FS#2871]: do mark the "go to depot X" order fulfilled when...rubidium
2009-04-29(svn r16186) -Codechange: Adding nested widgets to _newgrf_desc and _newgrf_a...alberth
2009-04-29(svn r16185) -Codechange: Moving the ShowNewGRFStateWidgets and AddNewGRFWind...alberth
2009-04-29(svn r16184) -Update: WebTranslator2 update to 2009-04-29 17:32:47translators
2009-04-29(svn r16183) -Fix [FS#2872]: wrong string alignment for error messages with facerubidium
2009-04-29(svn r16182) -Fix: hardcoded (old sized) MAX_COMPANIES constantrubidium
2009-04-28(svn r16181) -Fix [Squirrel]: the traps variable wasn't restored, causing try...yexo