]>
Commit | Line | Data |
---|---|---|
0a839b82 | 1 | Changes A list of changes :) |
35574351 | 2 | Graph.pm |
0a839b82 | 3 | ImUgly.ttf A moderately ugly font |
e4fd512d | 4 | lib/Imager/Graph/Area.pm |
be31bc32 | 5 | lib/Imager/Graph/Bar.pm |
0a839b82 | 6 | lib/Imager/Graph/Column.pm |
be31bc32 | 7 | lib/Imager/Graph/Horizontal.pm |
0a839b82 TC |
8 | lib/Imager/Graph/Line.pm |
9 | lib/Imager/Graph/Pie.pm | |
10 | lib/Imager/Graph/StackedColumn.pm | |
11 | lib/Imager/Graph/Util.pm | |
2eac77fc | 12 | lib/Imager/Graph/Vertical.pm |
0a839b82 | 13 | Makefile.PL |
35574351 | 14 | MANIFEST |
54ada35d | 15 | MANIFEST.SKIP |
35574351 | 16 | README |
c96fb3d1 | 17 | t/lib/Imager/Font/Test.pm |
119bb3de | 18 | t/lib/Imager/Graph/Test.pm |
35574351 TC |
19 | t/t00load.t |
20 | t/t10pie.t | |
2eac77fc | 21 | t/t11line.t |
22 | t/t12column.t | |
23 | t/t13stacked_col.t | |
987e82b2 | 24 | t/t14bar.t |
e4fd512d | 25 | t/t15line_horizontal.t |
0a839b82 | 26 | t/t20api.t |
2eac77fc | 27 | t/t21style_api.t |
1509eee7 | 28 | t/t30many_points.t |
29 | t/t31tic_color.t | |
30 | t/t32series_labels.t | |
987e82b2 | 31 | t/t33_long_labels.t |
562039d4 | 32 | t/t34horizontal_many_points.t |
e4fd512d | 33 | t/t40area.t |
54ada35d TC |
34 | t/t91pod.t |
35 | t/t93podcover.t | |
68a6c9c6 | 36 | testimg/t10_hlegend.png |
0a839b82 | 37 | testimg/t10_lin_fount.png Test output comparison images |
35574351 | 38 | testimg/t10_mono.png |
68a6c9c6 | 39 | testimg/t10_noother.png |
35574351 TC |
40 | testimg/t10_pie1.png |
41 | testimg/t10_pie2.png | |
42 | testimg/t10_rad_fount.png | |
987e82b2 | 43 | testimg/t14_bar.ppm |
f478266c TC |
44 | testimg/t30_points.ppm |
45 | testimg/t31tic_color.ppm | |
987e82b2 | 46 | testimg/t31tic_color_CMA.ppm |
f478266c | 47 | testimg/t32_series.ppm |
987e82b2 | 48 | testimg/t33_long_labels.ppm |
562039d4 | 49 | testimg/t34_points.ppm |
e4fd512d TC |
50 | testimg/t40area1.png |
51 | testimg/t40area2.png | |
0a839b82 | 52 | TODO |