summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-11(svn r13052) -Codechange: make a class of the DropdownWindow.rubidium
2008-05-11(svn r13051) -Codechange: depot_d belongs in depot_gui.cpp.rubidium
2008-05-11(svn r13050) -Codechange: make a class of IndustryViewWindow.glx
2008-05-11(svn r13049) -Codechange: make a class of the TooltipsWindow.rubidium
2008-05-11(svn r13048) -Codechange: make a class of the StationViewWindow.rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-11(svn r13046) -Codechange: make classes of the VehicleListWindow and the Vehic...rubidium
2008-05-11(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.rubidium
2008-05-11(svn r13044) -Fix: deleting an already deleted window.rubidium
2008-05-11(svn r13043) -Codechange: remove some duplicate variables from news_d.rubidium
2008-05-11(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...rubidium
2008-05-11(svn r13041) -Fix: calling a virtual function on a not fully constructed obje...rubidium
2008-05-11(svn r13040) -Codechange: make a class of the NetworkLobbyWindow.rubidium
2008-05-11(svn r13039) -Codechange: make a class of the Query window.rubidium
2008-05-11(svn r13038) -Fix: When switching the signal gui patch to off, delete the sig...belugas
2008-05-10(svn r13037) -Codechange: make a class of the ReplaceVehicle window.rubidium
2008-05-10(svn r13036) -Codechange: make a class of the BuildIndustry Window.glx
2008-05-10(svn r13035) -Codechange: remove two needless global-ish variables.rubidium
2008-05-10(svn r13034) -Fix: segmentation fault due do double delete when closing the O...rubidium
2008-05-10(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't workingsmatz
2008-05-10(svn r13032) -Codechange: make industry view window resizable and truncate st...glx
2008-05-10(svn r13031) -Codechange: make AssignWidgetToWindow a static function instead...rubidium
2008-05-10(svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure t...rubidium
2008-05-10(svn r13029) -Codechange: more work in the road to getting the WP macros and ...rubidium
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-10(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)belugas
2008-05-09(svn r13025) -Codechange: remove the need for two WindowEvents.rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-09(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- th...peter1138
2008-05-08(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated onesmatz
2008-05-08(svn r13021) -Codechange: free data_b for other uses when it is not used to s...rubidium
2008-05-08(svn r13020) -Codechange: make industry directory window horizontally resizab...glx
2008-05-08(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)glx
2008-05-08(svn r13018) -Codechange: make a class of the LandInfo Window.rubidium
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-08(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the ....rubidium
2008-05-08(svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warningsglx
2008-05-08(svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. Th...rubidium
2008-05-08(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another ...rubidium
2008-05-08(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the p...rubidium
2008-05-08(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.rubidium
2008-05-08(svn r13009) -Codechange: move more tile highlighting related functions/types...rubidium
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-08(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so m...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a po...bjarni
2008-05-07(svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on ...bjarni
2008-05-07(svn r13000) -Fix (r12991): broken win9x compilationglx