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