30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-09-21 00:59:01 +00:00
Commit Graph

593 Commits

Author SHA1 Message Date
Nicola Asuni
aac8873f9d 5.9.198 (2012-11-19)
- Datamatrix EDIFACT mode was fixed.
2012-11-19 22:10:47 +00:00
Nicola Asuni
b73f9cbd9a 5.9.197 (2012-11-06)
- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
2012-11-19 22:09:33 +00:00
Nicola Asuni
146e4337ca 5.9.197 (2012-11-06)
- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
2012-11-06 19:37:08 +00:00
Nicola Asuni
d8df0369e3 5.9.196 (2012-11-02)
- Several methods were improved to avoid output when the context is out of page.
- Bug item #755 "remove cached files before unsetting" was fixed.
2012-11-02 19:26:44 +00:00
Nicola Asuni
da47743321 5.9.195 (2012-10-24)
- Method _putfonts() was improved.
2012-10-24 17:18:34 +01:00
Nicola Asuni
c2c3094acc 5.9.194 (2012-10-23)
- Text alignment on TextField() method was fixed.
2012-10-23 17:12:09 +01:00
Nicola Asuni
f2aa41dd82 5.9.193 (2012-09-25)
- Support for named destinations on HTML links was added  (i.e.: <a href="#destinationname">link to named destination</a>).
2012-09-25 19:17:00 +01:00
Nicola Asuni
66e99bd328 5.9.192 (2012-09-24)
- A problem on the releasing process was fixed.
2012-09-24 18:50:59 +01:00
Nicola Asuni
b4f12e958c 5.9.191 (2012-09-24)
- SVG image naow support svg and eps images.
2012-09-24 17:39:08 +01:00
Nicola Asuni
26c61d177b 5.9.190 (2012-09-23)
- "page" word translation is now set to empty if not defined.
- Tooltip feature was added on the radiobutton annotation.
2012-09-23 19:47:40 +01:00
Nicola Asuni
01dc4da8b3 5.9.189 (2012-09-18)
- Bug item #3568969 "ini_get safe_mode error" was fixed.
2012-09-18 20:59:32 +01:00
Nicola Asuni
16f873d904 5.9.189 (2012-09-18)
- Bug item #3568969 "ini_get safe_mode error" was fixed.
2012-09-18 19:28:04 +01:00
Nicola Asuni
56a9f4186e 5.9.187 (2012-09-15)
- A datamatrix barcode bug was fixed.
2012-09-15 12:02:08 +01:00
Nicola Asuni
c50728c561 5.9.187 (2012-09-14)
- Subset feature was extended to include the first 256 characters.
2012-09-14 17:56:30 +01:00
Nicola Asuni
df7ac13a2a 5.9.186 (2012-09-13)
- barcodes.php file was resynced.
- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
- Method getCharBBox were added to get single character bounding box.
- Signature of addTTFfont method was changed ( paramter was added).
2012-09-13 19:54:21 +01:00
Nicola Asuni
f66d0fa6ac 5.9.184 (2012-09-11)
- A problem with EAN barcodes was fixed.
2012-09-11 17:49:32 +01:00
Nicola Asuni
d4b1c84b49 5.9.183 (2012-09-07)
- A problem with font names normalization was fixed.
2012-09-07 08:24:24 +01:00
Nicola Asuni
c8d1393d6a 5.9.182 (2012-09-05)
- Bug item #3564982 "Infinite loop in Write() method" was fixed.
2012-09-05 20:32:13 +01:00
Nicola Asuni
cd3db1fd55 5.9.182 (2012-09-05)
- Bug item #3564982 "Infinite loop in Write() method" was fixed.
2012-09-05 19:32:19 +01:00
Nicola Asuni
c47cad2bdd 5.9.181 (2012-08-31)
- composer.json file was added.
- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
2012-08-31 21:13:21 +01:00
Nicola Asuni
184bbe0a4f new 2012-08-22 21:22:02 +01:00
Nicola Asuni
a7febafdde 5.9.179 (2012-08-04)
- SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem.
- Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods.
2012-08-04 09:29:04 +01:00
Nicola Asuni
fe38892760 5.9.178 (2012-08-02)
- SVG 'use' tag was fixed for 'circle' and 'ellipse'.
2012-08-02 21:14:03 +01:00
Nicola Asuni
41b3fa6703 5.9.177 (2012-08-02)
- An additional control on annotations was fixed.
2012-08-02 15:41:27 +01:00
nick
fe4d204366 5.9.176 (2012-07-25)
- A bug related to stroke width was fixed.
- A problem related to font spacing in HTML was fixed.
2012-07-25 23:17:35 +01:00
nick
2f282db233 5.9.175 (2012-07-25)
- The problem of missing letter on hyphen break was fixed.
2012-07-25 18:50:52 +01:00
nick
df9b495d27 5.9.174 (2012-07-25)
- The problem of wrong filename when downloading PDF from an Android device was fixed.
- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
- The method setFooterData() was added to set text and line color for footer (see example n. 1).
- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
- The GetCharWidth() method was fixed for negative character spacing.
- A 'none' border mode is now correctly recognized.
- Break on hyphen problem was fixed.
2012-07-25 15:16:42 +01:00
nick
b83ad06898 5.9.173 (2012-07-23)
- Some additional control wher added on barcode methods.
- The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set.
- Method Bookmark() was extended to include X parameter.
- Method setDestination() was extended to include X parameter.
- A problem with Thai language was fixed.
2012-07-23 15:48:26 +01:00
nick
56af758c98 5.9.172 (2012-07-02)
- A PNG color profile issue was fixed.
2012-07-02 20:31:44 +01:00
nick
c934b52a55 5.9.171 (2012-07-01)
- Some SVG rendering problems were fixed.
2012-07-01 22:46:13 +01:00
nick
68a349a698 update 2012-06-27 11:08:15 +01:00
nick
14e93b77c5 5.9.169 (2012-06-25)
- Some SVG rendering problems were fixed.
2012-06-25 17:54:29 +01:00
nick
fd29aebb02 5.9.168 (2012-06-22)
- Thai language rendering was fixed.
2012-06-22 17:34:26 +01:00
nick
5ca264c68d 5.9.167 (2012-06-22)
- Thai language rendering was fixed and improved.
- Method isCharDefined() was improved.
- Protected method replaceChar() was added.
- Font kerning word was corrected to tracking.
2012-06-22 08:14:47 +01:00
nick
9ea87e1c44 5.9.166 (2012-06-21)
- Array to string conversion on file_id creation was fixed.
- Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul).
2012-06-21 21:56:49 +01:00
nicolaasuni
4bfc80dce0 5.9.165 (2012-06-07)
- Some HTML form related bugs were fixed.
2012-06-07 17:28:15 +01:00
nicolaasuni
42be31e0d9 5.9.164 (2012-06-06)
- A bug introduced on the latest release was fixed.
2012-06-06 17:05:21 +01:00
nicolaasuni
5bfef5c8cf 5.9.163 (2012-06-05)
- Method getGDgamma() was changed.
- Rendering performances of PNG images with alpha channel were improved.
2012-06-05 18:40:09 +01:00
nicolaasuni
dc7dfc0ed9 5.9.162 (2012-05-11)
- A bug related to long text on TD cells was fixed.
2012-05-11 18:59:03 +01:00
nicolaasuni
814ff2e01f 5.9.161 2012-05-09 21:27:32 +01:00
nicolaasuni
86a2fe9ff9 5.9.161 2012-05-09 21:00:36 +01:00
nicolaasuni
542c27f159 5.9.160 2012-05-03 22:57:49 +01:00
nicolaasuni
047c7ee43d 5.9.159 2012-04-30 21:14:39 +01:00
nicolaasuni
338643d839 5.9.158 2012-04-22 11:28:38 +01:00
nicolaasuni
9a76df62cd 5.9.157 2012-04-16 18:31:19 +01:00
nicolaasuni
d8cbe417c8 5.9.156 2012-04-10 18:02:43 +01:00
nicolaasuni
f8f51d16cb 5.9.155 2012-04-02 18:36:02 +01:00
nicolaasuni
9c8c5f961f 5.9.153 2012-03-28 17:09:01 +01:00
nicolaasuni
5c8bddfa69 5.9.152 2012-03-23 17:04:30 +00:00
nicolaasuni
8519b2e661 new language files 2012-03-22 18:31:23 +00:00