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