avoid uninitialized value warnings in the FT2 driver
[imager.git] / FT2 / Changes
CommitLineData
c7f06039
TC
1Imager-Font-FT2 0.93
2====================
3
4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
5 symlink on Cygwin
6
b9459ada
TC
7Imager-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
dc076f98
TC
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
98747309
TC
17 - eliminate some initialized but otherwise unused variables detected
18 by GCC.
19
5eac8456
TC
20Imager-Font-FT2 0.91
21====================
22
23 - depend on Imager 0.95.
24
ee2f2581
TC
25Imager-Font-FT2 0.90
26====================
27
5eac8456
TC
28Released as part of Imager 0.94_02.
29
ee2f2581
TC
30 - fix some mismatched format strings/types
31
0dff1af0
TC
32 - enable the debug log for t/t90std.t
33
0953e1cf
TC
34Imager-Font-FT2 0.89
35====================
36
37 - update README
38
c732ffa5
TC
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
605b62af
TC
43Imager-Font-FT2 0.88
44====================
45
5e8f194e
TC
46 - report the library version during testing
47
605b62af
TC
48Imager-Font-FT2 0.87
49====================
50
51Distributed with Imager 0.93_01
52
244725cf
TC
53 - improve thread safety
54
8c323994
TC
55Imager-Font-FT2 0.86
56====================
b2f967ef
TC
57
58 - previously the probe step for freetype-config would fail on cygwin
70b577d3
TC
59
60 - clean up .dSYM directories generated performing probes on OS X
61 Mountain Lion.
8c323994
TC
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
b2f967ef 66
a5919365
TC
67Imager-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
32d74dbe
TC
73Imager-Font-FT2 0.84
74====================
75
76 - update dependency to Imager 0.86
77 https://rt.cpan.org/Ticket/Display.html?id=72643
78
6e938c74
TC
79Imager-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
839f97fb
TC
86 - the default text color is no longer transparent.
87 https://rt.cpan.org/Ticket/Display.html?id=71469
88
5fd542c7
TC
89Imager-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
98Imager-Font-FT2 0.81
99====================
100
101 - the big types cleanup
102
893474f1
TC
103Imager-Font-FT2 0.78
104====================
105
106Split off from Imager.