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