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