]> git.imager.perl.org - imager.git/blame_incremental - FT2/Changes
[rt #83478] use psamp/gsamp to implement i_ft2_cp()
[imager.git] / FT2 / Changes
... / ...
CommitLineData
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
7Imager-Font-FT2 0.91
8====================
9
10 - depend on Imager 0.95.
11
12Imager-Font-FT2 0.90
13====================
14
15Released as part of Imager 0.94_02.
16
17 - fix some mismatched format strings/types
18
19 - enable the debug log for t/t90std.t
20
21Imager-Font-FT2 0.89
22====================
23
24 - update README
25
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
30Imager-Font-FT2 0.88
31====================
32
33 - report the library version during testing
34
35Imager-Font-FT2 0.87
36====================
37
38Distributed with Imager 0.93_01
39
40 - improve thread safety
41
42Imager-Font-FT2 0.86
43====================
44
45 - previously the probe step for freetype-config would fail on cygwin
46
47 - clean up .dSYM directories generated performing probes on OS X
48 Mountain Lion.
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
53
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
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
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
73 - the default text color is no longer transparent.
74 https://rt.cpan.org/Ticket/Display.html?id=71469
75
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
90Imager-Font-FT2 0.78
91====================
92
93Split off from Imager.