Commit | Line | Data |
---|---|---|
b9459ada TC |
1 | Imager-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 |
7 | Imager-Font-FT2 0.91 |
8 | ==================== | |
9 | ||
10 | - depend on Imager 0.95. | |
11 | ||
ee2f2581 TC |
12 | Imager-Font-FT2 0.90 |
13 | ==================== | |
14 | ||
5eac8456 TC |
15 | Released 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 |
21 | Imager-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 |
30 | Imager-Font-FT2 0.88 |
31 | ==================== | |
32 | ||
5e8f194e TC |
33 | - report the library version during testing |
34 | ||
605b62af TC |
35 | Imager-Font-FT2 0.87 |
36 | ==================== | |
37 | ||
38 | Distributed with Imager 0.93_01 | |
39 | ||
244725cf TC |
40 | - improve thread safety |
41 | ||
8c323994 TC |
42 | Imager-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 |
54 | Imager-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 |
60 | Imager-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 |
66 | Imager-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 |
76 | Imager-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 | ||
85 | Imager-Font-FT2 0.81 | |
86 | ==================== | |
87 | ||
88 | - the big types cleanup | |
89 | ||
893474f1 TC |
90 | Imager-Font-FT2 0.78 |
91 | ==================== | |
92 | ||
93 | Split off from Imager. |