src/intro_gui.cpp
Sun, 27 Jan 2008 17:32:12 +0000 maedhros (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
Sun, 20 Jan 2008 04:01:28 +0000 belugas (svn r11932) -Codechange: Forgot two occurences of widget enumification
Sun, 20 Jan 2008 03:56:15 +0000 belugas (svn r11931) -Codechange: enumify the widgets numbers. Give breathing room on the case switches too...
Sun, 20 Jan 2008 03:11:14 +0000 belugas (svn r11930) -Codechange: a bit of code style application
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Mon, 07 Jan 2008 00:19:09 +0000 rubidium (svn r11771) -Codechange: split settings.h into better separated headers.
Thu, 27 Dec 2007 17:29:27 +0000 belugas (svn r11711) -Codechange: Name the Save Load Dialog Mode enum
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Mon, 05 Mar 2007 17:05:41 +0000 miham (svn r9018) -Change: added SunOS as OS name in the quit dialog
Sat, 03 Mar 2007 04:04:22 +0000 belugas (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Sun, 15 Apr 2007 14:20:35 +0000 KUDr (svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel). cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Mon, 26 Mar 2007 21:00:16 +0000 KUDr (svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets. 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 22:36:22 +0000 KUDr (svn r9010) [cpp_gui] -Add: Sticky button widget cpp_gui
Sun, 04 Mar 2007 12:50:21 +0000 KUDr (svn r9006) [cpp_gui] -Add: Label widget (MiHaMiX) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Sat, 03 Mar 2007 20:25:37 +0000 KUDr (svn r8997) [cpp_gui] -Codechange: common window features are now controlled by FeatureFlags enum. cpp_gui
Sat, 03 Mar 2007 16:11:18 +0000 KUDr (svn r8996) [cpp_gui] -Add: CloseBox added into CaptionBar cpp_gui
Sat, 03 Mar 2007 11:20:46 +0000 KUDr (svn r8991) [cpp_gui] -Codechange: composite widgets (incl. windows) now must implement CreateWidgets() method which is called from the default OnCreate() implementation cpp_gui
Sat, 03 Mar 2007 02:47:45 +0000 KUDr (svn r8986) [cpp_gui] -Add: resizing window by dragging ResizeBox cpp_gui
Fri, 02 Mar 2007 21:21:41 +0000 KUDr (svn r8981) [cpp_gui] -Add: simple CaptionBar Widget cpp_gui
Thu, 01 Mar 2007 22:48:46 +0000 KUDr (svn r8958) [cpp_gui] -Add: Widget can now capture specified gui events cpp_gui
Tue, 27 Feb 2007 22:47:59 +0000 KUDr (svn r8931) [cpp_gui] -Add: first OO widget type (TextButton) added only with basic functionality 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 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods cpp_gui
Thu, 01 Feb 2007 22:54:04 +0000 Darkvater (svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land
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.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
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