summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
AgeCommit message (Expand)Author
2018-06-26Change: Increase cargo type limit to 64.PeterN
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-25(svn r26116) -Codechange: validate that the number of lines in a graph is mor...rubidium
2013-06-01(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-08(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-01-20(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed th...rubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and un...truebrain
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-11(svn r23497) -Add: Advanced display setting to control the linewidth in graph...frosch
2011-11-19(svn r23269) -Codechange: rename some control/string codes/IDs to be more con...rubidium
2011-10-12(svn r23025) -Codechange: Support resized company colour icon in company key ...peter1138
2011-09-02(svn r22868) -Change: Resize the company league window according to the compa...planetmaker
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale in...frosch
2011-04-02(svn r22292) -Change: Increase the linewidth in plots.frosch
2011-03-13(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
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 quarter...rubidium
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-10-22(svn r21010) -Fix [FS#4102]: the detailed performance rating window would occ...rubidium
2010-08-19(svn r20558) -Codechange: use one generic function to create a list of compan...yexo
2010-08-19(svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in t...yexo
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 DrawStringMultiLin...alberth
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-04-26(svn r19729) -Fix [FS#3793]: The company value graph crashed the game when di...terkhen
2010-04-18(svn r19673) -Codechange: Optimize calculation of graph grid size (method by ...terkhen
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 its...terkhen
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 ha...terkhen
2010-04-12(svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly...terkhen
2010-04-07(svn r19579) -Codechange: auto-raise 'Enable/Disable all' buttons in the Carg...smatz
2010-04-07(svn r19574) -Fix: graphs were not properly updated when going toggling keys ...rubidium
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 excluded...terkhen
2010-04-02(svn r19543) -Feature [FS#3726]: Scale the vertical axis of graphs depending ...terkhen
2010-04-02(svn r19542) -Feature: Add buttons to enable / disable all cargos at the carg...terkhen
2010-04-02(svn r19539) -Codechange: Use a macro to loop through the list of sorted carg...terkhen