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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 years agonew originaly copy
oetiker [Tue, 5 Apr 2005 19:14:16 +0000 (19:14 +0000)]
new originaly copy

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

19 years agofixed propperties to have a RAW font
oetiker [Tue, 5 Apr 2005 19:12:54 +0000 (19:12 +0000)]
fixed propperties to have a RAW font

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

19 years agomake configure work even when no prefix is specified
oetiker [Mon, 4 Apr 2005 21:56:30 +0000 (21:56 +0000)]
make configure work even when no prefix is specified

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

19 years agoprep for 1.2rc2 release
oetiker [Mon, 4 Apr 2005 21:40:11 +0000 (21:40 +0000)]
prep for 1.2rc2 release

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

19 years agoprepared for 1.2rc2 release
oetiker [Mon, 4 Apr 2005 21:22:05 +0000 (21:22 +0000)]
prepared for 1.2rc2 release

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

19 years agoprepared for 1.2rc1 release
oetiker [Mon, 4 Apr 2005 21:21:43 +0000 (21:21 +0000)]
prepared for 1.2rc1 release

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

19 years agoprepared for 1.2rc1 release
oetiker [Mon, 4 Apr 2005 21:12:21 +0000 (21:12 +0000)]
prepared for 1.2rc1 release

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

19 years agoprepared for 1.2rc1 release
oetiker [Mon, 4 Apr 2005 21:07:55 +0000 (21:07 +0000)]
prepared for 1.2rc1 release

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

19 years agoprepared for 1.2rc1 release
oetiker [Mon, 4 Apr 2005 21:05:32 +0000 (21:05 +0000)]
prepared for 1.2rc1 release

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

19 years agofixed prefix detection code again
oetiker [Mon, 4 Apr 2005 20:56:49 +0000 (20:56 +0000)]
fixed prefix detection code again

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

19 years agofixed autoprefix
oetiker [Mon, 4 Apr 2005 20:53:23 +0000 (20:53 +0000)]
fixed autoprefix

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

19 years agofixed config script for prefixing
oetiker [Mon, 4 Apr 2005 20:48:58 +0000 (20:48 +0000)]
fixed config script for prefixing

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

19 years agoget ready for 1.2
oetiker [Mon, 4 Apr 2005 20:37:26 +0000 (20:37 +0000)]
get ready for 1.2

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

19 years agobranche for 1.2
oetiker [Mon, 4 Apr 2005 19:55:30 +0000 (19:55 +0000)]
branche for 1.2

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

19 years agoupdate build instructions and configure output.
oetiker [Sun, 3 Apr 2005 12:44:15 +0000 (12:44 +0000)]
update build instructions and configure output.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@336 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoparamters in SHIFT are separated by : like everywhere else
oetiker [Sun, 3 Apr 2005 11:44:58 +0000 (11:44 +0000)]
paramters in SHIFT are separated by : like everywhere else

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@335 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agothe piechart code does not produce release ready results ... hide it behind WITH_PIEC...
oetiker [Sun, 3 Apr 2005 11:36:58 +0000 (11:36 +0000)]
the piechart code does not produce release ready results ... hide it behind WITH_PIECHART define

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@334 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agoimprove png writing speed by lowering the compression
oetiker [Sun, 3 Apr 2005 11:11:50 +0000 (11:11 +0000)]
improve png writing speed by lowering the compression

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@333 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agomake sure the font path is shorter than the buffer
oetiker [Sun, 3 Apr 2005 11:11:21 +0000 (11:11 +0000)]
make sure the font path is shorter than the buffer

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@332 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agofix graph layout ... especially consider text propperties propperly
oetiker [Sun, 3 Apr 2005 10:10:56 +0000 (10:10 +0000)]
fix graph layout ... especially consider text propperties propperly

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@331 a5681a0c-68f1-0310-ab6d-d61299d08faa

19 years agothe legend string of a PRINT command gets renderd later by runnning
oetiker [Sun, 3 Apr 2005 09:37:08 +0000 (09:37 +0000)]
the legend string of a PRINT command gets renderd later by runnning
it through printf.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@330 a5681a0c-68f1-0310-ab6d-d61299d08faa