summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
AgeCommit message (Collapse)Author
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-22(svn r21601) -Fix [FS#4323]: company league table used stats from two ↵rubidium
quarters ago instead of last quarter
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-10-22(svn r21010) -Fix [FS#4102]: the detailed performance rating window would ↵rubidium
occasionally be too narrow. Based on a patch by Krille
2010-08-19(svn r20558) -Codechange: use one generic function to create a list of ↵yexo
company buttons
2010-08-19(svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in ↵yexo
the AI debug and performance rating windows
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for ↵alberth
DrawStringMultiLine().
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-04-26(svn r19729) -Fix [FS#3793]: The company value graph crashed the game when ↵terkhen
displaying companies with a huge amount of money.
2010-04-18(svn r19673) -Codechange: Optimize calculation of graph grid size (method by ↵terkhen
Alberth). -Fix: Remove a gcc 3.3 warning.
2010-04-17(svn r19662) -Feature: Resizable graphs.terkhen
2010-04-17(svn r19661) -Codechange: Base the number of vertical grids of a graph on ↵terkhen
its size.
2010-04-14(svn r19632) -Cleanup: has_negative_values is no longer used.terkhen
2010-04-14(svn r19631) -Feature: Graphs with negative values are no longer forced to ↵terkhen
have the zero axis in the middle (grid size calculation by Alberth).
2010-04-12(svn r19615) -Fix [FS#3763]: Company related graphs weren't updated ↵terkhen
correctly after changing the company colour.
2010-04-07(svn r19579) -Codechange: auto-raise 'Enable/Disable all' buttons in the ↵smatz
Cargo payment rates window
2010-04-07(svn r19574) -Fix: graphs were not properly updated when going toggling keys ↵rubidium
(i.e. companies)
2010-04-07(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.terkhen
2010-04-03(svn r19550) -Fix (r19543): Scale graphs without taking into account ↵terkhen
excluded data.
2010-04-02(svn r19543) -Feature [FS#3726]: Scale the vertical axis of graphs depending ↵terkhen
on the graph's highest value.
2010-04-02(svn r19542) -Feature: Add buttons to enable / disable all cargos at the ↵terkhen
cargo payment rates graph.
2010-04-02(svn r19539) -Codechange: Use a macro to loop through the list of sorted ↵terkhen
cargo specifications.
2010-04-01(svn r19535) -Feature: Sort cargos at the cargo payment rates graph.terkhen
2010-02-10(svn r19090) -Codechange: some comment coding style fixesrubidium
2010-02-10(svn r19076) -Codechange: Move graph functions to their own header.terkhen
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-09(svn r18765) -Fix [FS#3499] (r18750): crash when trying to show cargo ↵rubidium
payments when there are 'holes' in the cargospec array
2010-01-07(svn r18750) -Fix [FS#3492]: the cargo payment button states weren't ↵rubidium
properly set on opening the window
2009-12-27(svn r18644) -Fix [FS#3434]: company league window was too narrowrubidium
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-13(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.alberth
2009-12-09(svn r18447) -Change: make some more windows (e.g. graphs, company view) ↵rubidium
stickyable
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-23(svn r18264) -Codechange: make the company league window big font awarerubidium
2009-11-23(svn r18259) -Codechange: make the graphs big font awarerubidium
2009-11-22(svn r18250) -Codechange: make the graph legend big font awarerubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-20(svn r18196) -Codechange: make the performance rating details window big ↵rubidium
font and RTL aware
2009-11-18(svn r18167) -Change: make the graph legend, cargo payment graph and company ↵rubidium
league windows RTL aware