summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-19(svn r13184) -Codechange: make a window class of the signs list.rubidium
2008-05-19(svn r13183) -Codechange: make a window class of the VehicleViewWindow.rubidium
2008-05-19(svn r13182) -Doc: add documentation to mostly rail_gui related functions. ↵rubidium
Patch by Alberth.
2008-05-19(svn r13181) -Codechange: make news callback handling a little simpler. ↵rubidium
Patch by Cirdan.
2008-05-19(svn r13180) -Codechange: make a window class of the TownDirectoryWindow.peter1138
2008-05-19(svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario ↵smatz
Editor, too
2008-05-19(svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, ↵smatz
it was always positioned on the right side
2008-05-19(svn r13177) -Fix[FS#2002]: Using level tool in scenario editor makes tiles ↵belugas
brown. That is the only tool that does so in Scenario Editor (apart dynamite, of course).Report and Fix by Roujin
2008-05-19(svn r13176) -Fix (r13153): town window was glitchy while openingsmatz
2008-05-19(svn r13175) -Fix (r13174): sorting criteria and order for industry ↵glx
directory was always reset on window opening
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-18(svn r13173) -Codechange: make windows of the main toolbars.rubidium
2008-05-18(svn r13172) -Codechange: make a window class of the terraform toolbars.rubidium
2008-05-18(svn r13171) -Codechange: make a class of the ↵rubidium
Build[Air|Rail|Road|Dock]ToolbarWindows.
2008-05-18(svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany ↵rubidium
windows.
2008-05-18(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the ↵rubidium
Window constructors.
2008-05-18(svn r13168) -Fix (r13072): forgot to 'fix' EngList_SortPartial() together ↵smatz
with EngList_Sort()
2008-05-18(svn r13167) -Codechange: prepend _ to a global variable.rubidium
2008-05-18(svn r13166) -Codechange: CmdSetRoadDriveSide belongs in road_cmd.cpp, not ↵rubidium
settings_gui.cpp.
2008-05-18(svn r13165) -Codechange: replace some ↵rubidium
RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
2008-05-18(svn r13163) -Codechange: remove unused codeglx
2008-05-18(svn r13162) -Fix (r13160): trees couldn't be planted, correct function ↵smatz
wasn't overloaded
2008-05-18(svn r13161) -Fix: free the blitter list when the last blitter is removed.glx
2008-05-18(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of ↵rubidium
WindowEvent.
2008-05-18(svn r13159) -Feature: Add the ability to sort availible bridges in the ↵skidd13
build bridge GUI
2008-05-18(svn r13158) -Codechange: make a class of the GameOptionsWindow.rubidium
2008-05-18(svn r13156) -Codechange: make classes of the GraphWindows.rubidium
2008-05-18(svn r13155) -Codechange: make a window class of the company league and ↵rubidium
graph legenda windows.
2008-05-18(svn r13154) -Codechange: make a window class of the news message history ↵rubidium
window.
2008-05-18(svn r13153) -Codechange: make classes of the TownViewWindow and the ↵rubidium
ScenarioEditorTownGenerationWindow.
2008-05-18(svn r13152) -Codechange: make a class of the subsidy window.rubidium
2008-05-17(svn r13151) -Codechange: use an enum instead of bool as return type of ↵rubidium
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
2008-05-17(svn r13150) -Codechange: make classes of the Music[TrackSelection]Window.glx
2008-05-17(svn r13149) -Codechange: make a class of the BuildBridgeWindow.skidd13
2008-05-17(svn r13148) -Codechange: make a class of the SelectGameWindow.glx
2008-05-17(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.rubidium
2008-05-17(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in ↵rubidium
vehicle_gui.h.
2008-05-17(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.glx
2008-05-17(svn r13144) -Codechange: make classes of the BuildRoad[Depot|Station]Window.glx
2008-05-17(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it ↵smatz
was opened
2008-05-17(svn r13142) -Codechange: make classes of the ↵glx
Build[RailDepot|RailStation|RailWaypoint|Signal]Window
2008-05-17(svn r13141) -Codechange: remove an unused variable from Window.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so ↵rubidium
window_gui.h only needs to be included in *_gui.cpp.
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to ↵rubidium
the Window class and remove Window from their naming.
2008-05-17(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.rubidium
2008-05-17(svn r13137) -Fix: do not send rcon commands of the server to the first ↵rubidium
client but do directly execute those on the server.
2008-05-17(svn r13136) -Codechange: make a window class of the console window.rubidium
2008-05-17(svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.rubidium
2008-05-17(svn r13134) -Codechange: make a class of the Airport Picker Window.belugas