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