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