rrdtool.git
18 years agoprepare for the release of rrdtool-1.2.9
oetiker [Sat, 28 May 2005 13:01:43 +0000 (13:01 +0000)]
prepare for the release of rrdtool-1.2.9

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@603 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd notes on building on Mac OS X
oetiker [Sat, 28 May 2005 12:53:13 +0000 (12:53 +0000)]
add notes on building on Mac OS X

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@602 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agokill a few warnings
oetiker [Sat, 28 May 2005 12:52:50 +0000 (12:52 +0000)]
kill a few warnings

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@601 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake the bindings work on os x
oetiker [Sat, 28 May 2005 12:52:26 +0000 (12:52 +0000)]
make the bindings work on os x

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@600 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd note on variable names
oetiker [Fri, 27 May 2005 19:17:17 +0000 (19:17 +0000)]
add note on variable names

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@599 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoremove one more warning
oetiker [Fri, 27 May 2005 19:12:23 +0000 (19:12 +0000)]
remove one more warning

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@598 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agothere is realy no reason to have the vnames constraind so much
oetiker [Fri, 27 May 2005 19:12:12 +0000 (19:12 +0000)]
there is realy no reason to have the vnames constraind so much

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@597 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoonly print ttf font errors when compiled with -DDEBUG
oetiker [Fri, 27 May 2005 19:01:53 +0000 (19:01 +0000)]
only print ttf font errors when compiled with -DDEBUG

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@596 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agodon't go into an endless loop upon finding a bad character in a truetype font
oetiker [Sun, 22 May 2005 22:29:11 +0000 (22:29 +0000)]
don't go into an endless loop upon finding a bad character in a truetype font

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@593 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agogo into rrdbuild too if we use tcsh
oetiker [Fri, 20 May 2005 06:20:19 +0000 (06:20 +0000)]
go into rrdbuild too if we use tcsh

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@591 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoinitial checking
oetiker [Fri, 20 May 2005 05:48:52 +0000 (05:48 +0000)]
initial checking

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@590 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoremove extra whitespace at the end of lines
oetiker [Fri, 20 May 2005 05:46:52 +0000 (05:46 +0000)]
remove extra whitespace at the end of lines

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@589 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agointroduce builddir
oetiker [Fri, 20 May 2005 05:43:27 +0000 (05:43 +0000)]
introduce builddir

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@588 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoiconf is not needed so to not check for it
oetiker [Fri, 20 May 2005 05:14:20 +0000 (05:14 +0000)]
iconf is not needed so to not check for it

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@586 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded propper numeric version number to version
oetiker [Thu, 19 May 2005 23:21:51 +0000 (23:21 +0000)]
added propper numeric version number to version

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@585 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd multibyte to wide char conversion ability. Now every string
oetiker [Thu, 19 May 2005 23:21:20 +0000 (23:21 +0000)]
add multibyte to wide char conversion ability. Now every string
users input should should be handled propperly by rrdtool,
whatever your locale says will work.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@584 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowindows at least stores null terminated char strings in dummychar1 -- Philippe
oetiker [Thu, 19 May 2005 23:19:09 +0000 (23:19 +0000)]
windows at least stores null terminated char strings in dummychar1 -- Philippe

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@583 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake tcl compile again ... don't know if it will work though
oetiker [Wed, 18 May 2005 20:20:55 +0000 (20:20 +0000)]
make tcl compile again ... don't know if it will work though

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@581 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix rrd_version prototype
oetiker [Wed, 18 May 2005 19:43:03 +0000 (19:43 +0000)]
fix rrd_version prototype

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@580 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agocleaned up version number code and added new function rrd_version -- partly by Burton...
oetiker [Wed, 18 May 2005 19:41:08 +0000 (19:41 +0000)]
cleaned up version number code and added new function rrd_version -- partly by Burton Strauss

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@579 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agohelp building perl on hpux
oetiker [Wed, 18 May 2005 19:18:59 +0000 (19:18 +0000)]
help building perl on hpux

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@578 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.8
oetiker [Mon, 16 May 2005 20:56:09 +0000 (20:56 +0000)]
prepare for the release of rrdtool-1.2.8

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@571 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoredo --disable-* options for python and tcl
oetiker [Mon, 16 May 2005 20:55:29 +0000 (20:55 +0000)]
redo --disable-* options for python and tcl
add some more quotes to protect potentially empty variables in tests which
should make configure more robust.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@570 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoif python stuff does not work, do not die, just do not compile python
oetiker [Mon, 16 May 2005 20:04:42 +0000 (20:04 +0000)]
if python stuff does not work, do not die, just do not compile python

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@569 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix extra argument when testing for PERLCC problem -- Simon Leinen
oetiker [Mon, 16 May 2005 20:02:26 +0000 (20:02 +0000)]
fix extra argument when testing for PERLCC problem -- Simon Leinen

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@568 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.7
oetiker [Mon, 16 May 2005 12:18:16 +0000 (12:18 +0000)]
prepare for the release of rrdtool-1.2.7

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@565 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded note about --alt-y-mrtg
oetiker [Mon, 16 May 2005 12:14:19 +0000 (12:14 +0000)]
added note about --alt-y-mrtg

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@564 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix the color square spacing so that it works regardles of the fontsize
oetiker [Mon, 16 May 2005 10:12:26 +0000 (10:12 +0000)]
fix the color square spacing so that it works regardles of the fontsize
and with transparend backgrounds.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@563 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded alt-y-mrtg option as a dummy so that old apps who use it do not crash when...
oetiker [Mon, 16 May 2005 09:01:01 +0000 (09:01 +0000)]
added alt-y-mrtg option as a dummy so that old apps who use it do not crash when doing so.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@562 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoreintroduced the FRAME color ... somehow it was lost from 1.0.x
oetiker [Mon, 16 May 2005 06:33:30 +0000 (06:33 +0000)]
reintroduced the FRAME color ... somehow it was lost from 1.0.x

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@561 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake transparent backgrounds work propperly
oetiker [Sun, 15 May 2005 14:16:15 +0000 (14:16 +0000)]
make transparent backgrounds work propperly

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@560 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoit seems that _WIN32 is more commonly defined thatn WIN32 on win32 ... (gifford.heske...
oetiker [Sat, 14 May 2005 21:57:46 +0000 (21:57 +0000)]
it seems that _WIN32 is more commonly defined thatn WIN32 on win32 ... (gifford.hesketh on gmail.com)

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@559 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded a note to dump old rrd files with a current rrdtool dump to get the upgraded...
oetiker [Sat, 14 May 2005 17:32:05 +0000 (17:32 +0000)]
added a note to dump old rrd files with a current rrdtool dump to get the upgraded on the fly. Adding 001 support should
not be all that tough though. Any takers ?

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@558 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agocheck cookie read for success
oetiker [Sat, 14 May 2005 15:07:35 +0000 (15:07 +0000)]
check cookie read for success

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@557 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoif the y value is out of bounds, make it just a wee bit larger or smaller
oetiker [Sat, 14 May 2005 09:35:02 +0000 (09:35 +0000)]
if the y value is out of bounds, make it just a wee bit larger or smaller
than the bound so that the code can detect this by comparing it with the
bound, but make it so small that it is not visible.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@556 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoone sed is quite enough
oetiker [Thu, 12 May 2005 22:27:06 +0000 (22:27 +0000)]
one sed is quite enough

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@555 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years ago[ must be quoted by [ ...
oetiker [Thu, 12 May 2005 22:22:45 +0000 (22:22 +0000)]
[ must be quoted by [ ...

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@554 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd global option
oetiker [Thu, 12 May 2005 22:12:56 +0000 (22:12 +0000)]
add global option

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@553 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofox sed line for unsetting header cache
oetiker [Thu, 12 May 2005 22:06:13 +0000 (22:06 +0000)]
fox sed line for unsetting header cache

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@552 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake sure the header gets tested twice
oetiker [Thu, 12 May 2005 22:03:33 +0000 (22:03 +0000)]
make sure the header gets tested twice

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@551 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd notes on python error, and install location
oetiker [Thu, 12 May 2005 22:03:01 +0000 (22:03 +0000)]
add notes on python error, and install location

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@550 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoallow 3/4 component color rrdtool graph --color too -- Alex
oetiker [Thu, 12 May 2005 11:32:39 +0000 (11:32 +0000)]
allow 3/4 component color rrdtool graph --color too -- Alex

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@549 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake the areas a little bigger still for propper overlapping
oetiker [Thu, 12 May 2005 11:28:13 +0000 (11:28 +0000)]
make the areas a little bigger still for propper overlapping

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@548 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake parsing of DS arguments more robust and give more sensible
oetiker [Thu, 12 May 2005 11:22:11 +0000 (11:22 +0000)]
make parsing of DS arguments more robust and give more sensible
error messages. -- Alex

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@547 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agomake the areas that makeup the graphs a little larger, so that they overlap a bit
oetiker [Thu, 12 May 2005 08:38:53 +0000 (08:38 +0000)]
make the areas that makeup the graphs a little larger, so that they overlap a bit
and do not exhibit white lines when touching each other.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@546 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosome more warning fixes
oetiker [Thu, 12 May 2005 05:48:56 +0000 (05:48 +0000)]
some more warning fixes

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@545 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd unused to prevent warnings about self
oetiker [Thu, 12 May 2005 05:41:09 +0000 (05:41 +0000)]
add unused to prevent warnings about self

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@544 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agointial python bindings documentation
oetiker [Wed, 11 May 2005 18:31:00 +0000 (18:31 +0000)]
intial python bindings documentation

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@543 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix wording for min/max ... they are not optional
oetiker [Wed, 11 May 2005 12:09:36 +0000 (12:09 +0000)]
fix wording for min/max ... they are not optional

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@541 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosecond installment with warning fixes from alan
oetiker [Tue, 10 May 2005 20:19:55 +0000 (20:19 +0000)]
second installment with warning fixes from alan

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@540 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agopython bindings add -- Alan Milligan alan from balclutha.org
oetiker [Tue, 10 May 2005 18:52:43 +0000 (18:52 +0000)]
python bindings add -- Alan Milligan alan from balclutha.org

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@539 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix for character escaping in EPS -- Peter Speck
oetiker [Tue, 10 May 2005 18:35:55 +0000 (18:35 +0000)]
fix for character escaping in EPS -- Peter Speck

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@538 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.6
oetiker [Tue, 10 May 2005 06:07:41 +0000 (06:07 +0000)]
prepare for the release of rrdtool-1.2.6

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@536 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoI guess the pdf entities want to be escaped chars not just control caracters with...
oetiker [Tue, 10 May 2005 06:06:49 +0000 (06:06 +0000)]
I guess the pdf entities want to be escaped chars not just control caracters with a prepended backslash ...

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@535 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowe should not use C++ comments in c files
oetiker [Tue, 10 May 2005 05:18:28 +0000 (05:18 +0000)]
we should not use C++ comments in c files

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@534 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowe should distribute unused.h if we use it :-)
oetiker [Tue, 10 May 2005 04:14:17 +0000 (04:14 +0000)]
we should distribute unused.h if we use it :-)

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@533 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.5
oetiker [Mon, 9 May 2005 20:15:38 +0000 (20:15 +0000)]
prepare for the release of rrdtool-1.2.5

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@531 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosilence warnings for UNUSED variables without changeing the funtion interfaces -...
oetiker [Mon, 9 May 2005 20:13:28 +0000 (20:13 +0000)]
silence warnings for UNUSED variables without changeing the funtion interfaces -- Alex

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@530 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoallow decimal positions y axis labels as soon as the max entry is < 10
oetiker [Mon, 9 May 2005 19:32:12 +0000 (19:32 +0000)]
allow decimal positions y axis labels as soon as the max entry is < 10

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@529 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix rendering of the color spots especially when proportional fonts are in use.
oetiker [Mon, 9 May 2005 19:11:05 +0000 (19:11 +0000)]
fix rendering of the color spots especially when proportional fonts are in use.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@528 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoEPS/SVG/PDF code ... more comments and better font finder including removal of hardc...
oetiker [Mon, 9 May 2005 14:01:21 +0000 (14:01 +0000)]
EPS/SVG/PDF code ...  more comments and better font finder including removal of hardcoded SVG font.
-- Peter Speck speck from vitality.dk

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@526 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years ago* switch to courier if the font is unknown
oetiker [Mon, 9 May 2005 13:22:23 +0000 (13:22 +0000)]
* switch to courier if the font is unknown
* fix font positioning

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@525 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoperls $^O is set to linux not Linux
oetiker [Mon, 9 May 2005 05:39:59 +0000 (05:39 +0000)]
perls $^O is set to linux not Linux

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@523 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosvg/pdf/eps rendering improvements. There are still issues though ... -- peter speck
oetiker [Sun, 8 May 2005 22:02:35 +0000 (22:02 +0000)]
svg/pdf/eps rendering improvements. There are still issues though ... -- peter speck

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@522 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded support for getting ascent/descent size info for ps fonts -- Peter Speck
oetiker [Sun, 8 May 2005 21:25:42 +0000 (21:25 +0000)]
added support for getting ascent/descent size info for ps fonts -- Peter Speck

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@521 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowe do not actually need these files ... goodbye
oetiker [Sun, 8 May 2005 20:15:18 +0000 (20:15 +0000)]
we do not actually need these files ... goodbye

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@520 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.4
oetiker [Sun, 8 May 2005 16:59:20 +0000 (16:59 +0000)]
prepare for the release of rrdtool-1.2.4

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@518 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years ago* adjust spacing at the left border of the graph. use less white space
oetiker [Sun, 8 May 2005 16:22:25 +0000 (16:22 +0000)]
* adjust spacing at the left border of the graph. use less white space
* increasse minimal grid spacing and label spacing

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@517 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoincrease minimal vertical spacing for y-axis lables
oetiker [Sun, 8 May 2005 16:02:28 +0000 (16:02 +0000)]
increase minimal vertical spacing for y-axis lables

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@516 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoshorten space for y-axis labels a bit
oetiker [Sun, 8 May 2005 16:01:40 +0000 (16:01 +0000)]
shorten space for y-axis labels a bit

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@515 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoremove the premature fox for the unused parameter in xport
oetiker [Sun, 8 May 2005 15:40:28 +0000 (15:40 +0000)]
remove the premature fox for the unused parameter in xport

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@514 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosync with reality
oetiker [Sun, 8 May 2005 15:30:12 +0000 (15:30 +0000)]
sync with reality

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@513 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agobe more portable with shorter strings
oetiker [Sun, 8 May 2005 15:19:02 +0000 (15:19 +0000)]
be more portable with shorter strings

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@512 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowe do not use the affine functions
oetiker [Sun, 8 May 2005 15:18:47 +0000 (15:18 +0000)]
we do not use the affine functions

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@511 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoremoved extra $ from from PERLCC test
oetiker [Sun, 8 May 2005 15:07:27 +0000 (15:07 +0000)]
removed extra $ from from PERLCC test

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@510 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix rendering errors by removing single spaces
oetiker [Sun, 8 May 2005 08:20:48 +0000 (08:20 +0000)]
fix rendering errors by removing single spaces

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@509 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprepare for the release of rrdtool-1.2.3
oetiker [Sat, 7 May 2005 23:54:52 +0000 (23:54 +0000)]
prepare for the release of rrdtool-1.2.3

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@507 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix some more y0, y1 complaints
oetiker [Sat, 7 May 2005 23:26:30 +0000 (23:26 +0000)]
fix some more y0, y1 complaints

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@506 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoWhen encountering an empty legend, do NOT make
oetiker [Sat, 7 May 2005 23:26:14 +0000 (23:26 +0000)]
When encountering an empty legend, do NOT make
space for drawing the color spats in front of it.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@505 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoprep for 1.2.2 release
oetiker [Sat, 7 May 2005 15:57:55 +0000 (15:57 +0000)]
prep for 1.2.2 release

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@503 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoincrement library revision
oetiker [Sat, 7 May 2005 15:51:47 +0000 (15:51 +0000)]
increment library revision

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@502 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix these annoying y0 warnings.
oetiker [Sat, 7 May 2005 15:45:52 +0000 (15:45 +0000)]
fix these annoying y0 warnings.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@501 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadd rrdtool attribution string back using a transparent version of the font color
oetiker [Sat, 7 May 2005 15:45:27 +0000 (15:45 +0000)]
add rrdtool attribution string back using a transparent version of the font color

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@500 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded build instructions
oetiker [Sat, 7 May 2005 15:23:41 +0000 (15:23 +0000)]
added build instructions

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@499 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix for rotation code in pdf,eps,svg formats -- Peter Speck <speck from vitality.dk>
oetiker [Sat, 7 May 2005 10:38:34 +0000 (10:38 +0000)]
fix for rotation code in pdf,eps,svg formats -- Peter Speck <speck from vitality.dk>

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@498 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofix handling of PREV(x) command
oetiker [Sat, 7 May 2005 10:34:48 +0000 (10:34 +0000)]
fix handling of PREV(x) command

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@497 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years ago* added RRDTOOL/TOBI OETIKER back in
oetiker [Fri, 6 May 2005 23:00:53 +0000 (23:00 +0000)]
* added RRDTOOL/TOBI OETIKER back in
* in riggid mode, cut data and 'min' and 'max' not two above
* gibt ytop0 a default value

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@493 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofixed documentation strings for rrdgraph
oetiker [Fri, 6 May 2005 22:59:22 +0000 (22:59 +0000)]
fixed documentation strings for rrdgraph

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@492 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoadded doc for new slope-mode
oetiker [Fri, 6 May 2005 22:03:16 +0000 (22:03 +0000)]
added doc for new slope-mode

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@491 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agosince the drawing code is now much simpler we do not need to perturbe the points...
oetiker [Fri, 6 May 2005 21:52:55 +0000 (21:52 +0000)]
since the drawing code is now much simpler we do not need to perturbe the points or rewind the graph anymore
this saves quite some time ...

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@490 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years ago* allow for 3(4) letter color names
oetiker [Fri, 6 May 2005 15:44:11 +0000 (15:44 +0000)]
* allow for 3(4) letter color names
* better debugging code
* fix tick, line, stack parsing
--  Alex van den Bogaerdt <alex with ergens.op.het.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@489 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoif stacking on nothing we should not try to figure out WHAT we stacked on since this...
oetiker [Fri, 6 May 2005 15:24:27 +0000 (15:24 +0000)]
if stacking on nothing we should not try to figure out WHAT we stacked on since this will result in a segfault ... -- Alex van den Bogaerdt <alex at ergens.op.het.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@488 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoclarify LINE/AREA syntax
oetiker [Thu, 5 May 2005 22:15:10 +0000 (22:15 +0000)]
clarify LINE/AREA syntax
-- Alex van den Bogaerdt alex with ergens.op.het.net

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@485 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agobetter not to write into argv elements ... Henrik Stoerner <henrik from hswn.dk>
oetiker [Thu, 5 May 2005 09:07:56 +0000 (09:07 +0000)]
better not to write into argv elements ... Henrik Stoerner <henrik from hswn.dk>

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@484 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agodo not die upon wront input when in remote mode
oetiker [Tue, 3 May 2005 20:23:05 +0000 (20:23 +0000)]
do not die upon wront input when in remote mode

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@483 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agoinstall documentation into $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but
oetiker [Tue, 3 May 2005 18:10:16 +0000 (18:10 +0000)]
install documentation into $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but
drop the rrdtool-$VERSION/ bit if $PREFIX matches on rrd assuming that the tool is being installed into a custom directory anyway.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@482 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agonew options to tune how fontsmoothing works:
oetiker [Tue, 3 May 2005 17:24:50 +0000 (17:24 +0000)]
new options to tune how fontsmoothing works:
-R/--font-render-mode {normal,light,mono} and -B/--font-smoothing-threshold size
-- John yffffffff4271ef37 at f4n.org

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@481 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agonote about win32comp
oetiker [Tue, 3 May 2005 17:22:54 +0000 (17:22 +0000)]
note about win32comp

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@480 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agofiles that help getting that native windows port going -- Philippe.Simonet with swiss...
oetiker [Mon, 2 May 2005 20:27:13 +0000 (20:27 +0000)]
files that help getting that native windows port going -- Philippe.Simonet with swisscom.com

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@478 a5681a0c-68f1-0310-ab6d-d61299d08faa

18 years agowhen walking the bytes use the pitch not the width
oetiker [Mon, 2 May 2005 19:47:05 +0000 (19:47 +0000)]
when walking the bytes use the pitch not the width

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@477 a5681a0c-68f1-0310-ab6d-d61299d08faa