summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
AgeCommit message (Collapse)Author
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
2009-11-18(svn r18160) -Codechange: The hyphen character may not line up in all fonts, ↵peter1138
so draw the Y-axis ticks manually.
2009-11-18(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, ↵peter1138
instead of using absolute pixel placement. X-axis labels still need work for large fonts.
2009-11-17(svn r18153) -Codechange: Correct height for 'key' button on graph windows.peter1138
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18139) -Codechange: Scale company league table for font height.peter1138
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-03(svn r17963) -Codechange: some documentation stylerubidium
2009-11-02(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/rubidium
2009-10-25(svn r17866) -Codechange: make the remaining graph windows nestedrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-08(svn r17473) -Codechange: use the post destructor for destroying companies ↵rubidium
too instead of complicating the graph GUI invalidate code.
2009-09-04(svn r17420) -Codechange: replace assert() by assert_compile() where possiblesmatz
2009-09-03(svn r17404) -Change (r17379): silence gcc warning caused by inlining of a ↵rubidium
virtual function
2009-09-03(svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was ↵rubidium
calculated wrong
2009-09-02(svn r17380) -Codechange: move drawing the performance detail data to DrawWidgetrubidium
2009-09-02(svn r17379) -Codechange: make the performance rating window nested, ↵rubidium
although it still needs some improvements
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-08(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of ↵alberth
the derived class.
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-08-03(svn r17058) -Codechange: magic numbers removal.belugas
Two values used intead of just one, as it gives more possibilities to those who dare...
2009-08-03(svn r17053) -Codechange: pass a Rect to DrawGraph so it knows where to drawrubidium
2009-08-03(svn r17052) -Codechange: move state changes out of OnPaint for the graph ↵rubidium
windows