use _NL_TIME_WEEK_1STDAY to determin the first day of the week.
[rrdtool.git] / src / rrd_graph.c
2007-06-11 oetikermake pdf output work
2007-06-11 oetiker--font-render-mode is back, and there is also
2007-06-10 oetikerswitched graphics library from arts to cairo+pango
2007-06-01 oetiker--full-size-mode with and without --no-legend should...
2007-05-30 oetikerfix indenting ... again
2007-05-30 oetikerswitch for rrd_graph to specify the outer-size of the...
2007-05-24 oetikerindent all the rest of the code, and add some typedefs...
2007-05-23 oetikerreindented everything according to .indent.pro
2007-05-23 oetikernew trunk based on current 1.2
2007-05-06 oetikerdon't use round since it is c99 ... use floor(x+0.5...
2007-05-03 oetikeradded some more rounding for int to float comparisons
2007-05-03 oetikerTesting an double and an integer for equality is bound...
2007-05-02 oetikerprepare for the release of rrdtool-1.2.23
2007-05-02 oetikerprepare for the release of rrdtool-1.2.22
2007-05-01 oetikerprepare for the release of rrdtool-1.2.21
2007-05-01 oetikerif the graph goes 'down' minval must be hanged instead
2007-05-01 oetikerprepare for the release of rrdtool-1.2.20
2007-05-01 oetikeradded --alt-autoscale-min (see --alt-autoscale-max...
2007-04-10 oetikeruntabified rrd_graph.c
2007-04-10 oetikeruse the shorthand for vidx ...
2007-04-10 oetikerthe rrd_graph_check_vname function is not used anywhere...
2007-02-14 oetikerallow --units-length to reserve label space even when...
2007-02-01 oetikerprepare for the release of rrdtool-1.2.19
2007-01-23 oetikerprepare for the release of rrdtool-1.2.18
2007-01-23 oetikeranother control sequence that got lost ...
2007-01-22 oetikerprepare for the release of rrdtool-1.2.17
2007-01-22 oetikerprepare for the release of rrdtool-1.2.17
2007-01-22 oetikerintroduced \n as an alias for \l since people seem...
2007-01-20 oetikerprepare for the release of rrdtool-1.2.16
2006-12-16 oetikeroops 99 is the last item
2006-12-16 oetikerit is sufficient to set the last item to 0
2006-12-07 oetikerc is a valid formatting character
2006-11-19 oetikerfixed typo
2006-10-22 oetikercheck if valid control codes are in use
2006-09-05 oetikerput all the architecture specific stuff in separate...
2006-09-04 oetikerin logarithmic mode minval must not be <= 0
2006-08-16 oetikercontain a potential problem with log grid painting...
2006-08-13 oetikeruse th OS provided timezone names for %Z this should...
2006-08-13 oetikerinclude strftime.h for windows builds -- Guenter Knauff
2006-08-13 oetikeradded special labeling for LONGTERM graphs -- Paul...
2006-07-14 oetikerprepare for the release of rrdtool-1.2.15
2006-07-14 oetikerprepare for the release of rrdtool-1.2.14
2006-07-14 oetikerdo not reset im->gdes[i].step blindly. We initialize...
2006-05-23 oetikeradjust label spacing to make sure labels don't overlap...
2006-05-21 oetikermake vdef time part available in the data_calc stage...
2006-05-21 oetikernew GPRINT option :strftime to print time associated...
2006-05-10 oetikerimproved scaling for --logarithmic mode ... -- beat...
2006-05-07 oetikermake legend spacing more reliable. handle the fact...
2006-05-06 oetikerAvoid gcc warning ("static not first") -- Peter Breiten...
2006-05-04 oetikerprepare for the release of rrdtool-1.2.13
2006-05-02 oetikervariables should be defined at the bein of the block...
2006-04-27 oetikernew units=si option -- wim.heirmann elis.urgent.be
2006-04-24 oetikermake sure things are initialised ...
2006-04-17 oetikerAdd a second label to the Y axis if there is only going...
2006-04-01 oetikerwatermartk feature for rrdgraph by Ronan Mullally
2006-03-26 oetikerpotential bufferoverflow throught large windir avoided
2006-03-06 oetikerat least freebsd will not do utf8 bits properly without...
2006-03-03 oetiker* simplify code for STACK function ... there were two...
2006-01-15 oetikermake sure gcc does not thing gridind may be undefined
2006-01-15 oetikermake sure gridind is defined under all conditions
2005-12-18 oetikerprepare for the release of rrdtool-1.2.12
2005-10-11 oetikerimproved error messages for rrd_graph commandline parsi...
2005-09-23 oetikerhmpf its the gdef step we are talking about not the...
2005-09-22 oetikerdo not 'reload' data if you already have it!
2005-09-18 oetikercomparing floating point numbers is dangerouse ......
2005-08-30 oetikerWhen selecting the x-axis label take the length of...
2005-08-04 oetikerNew VDEF functions for least squares slope, intercept...
2005-08-04 oetikeravoid drawing lines where two points are in the same...
2005-07-26 oetikerinitialize font to empty string for deault font case.
2005-07-25 oetikerprepare for the release of rrdtool-1.2.11
2005-07-22 oetikerinit ytr after all the changes have happened
2005-07-22 oetikermake --no-gridfit with --only-graph work
2005-07-21 oetikerwhen stacking known on unknown, then we asume unknown...
2005-07-19 oetikerfixed some corner cases in drawing code to get the...
2005-07-11 oetikeroptimized drawing routines ... up to 6 times faster...
2005-07-04 oetikermake setting just the size and not the font work -...
2005-06-20 oetikerx-axis labels should be aligned to their baseline
2005-06-17 oetikerprepare for the release of rrdtool-1.2.10
2005-06-16 oetikerwhen building the sgridstep in alt-y-grid mode, take...
2005-06-13 oetikersimplify code for generating y axis labels a bit.
2005-06-12 oetikermake --alt-y-grid work properly in many more cases...
2005-06-10 oetikermake --font more flexible:
2005-05-28 oetikerprepare for the release of rrdtool-1.2.9
2005-05-16 oetikerprepare for the release of rrdtool-1.2.8
2005-05-16 oetikerprepare for the release of rrdtool-1.2.7
2005-05-16 oetikerfix the color square spacing so that it works regardles...
2005-05-16 oetikeradded alt-y-mrtg option as a dummy so that old apps...
2005-05-16 oetikerreintroduced the FRAME color ... somehow it was lost...
2005-05-15 oetikermake transparent backgrounds work propperly
2005-05-14 oetikerit seems that _WIN32 is more commonly defined thatn...
2005-05-14 oetikerif the y value is out of bounds, make it just a wee...
2005-05-12 oetikerallow 3/4 component color rrdtool graph --color too...
2005-05-12 oetikermake the areas a little bigger still for propper overla...
2005-05-12 oetikermake the areas that makeup the graphs a little larger...
2005-05-10 oetikerprepare for the release of rrdtool-1.2.6
2005-05-09 oetikerprepare for the release of rrdtool-1.2.5
2005-05-09 oetikerallow decimal positions y axis labels as soon as the...
2005-05-09 oetikerfix rendering of the color spots especially when propor...
2005-05-08 oetikerprepare for the release of rrdtool-1.2.4
2005-05-08 oetiker* adjust spacing at the left border of the graph. use...
next