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