| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved me to commiters :) | Maximilian Berger | 2008-02-21 | 1 | -5/+5 |
* | Fixed a bug leading to the content of row-spanning cells being duplicated at ... | Vincent Hennebert | 2008-02-19 | 1 | -5/+7 |
* | Added support for reading the OS/2 table's usWeightClass value which supports... | Jeremias Maerki | 2008-02-19 | 4 | -2/+38 |
* | Fixed NPE when no AFM is available and the PFM didn't provide a xHeight. | Jeremias Maerki | 2008-02-19 | 1 | -15/+21 |
* | Bugfix: a specified font-weight of 100 could result into a resolved font-weig... | Jeremias Maerki | 2008-02-19 | 1 | -1/+7 |
* | Bugzilla #44451: | Jeremias Maerki | 2008-02-19 | 6 | -16/+100 |
* | Made the necessary changes to remove the long-standing deprecations in the ap... | Jeremias Maerki | 2008-02-18 | 3 | -116/+22 |
* | Reducing noise. Better messages. | Jeremias Maerki | 2008-02-18 | 2 | -6/+9 |
* | fop-rgb-icc() function did not make the round-trip which caused an error in t... | Jeremias Maerki | 2008-02-18 | 3 | -15/+53 |
* | Extract original exception in BasePDFTestCase.java. They are normally embedde... | Jeremias Maerki | 2008-02-18 | 1 | -0/+9 |
* | No stack traces with missing images. | Jeremias Maerki | 2008-02-18 | 3 | -0/+9 |
* | Extracted most of the code in CodePointMapping (generated by XSLT) into a bas... | Jeremias Maerki | 2008-02-16 | 10 | -133/+397 |
* | rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi... | Vincent Hennebert | 2008-02-15 | 1 | -1/+0 |
* | break-after set on the last child of a row-spanning cell must apply to the la... | Vincent Hennebert | 2008-02-14 | 1 | -1/+1 |
* | Created Constants for unit descriptions | Maximilian Berger | 2008-02-14 | 6 | -22/+45 |
* | Simplified the detection of double as integer | Vincent Hennebert | 2008-02-14 | 1 | -2/+1 |
* | Fix problem with alternate Unicode code point overriding existing better ones... | Jeremias Maerki | 2008-02-14 | 6 | -61/+247 |
* | When I first saw this it surprised me, it seems to have been here for quite s... | Adrian Cumiskey | 2008-02-14 | 1 | -28/+9 |
* | Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ... | Jeremias Maerki | 2008-02-14 | 34 | -928/+2260 |
* | Moved to the FO tree stage the check for break-before/after on table-row whil... | Vincent Hennebert | 2008-02-13 | 5 | -22/+46 |
* | Added support for breaks before and after table cells | Vincent Hennebert | 2008-02-13 | 10 | -60/+208 |
* | Easy way to force the discarding of the user's font cache file (especially af... | Jeremias Maerki | 2008-02-13 | 1 | -2/+6 |
* | Replace useless javadoc comment. | Jeremias Maerki | 2008-02-13 | 1 | -4/+3 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 104 | -3851/+3851 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 6 | -6/+6 |
* | Simplification. | Jeremias Maerki | 2008-02-12 | 1 | -4/+3 |
* | Bugzilla #44393: | Jeremias Maerki | 2008-02-12 | 1 | -1/+3 |
* | Missing file from r620283 | Andreas L. Delmelle | 2008-02-11 | 1 | -1/+12 |
* | Better javadoc for break class | Vincent Hennebert | 2008-02-11 | 2 | -5/+19 |
* | Fixed illegal character in the file | Vincent Hennebert | 2008-02-11 | 1 | -1/+1 |
* | Added full support for breaks inside table-cell elements | Vincent Hennebert | 2008-02-11 | 2 | -14/+62 |
* | Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi... | Andreas L. Delmelle | 2008-02-10 | 1 | -0/+29 |
* | Correction/Rectification of changes made in r617989: | Andreas L. Delmelle | 2008-02-10 | 1 | -153/+131 |
* | Missing file from r620272 | Andreas L. Delmelle | 2008-02-10 | 1 | -13/+29 |
* | Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl... | Andreas L. Delmelle | 2008-02-10 | 1 | -15/+29 |
* | Revisit background-position shorthand implementation: always convert to perce... | Andreas L. Delmelle | 2008-02-10 | 3 | -64/+147 |
* | Some minor tweaks: | Andreas L. Delmelle | 2008-02-10 | 3 | -9/+22 |
* | In addKnuthElementsForBorderPaddingXXX, if the returnlist is a | Simon Pepping | 2008-02-08 | 1 | -0/+16 |
* | Added missing width for Euro glyph. | Jeremias Maerki | 2008-02-08 | 1 | -0/+1 |
* | Also display the column index in the toString method | Vincent Hennebert | 2008-02-08 | 1 | -0/+1 |
* | Removed the 900 penalty mechanism which anyway almost always produced visuall... | Vincent Hennebert | 2008-02-08 | 6 | -281/+505 |
* | Tweak: modify PercentLength.toString() to return a value that facilitates deb... | Andreas L. Delmelle | 2008-02-07 | 1 | -11/+13 |
* | Tweak: early percentage resolution by the parser (if the base is known and ab... | Andreas L. Delmelle | 2008-02-07 | 3 | -2/+37 |
* | Bugfix for date formatting with negative time zones in the PDF's Info object. | Jeremias Maerki | 2008-02-07 | 1 | -20/+31 |
* | Added an option to disable the default sRGB profile in PDF output for those w... | Jeremias Maerki | 2008-02-07 | 4 | -8/+48 |
* | Bugzilla #36391: | Jeremias Maerki | 2008-02-06 | 4 | -40/+87 |
* | FOX_TRANSFORM constant should be static. | Jeremias Maerki | 2008-02-05 | 1 | -1/+2 |
* | Change PDFPage to use PDFDictionary in order to make it possible to better se... | Jeremias Maerki | 2008-02-05 | 4 | -133/+73 |
* | Bugzilla 43705: | Andreas L. Delmelle | 2008-02-03 | 1 | -6/+24 |
* | Added very basic parsing for the xml:lang shorthand. | Andreas L. Delmelle | 2008-02-03 | 4 | -7/+74 |