]> git.imager.perl.org - imager.git/blob - FT2/Changes
set pixels with no coverage to all zero
[imager.git] / FT2 / Changes
1 Imager-Font-FT2 0.93
2 ====================
3
4  - update the bundled/modified Devel::CheckLib to handle the gcc-4
5    symlink on Cygwin
6
7 Imager-Font-FT2 0.92
8 ====================
9
10  - drawing non-AA text is now done in alpha-combining mode
11    https://rt.cpan.org/Ticket/Display.html?id=73359
12
13  - use gsamp/psamp() to transfer pixels from the work image to the
14    output image instead of gpix/ppix.
15    https://rt.cpan.org/Ticket/Display.html?id=83478
16
17  - eliminate some initialized but otherwise unused variables detected
18    by GCC.
19
20 Imager-Font-FT2 0.91
21 ====================
22
23  - depend on Imager 0.95.
24
25 Imager-Font-FT2 0.90
26 ====================
27
28 Released as part of Imager 0.94_02.
29
30  - fix some mismatched format strings/types
31
32  - enable the debug log for t/t90std.t
33
34 Imager-Font-FT2 0.89
35 ====================
36
37  - update README
38
39  - drawing text to a channel drew with random coverage, since the
40    alpha channel used for the internal call to draw text wasn't
41    initialized.
42
43 Imager-Font-FT2 0.88
44 ====================
45
46  - report the library version during testing
47
48 Imager-Font-FT2 0.87
49 ====================
50
51 Distributed with Imager 0.93_01
52
53  - improve thread safety
54
55 Imager-Font-FT2 0.86
56 ====================
57
58  - previously the probe step for freetype-config would fail on cygwin
59
60  - clean up .dSYM directories generated performing probes on OS X
61    Mountain Lion.
62
63  - pass the --verbose command-line option through to Imager::Probe in
64    Makefile.PL
65    https://rt.cpan.org/Ticket/Display.html?id=75878
66
67 Imager-Font-FT2 0.85
68 ====================
69
70  - no longer fallback to using DynaLoader to load the XS code
71    https://rt.cpan.org/Ticket/Display.html?id=75560
72
73 Imager-Font-FT2 0.84
74 ====================
75
76  - update dependency to Imager 0.86
77    https://rt.cpan.org/Ticket/Display.html?id=72643
78
79 Imager-Font-FT2 0.83
80 ====================
81
82  - has_chars() now returns perl's true and false values in list
83    context rather than integers, which should be more efficient.
84    https://rt.cpan.org/Ticket/Display.html?id=69158
85
86  - the default text color is no longer transparent.
87    https://rt.cpan.org/Ticket/Display.html?id=71469
88
89 Imager-Font-FT2 0.82
90 ====================
91
92  - update the bundled (and still modified) Devel::CheckLib
93    https://rt.cpan.org/Ticket/Display.html?id=69170
94
95  - use snprintf() when imconfig.h indicates it's available
96    https://rt.cpan.org/Ticket/Display.html?id=69147
97
98 Imager-Font-FT2 0.81
99 ====================
100
101  - the big types cleanup
102
103 Imager-Font-FT2 0.78
104 ====================
105
106 Split off from Imager.