src/main_gui.cpp
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Tue, 27 Feb 2007 13:26:47 +0000 KUDr (svn r8913) [cpp_gui] -Codechange: use BaseWindow accessors instead of accessing window size/position directly cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: cpp_gui
Tue, 13 Feb 2007 23:49:01 +0000 KUDr (svn r8720) [cpp_gui] -Codechange: SetWindowWidgetLoweredState(), ToggleWidgetLoweredState(), LowerWindowWidget(), RaiseWindowWidget() and IsWindowWidgetLowered() turned into Window methods cpp_gui
Tue, 13 Feb 2007 22:58:31 +0000 bjarni (svn r8717) [cpp_gui] -Codechange: changed the functions about closing all windows into methods cpp_gui
Tue, 13 Feb 2007 22:47:05 +0000 KUDr (svn r8716) [cpp_gui] -Codechange: IsWindowWidgetDisabled() turned into Window method cpp_gui
Tue, 13 Feb 2007 22:09:37 +0000 KUDr (svn r8713) [cpp_gui] -Codechange: SetWindowWidgetDisabledState turned into Window method cpp_gui
Tue, 13 Feb 2007 18:07:36 +0000 bjarni (svn r8710) [cpp_gui] -Codechange: yet another two functions are turned into Window methods cpp_gui
Tue, 13 Feb 2007 11:38:40 +0000 KUDr (svn r8704) [cpp_gui] -Codechange: flash_timeout and autorepeat_timeout extracted from Window::flags4 cpp_gui
Tue, 13 Feb 2007 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods cpp_gui
Tue, 13 Feb 2007 09:54:37 +0000 bjarni (svn r8696) [cpp_gui] -Codechange: changed GetMenuItemIndex() and ResizeWindow() into Window methods cpp_gui
Tue, 13 Feb 2007 01:04:32 +0000 bjarni (svn r8695) [cpp_gui] -Codechange: changed AssignWidgetToWindow() and InvalidateWidget() into Window methods cpp_gui
Sun, 11 Feb 2007 22:57:24 +0000 KUDr (svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic cpp_gui
Thu, 01 Feb 2007 16:21:56 +0000 Darkvater (svn r8512) -Codechange: From the intro window enter the scenario editor. From the scenario editor dialog, remove the 'load heightmap' option and put that with the other options like 'load scenario', 'save scenario', etc. Play a little bit with positioning of elements inside the scenario editor dialog so it looks better.
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value.
Thu, 01 Feb 2007 12:51:10 +0000 Darkvater (svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this.
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
Sun, 21 Jan 2007 00:01:47 +0000 bjarni (svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments)
Sun, 14 Jan 2007 21:32:13 +0000 Darkvater (svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL.
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads