]> git.imager.perl.org - imager-graph.git/log
imager-graph.git
14 years agoremove 5.005 inappropriate use warnings
Tony Cook [Mon, 16 Mar 2009 08:43:41 +0000 (08:43 +0000)]
remove 5.005 inappropriate use warnings

14 years agoa litte more internals documentation
Tony Cook [Mon, 16 Mar 2009 08:33:19 +0000 (08:33 +0000)]
a litte more internals documentation

14 years agoreturn missing font errors in from the error method, add tests for the
Tony Cook [Mon, 16 Mar 2009 08:22:51 +0000 (08:22 +0000)]
return missing font errors in from the error method, add tests for the
various fonts we look for.

14 years agoupdate test images to match the change in default style
Tony Cook [Fri, 13 Mar 2009 03:37:31 +0000 (03:37 +0000)]
update test images to match the change in default style

14 years agopatches from Patrick Michaud
pmichaud [Fri, 13 Mar 2009 03:35:33 +0000 (03:35 +0000)]
patches from Patrick Michaud

15 years ago0.06 release v0.06
Tony Cook [Mon, 21 Apr 2008 09:04:25 +0000 (09:04 +0000)]
0.06 release

15 years ago - round the pie radius down to avoid running over the edge of the
Tony Cook [Mon, 21 Apr 2008 08:57:27 +0000 (08:57 +0000)]
 - round the pie radius down to avoid running over the edge of the
   image

 - changed the pie maxsegments default to 0.01 from 0.05

 - removed the obsolete pie blur style information

 - documented some of the pie chart specific style settings

 - changed the default drop shadow style to a translucent fill so the
   background can show through.

15 years ago - round the pie radius down to avoid running over the edge of the
Tony Cook [Mon, 21 Apr 2008 08:29:13 +0000 (08:29 +0000)]
 - round the pie radius down to avoid running over the edge of the
   image

15 years ago - zero-sized segments were drawn as covering the whole pie. Skip
Tony Cook [Mon, 21 Apr 2008 08:18:27 +0000 (08:18 +0000)]
 - zero-sized segments were drawn as covering the whole pie.  Skip
   drawing zero sized segments.
   https://rt.cpan.org/Ticket/Display.html?id=34813

15 years ago - add a new style "primary" which is primary_red with a light grey
Tony Cook [Mon, 21 Apr 2008 06:39:54 +0000 (06:39 +0000)]
 - add a new style "primary" which is primary_red with a light grey
   background, and made that the default, so the default graphs aren't
   quite so ugly.

15 years ago - add horizontal legend boxes
Tony Cook [Mon, 21 Apr 2008 06:21:36 +0000 (06:21 +0000)]
 - add horizontal legend boxes

make the legend outside padding an integer

update test images to match

15 years ago - round the dimensions used within the legend to integers to prevent
Tony Cook [Mon, 21 Jan 2008 10:57:37 +0000 (10:57 +0000)]
 - round the dimensions used within the legend to integers to prevent
   later truncation from causing uneven output.

15 years agoremove more ancient Imager cruft
Tony Cook [Mon, 17 Dec 2007 23:50:36 +0000 (23:50 +0000)]
remove more ancient Imager cruft

15 years ago0.05 release v0.05
Tony Cook [Mon, 17 Dec 2007 08:20:20 +0000 (08:20 +0000)]
0.05 release

15 years agoupdate MANIFEST, Changes
Tony Cook [Mon, 17 Dec 2007 08:16:08 +0000 (08:16 +0000)]
update MANIFEST, Changes

15 years agocreate the test font driver, use it, and update the test comparison
Tony Cook [Mon, 17 Dec 2007 08:08:11 +0000 (08:08 +0000)]
create the test font driver, use it, and update the test comparison
images

15 years agocopyrights, we depend on more recent Imager now
Tony Cook [Mon, 17 Dec 2007 07:14:11 +0000 (07:14 +0000)]
copyrights, we depend on more recent Imager now

15 years agoforce FT2 usage, hopefully for better text consistency
Tony Cook [Wed, 12 Dec 2007 23:43:51 +0000 (23:43 +0000)]
force FT2 usage, hopefully for better text consistency

15 years ago0.04 release v0.04
Tony Cook [Tue, 11 Dec 2007 10:31:38 +0000 (10:31 +0000)]
0.04 release

15 years ago - remove fancy_fills check, we now depend on an Imager release that
Tony Cook [Tue, 11 Dec 2007 10:28:54 +0000 (10:28 +0000)]
 - remove fancy_fills check, we now depend on an Imager release that
   supports fountain fills.

15 years agovarious Kwalitee changes
Tony Cook [Tue, 11 Dec 2007 10:23:38 +0000 (10:23 +0000)]
various Kwalitee changes

15 years ago - skip all tests if we can't load the font
Tony Cook [Tue, 11 Dec 2007 09:36:22 +0000 (09:36 +0000)]
 - skip all tests if we can't load the font

 - Save test results to ppm, so we can generate images even if we don't
   have PNG support in Imager.

 - instead of the old draw-no-aa-then-blur-the-result hack, we now use
   arc()'s aa option

 - tests now use Test::More

 - remove the old circle fudge hack, since Imager fixed arc fills a
   while ago

 - strictify Makefile.PL, include the LICENSE, use the correct version
   check for including the extra WriteMakefile keys

15 years agoImager::Graph 0.03 v0.03
Tony Cook [Tue, 11 Dec 2007 08:40:41 +0000 (08:40 +0000)]
Imager::Graph 0.03

Imager::Graph doesn't have such a huge history that it's worth messing
around to bring the full history over.

15 years agosomewhere to keep Imager-Graph
Tony Cook [Tue, 11 Dec 2007 08:38:10 +0000 (08:38 +0000)]
somewhere to keep Imager-Graph