rrdtool.git
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

18 years agopow is alreay used as a function ... so lets call it power instead
oetiker [Mon, 2 May 2005 19:33:53 +0000 (19:33 +0000)]
pow is alreay used as a function ... so lets call it power instead

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

18 years agono infinite line width please
oetiker [Mon, 2 May 2005 19:32:49 +0000 (19:32 +0000)]
no infinite line width please

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

18 years agoprep for 1.2.1 release
oetiker [Sun, 1 May 2005 22:07:34 +0000 (22:07 +0000)]
prep for 1.2.1 release

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

18 years agoadd some more vertical space above the graph if no title is available
oetiker [Sun, 1 May 2005 22:04:34 +0000 (22:04 +0000)]
add some more vertical space above the graph if no title is available

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

18 years agouse the pen to determine string length, do not look at the realy length, or space...
oetiker [Sun, 1 May 2005 21:24:06 +0000 (21:24 +0000)]
use the pen to determine string length, do not look at the realy length, or space will get ignored.

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

18 years agoDejaVuSansMono-Roman is a variant of VeraMono with lots of added unicode glyphes ...
oetiker [Sun, 1 May 2005 21:16:49 +0000 (21:16 +0000)]
DejaVuSansMono-Roman is a variant of VeraMono with lots of added unicode glyphes ...
check out http://dejavu.sourceforge.net

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

18 years agofix spaceing ... more space for the title and more space the the left of the yaxis...
oetiker [Sun, 1 May 2005 20:49:54 +0000 (20:49 +0000)]
fix spaceing ... more space for the title and more space the the left of the yaxis lable

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

18 years agothe multibyte support tried did not work ... takeing it out again
oetiker [Sun, 1 May 2005 13:19:39 +0000 (13:19 +0000)]
the multibyte support tried did not work ... takeing it out again

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

18 years agoupdate tested library version
oetiker [Sun, 1 May 2005 13:18:48 +0000 (13:18 +0000)]
update tested library version

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

18 years agoundef jmpbuf to make compile work on AIX 5.1
oetiker [Sun, 1 May 2005 11:02:40 +0000 (11:02 +0000)]
undef jmpbuf to make compile work on AIX 5.1

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

18 years agoincreasse revision of shared library number since the library source code has changed
oetiker [Sun, 1 May 2005 11:00:36 +0000 (11:00 +0000)]
increasse revision of shared library number since the library source code has changed

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

18 years agoadd wide character support
oetiker [Sun, 1 May 2005 11:00:10 +0000 (11:00 +0000)]
add wide character support

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

18 years agodo not make the graph wider if the title does not fit ... this is wagging the dog
oetiker [Sun, 1 May 2005 10:42:17 +0000 (10:42 +0000)]
do not make the graph wider if the title does not fit ... this is wagging the dog
the graph is not ABOUT the title

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

18 years agofix description of VRULE
oetiker [Sun, 1 May 2005 10:37:00 +0000 (10:37 +0000)]
fix description of VRULE

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

18 years agoreset optind opterr inside the function calls ...
oetiker [Sun, 1 May 2005 10:23:11 +0000 (10:23 +0000)]
reset optind opterr inside the function calls ...

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

18 years agofixed documentation regarding floating point line width
oetiker [Sun, 1 May 2005 10:22:35 +0000 (10:22 +0000)]
fixed documentation regarding floating point line width

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

18 years agorelax parsing of LINE commands LINE: is valid as well as LINE<double>:
oetiker [Sun, 1 May 2005 10:20:55 +0000 (10:20 +0000)]
relax parsing of LINE commands LINE: is valid as well as LINE<double>:
eg. LINE1.2323:

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

18 years agoallow for characters over 127
oetiker [Sun, 1 May 2005 09:16:38 +0000 (09:16 +0000)]
allow for characters over 127

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

18 years agoadded notes on escaping colons in COMMENT and put deprecated forms of command to...
oetiker [Sat, 30 Apr 2005 09:56:58 +0000 (09:56 +0000)]
added notes on escaping colons in COMMENT and put deprecated forms of command to the back and not to the front

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

18 years agoalways open with rb/wb when it is a binary file ... unix and windows will work alike...
oetiker [Sat, 30 Apr 2005 09:51:12 +0000 (09:51 +0000)]
always open with rb/wb when it is a binary file ... unix and windows will work alike with this ...

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

18 years agothis file is not required ...
oetiker [Sat, 30 Apr 2005 09:48:49 +0000 (09:48 +0000)]
this file is not required ...

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

18 years agoeven better lets have rb for CYGWIN too ... one never knows it is windows after all.
oetiker [Sat, 30 Apr 2005 09:41:14 +0000 (09:41 +0000)]
even better lets have rb for CYGWIN too ... one never knows it is windows after all.

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

18 years agooops inverted code here ... windows needs rb unix not
oetiker [Sat, 30 Apr 2005 09:40:24 +0000 (09:40 +0000)]
oops inverted code here ... windows needs rb unix not

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

18 years agolet rrd_graph honor the font name (RRD_DEFAULT_FONT) defined in confignt/config.h
oetiker [Sat, 30 Apr 2005 09:38:50 +0000 (09:38 +0000)]
let rrd_graph honor the font name (RRD_DEFAULT_FONT) defined in confignt/config.h

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

18 years agouse pod syntax not html syntax in pod :-)
oetiker [Tue, 26 Apr 2005 22:08:22 +0000 (22:08 +0000)]
use pod syntax not html syntax in pod :-)

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

18 years agomore fixes by fritz
oetiker [Tue, 26 Apr 2005 22:04:25 +0000 (22:04 +0000)]
more fixes by fritz

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

18 years agoobfuscate email addresses
oetiker [Tue, 26 Apr 2005 05:33:18 +0000 (05:33 +0000)]
obfuscate email addresses

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

18 years ago* remove jakes old address
oetiker [Tue, 26 Apr 2005 05:30:22 +0000 (05:30 +0000)]
* remove jakes old address
* add security warning

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

18 years agoremove pdf link
oetiker [Mon, 25 Apr 2005 22:55:15 +0000 (22:55 +0000)]
remove pdf link

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

18 years agouse time_t to improve portability to 64bit systems
oetiker [Mon, 25 Apr 2005 22:18:15 +0000 (22:18 +0000)]
use time_t to improve portability to 64bit systems
-- John R Mocho <jmocho in royaldc.com>

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

18 years agoadded new state
oetiker [Mon, 25 Apr 2005 21:01:22 +0000 (21:01 +0000)]
added new state

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

18 years agoprep for 1.2.0 release
oetiker [Mon, 25 Apr 2005 20:45:00 +0000 (20:45 +0000)]
prep for 1.2.0 release

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

18 years agoresolved all XXX situations
oetiker [Mon, 25 Apr 2005 19:07:18 +0000 (19:07 +0000)]
resolved all XXX situations

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

18 years agoanother batch of fixes from fritz
oetiker [Mon, 25 Apr 2005 17:31:11 +0000 (17:31 +0000)]
another batch of fixes from fritz

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

19 years agofixed contributiors listing
oetiker [Sun, 24 Apr 2005 22:21:34 +0000 (22:21 +0000)]
fixed contributiors listing

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

19 years agobig patch-up for the 1.2. Documents Revisited by Fritz Zaucker
oetiker [Sun, 24 Apr 2005 17:23:57 +0000 (17:23 +0000)]
big patch-up for the 1.2. Documents Revisited by Fritz Zaucker

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

19 years agoprep for 1.2rc9 release
oetiker [Fri, 22 Apr 2005 18:35:15 +0000 (18:35 +0000)]
prep for 1.2rc9 release

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

19 years agofix titles
oetiker [Tue, 19 Apr 2005 21:09:27 +0000 (21:09 +0000)]
fix titles

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

19 years agofixed title
oetiker [Tue, 19 Apr 2005 21:05:39 +0000 (21:05 +0000)]
fixed title

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

19 years agosrc moved back to pod. this include thing was a neat idea but it just adds another...
oetiker [Mon, 18 Apr 2005 22:39:10 +0000 (22:39 +0000)]
src moved back to pod. this include thing was a neat idea but it just adds another twist to things which is not necessary.
fixed some pod errors

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

19 years agomisc fixes for better display
oetiker [Mon, 18 Apr 2005 22:13:20 +0000 (22:13 +0000)]
misc fixes for better display

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

19 years agofixed format
oetiker [Mon, 18 Apr 2005 11:07:02 +0000 (11:07 +0000)]
fixed format

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

19 years agofixed many pod bugs while creating the new website
oetiker [Sun, 17 Apr 2005 22:43:11 +0000 (22:43 +0000)]
fixed many pod bugs while creating the new website

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

19 years agomake sure argument descriptions comply with Bold = fixed and Italics = variable
oetiker [Sun, 17 Apr 2005 17:29:29 +0000 (17:29 +0000)]
make sure argument descriptions comply with Bold = fixed and Italics = variable

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

19 years agofix use of =item commands
oetiker [Sun, 17 Apr 2005 16:26:18 +0000 (16:26 +0000)]
fix use of =item commands

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

19 years agoallow to build pods (for website)
oetiker [Sun, 17 Apr 2005 16:25:53 +0000 (16:25 +0000)]
allow to build pods (for website)

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

19 years ago* draw the axis last to have them always on top
oetiker [Wed, 13 Apr 2005 22:00:20 +0000 (22:00 +0000)]
* draw the axis last to have them always on top
* use a smaller font for labeling the axis

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

19 years agohave better default compression
oetiker [Wed, 13 Apr 2005 19:53:41 +0000 (19:53 +0000)]
have better default compression

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

19 years agotune fontsizes and spacing to be more in line with rrdtool 1.0
oetiker [Wed, 13 Apr 2005 19:53:16 +0000 (19:53 +0000)]
tune fontsizes and spacing to be more in line with rrdtool 1.0

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

19 years agoprep for 1.2rc8 release
oetiker [Tue, 12 Apr 2005 21:52:18 +0000 (21:52 +0000)]
prep for 1.2rc8 release

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

19 years agoprep for 1.2rc8 release
oetiker [Tue, 12 Apr 2005 21:10:39 +0000 (21:10 +0000)]
prep for 1.2rc8 release

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

19 years ago* better fix for units-exponent issue ... now the whole scaling happens only at
oetiker [Tue, 12 Apr 2005 20:56:19 +0000 (20:56 +0000)]
* better fix for units-exponent issue ... now the whole scaling happens only at
  print time ... this is more stable -- tobi

* remove the newline from ctime (%c) in VDEF -- alex

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

19 years agoprep for 1.2rc7 release
oetiker [Mon, 11 Apr 2005 23:23:59 +0000 (23:23 +0000)]
prep for 1.2rc7 release

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

19 years ago* adjusted element spacing within the graph
oetiker [Mon, 11 Apr 2005 23:22:57 +0000 (23:22 +0000)]
* adjusted element spacing within the  graph
* re-intruduced --units-length option
* stabilized --units-exponent option by jumping to alt-y-grid mode
  once the default autogrid can not cope with the data anymore.

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

19 years agoadded note about incompatible changes
oetiker [Mon, 11 Apr 2005 23:20:52 +0000 (23:20 +0000)]
added note about incompatible changes

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

19 years agostarted change log
oetiker [Mon, 11 Apr 2005 12:29:32 +0000 (12:29 +0000)]
started change log

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

19 years agoadded notes on INF
oetiker [Mon, 11 Apr 2005 12:17:36 +0000 (12:17 +0000)]
added notes on INF

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

19 years ago* we are now creating true RGBA pngs
oetiker [Mon, 11 Apr 2005 09:51:22 +0000 (09:51 +0000)]
* we are now creating true RGBA pngs
* removed all memory leeks from rrd_gfx

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

19 years agostarted updating for 1.2 release
oetiker [Sun, 10 Apr 2005 22:02:10 +0000 (22:02 +0000)]
started updating for 1.2 release

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

19 years agoclarified output -- alex
oetiker [Sun, 10 Apr 2005 18:11:58 +0000 (18:11 +0000)]
clarified output -- alex

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

19 years agoget the docs ready for the 1.2 release. remove notes about things that never got...
oetiker [Sun, 10 Apr 2005 18:10:56 +0000 (18:10 +0000)]
get the docs ready for the 1.2 release. remove notes about things that never got implemented. -- alex

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

19 years agodo not draw AREAS that have no hight (done right). draw an arrow on the positiv y...
oetiker [Sun, 10 Apr 2005 18:05:51 +0000 (18:05 +0000)]
do not draw AREAS that have no hight (done right). draw an arrow on the positiv y axis.

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

19 years agoupdated for 1.2 release -- alex
oetiker [Sun, 10 Apr 2005 15:35:28 +0000 (15:35 +0000)]
updated for 1.2 release -- alex

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

19 years agofixed typo -- alex
oetiker [Sun, 10 Apr 2005 14:00:12 +0000 (14:00 +0000)]
fixed typo -- alex

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

19 years agoG<gt> does not exist E<gt> does
oetiker [Sun, 10 Apr 2005 13:57:34 +0000 (13:57 +0000)]
G<gt> does not exist E<gt> does

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

19 years agofixed spelling and working -- Alex van den Bogaerdt alex at ergens.op.het.net
oetiker [Sun, 10 Apr 2005 12:12:21 +0000 (12:12 +0000)]
fixed spelling and working -- Alex van den Bogaerdt alex at ergens.op.het.net

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

19 years agoadded extra strftime.[ch] which supports ISO 8601 week numbers, together with instruc...
oetiker [Sun, 10 Apr 2005 11:53:01 +0000 (11:53 +0000)]
added extra strftime.[ch] which supports ISO 8601 week numbers, together with instructions in the NT-BUILD-TIPPS file

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

19 years agoprep for 1.2rc6 release
oetiker [Sun, 10 Apr 2005 11:33:10 +0000 (11:33 +0000)]
prep for 1.2rc6 release

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

19 years agoremove excess comment
oetiker [Sun, 10 Apr 2005 11:31:32 +0000 (11:31 +0000)]
remove excess comment

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

19 years agomake --disable-perl work
oetiker [Sun, 10 Apr 2005 11:30:14 +0000 (11:30 +0000)]
make --disable-perl work
allow configuration of the default font at configure time

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

19 years agorevamped drawing routines to be less complex and more stable. be kind to libart
oetiker [Sun, 10 Apr 2005 11:29:16 +0000 (11:29 +0000)]
revamped drawing routines to be less complex and more stable. be kind to libart

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

19 years agoallow --color arguments with RRGGBB and not only RRGGBBAA
oetiker [Sun, 10 Apr 2005 09:38:38 +0000 (09:38 +0000)]
allow --color arguments with RRGGBB and not only RRGGBBAA

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

19 years agoeveryone has other names for their shared libraries, so lets drop the dependency
oetiker [Sun, 10 Apr 2005 09:16:10 +0000 (09:16 +0000)]
everyone has other names for their shared libraries, so lets drop the dependency

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

19 years agomention updatev in the synopsis
oetiker [Sun, 10 Apr 2005 09:15:19 +0000 (09:15 +0000)]
mention updatev in the synopsis

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

19 years agowe do have 95%
oetiker [Sat, 9 Apr 2005 14:21:59 +0000 (14:21 +0000)]
we do have 95%

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

19 years agoprep for 1.2rc5 release
oetiker [Thu, 7 Apr 2005 21:35:32 +0000 (21:35 +0000)]
prep for 1.2rc5 release

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

19 years agofix implementation of --only-graph
oetiker [Thu, 7 Apr 2005 21:31:37 +0000 (21:31 +0000)]
fix implementation of --only-graph

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

19 years agomake libart happy by NOT adjusting coordinates and by using the ART_WIND_RULE_NONZERO...
oetiker [Thu, 7 Apr 2005 21:31:09 +0000 (21:31 +0000)]
make libart happy by NOT adjusting coordinates and by using the ART_WIND_RULE_NONZERO winding rule

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

19 years agoreturn propper exit codes
oetiker [Thu, 7 Apr 2005 21:30:16 +0000 (21:30 +0000)]
return propper exit codes

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

19 years agofix bitpatterns of extraflags so that they do not interfear
oetiker [Thu, 7 Apr 2005 20:07:45 +0000 (20:07 +0000)]
fix bitpatterns of extraflags so that they do not interfear

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

19 years agoprep for 1.2rc4 release
oetiker [Wed, 6 Apr 2005 23:58:41 +0000 (23:58 +0000)]
prep for 1.2rc4 release

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

19 years agoprep for 1.2rc4 release
oetiker [Wed, 6 Apr 2005 23:24:35 +0000 (23:24 +0000)]
prep for 1.2rc4 release

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

19 years agodocument RRD_DEFAULT_FONT environment variable
oetiker [Wed, 6 Apr 2005 23:18:37 +0000 (23:18 +0000)]
document RRD_DEFAULT_FONT environment variable

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

19 years agomake sure WIN32 sections do NOT kick in for cygwin compiles
oetiker [Wed, 6 Apr 2005 22:40:53 +0000 (22:40 +0000)]
make sure WIN32 sections do NOT kick in for cygwin compiles

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

19 years agoonly unwind the areas, the lines should be fine by themselves!
oetiker [Tue, 5 Apr 2005 22:49:55 +0000 (22:49 +0000)]
only unwind the areas, the lines should be fine by themselves!

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

19 years agoprep for 1.2rc3 release
oetiker [Tue, 5 Apr 2005 20:32:39 +0000 (20:32 +0000)]
prep for 1.2rc3 release

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

19 years ago* fix transparency rendering by rewinding the paths propperly
oetiker [Tue, 5 Apr 2005 20:17:45 +0000 (20:17 +0000)]
* fix transparency rendering by rewinding the paths propperly
* fix x-axis label drawing by considering label precision

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