src/graph_gui.cpp
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) 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
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) 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:47:05 +0000 KUDr (svn r8716) [cpp_gui] -Codechange: IsWindowWidgetDisabled() turned into Window method cpp_gui
Tue, 13 Feb 2007 22:17:48 +0000 KUDr (svn r8714) [cpp_gui] -Codechange: DisableWindowWidget() and EnableWindowWidget() turned into Window methods 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 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp 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
Tue, 06 Feb 2007 15:50:15 +0000 maedhros (svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value.
Tue, 23 Jan 2007 15:47:28 +0000 maedhros (svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX describes the
Tue, 23 Jan 2007 12:41:04 +0000 maedhros (svn r8369) -Cleanup: [Graphs] Rename include_neg and adj_height to more descriptive names, and add some more comments.
Tue, 23 Jan 2007 12:19:41 +0000 maedhros (svn r8368) -Cleanup: [Graphs] Rename the variables relating to whether datasets should be drawn, and use HASBIT for testing against them.
Tue, 23 Jan 2007 11:20:59 +0000 maedhros (svn r8367) -Fix: [Graphs] Don't try to use the same value to mean something is invalid for both an int64 and a uint.
Tue, 23 Jan 2007 10:21:51 +0000 maedhros (svn r8366) -Codechange: [Graphs] Make the scaling code less cryptic, and fix two longstanding bugs.
Mon, 22 Jan 2007 20:38:19 +0000 maedhros (svn r8356) -Codechange: [Graphs] Rename mx to highest_value, and fix the scaling for negative values.
Mon, 22 Jan 2007 16:26:45 +0000 maedhros (svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred.
Mon, 22 Jan 2007 15:46:57 +0000 maedhros (svn r8347) -Codechange: [Graphs] Make some more variables local to the loops they're used in, and remove some assumptions about the size of an array.
Sun, 21 Jan 2007 20:54:29 +0000 maedhros (svn r8330) -Codechange: Remove num_x and num_dataset from DrawGraph.
Sun, 21 Jan 2007 20:34:28 +0000 maedhros (svn r8329) -Codechange: Remove the the horribly abused j and k variables completely, and make i local to each loop it's used in.
Sun, 21 Jan 2007 20:14:35 +0000 maedhros (svn r8328) -Codechange: Remove some magic numbers in the graph drawing code.
Sun, 21 Jan 2007 19:19:25 +0000 maedhros (svn r8322) -Codechange: Rename unk61A and unk61C to something a little more descriptive.
Sun, 21 Jan 2007 18:42:15 +0000 maedhros (svn r8319) -Codechange: Remove the remaining colours from GraphDrawer as they're also the same everywhere.
Sun, 21 Jan 2007 18:07:35 +0000 maedhros (svn r8317) -Codechange: Remove GraphDrawer::bg_line_color since it was the same everywhere it was set.
Sun, 21 Jan 2007 15:03:37 +0000 maedhros (svn r8312) -Fix (r8038, sort of): Operating profit and the company value can be negative,
Sun, 21 Jan 2007 12:35:35 +0000 maedhros (svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
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 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
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().
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