| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla #44744:
| Jeremias Maerki | 2008-04-04 | 1 | -4/+2 |
* | Bugzilla #44743:
| Jeremias Maerki | 2008-04-04 | 1 | -3/+11 |
* | Oops. Fixed a last-minute change that broke the build. | Jeremias Maerki | 2008-04-03 | 1 | -1/+1 |
* | Bugzilla #44737: | Jeremias Maerki | 2008-04-03 | 12 | -210/+439 |
* | Added missing code for determining the PDF Flags. The removes the need to hav... | Jeremias Maerki | 2008-03-31 | 1 | -7/+20 |
* | Fixed possible NullPointerException in AFM kerning table build code. | Jeremias Maerki | 2008-03-31 | 1 | -2/+2 |
* | When a JPEG image is embedded, an optionally embedded color profile is filter... | Jeremias Maerki | 2008-03-27 | 2 | -2/+109 |
* | Added support for addressing all glyphs available in a Type 1 font, not just ... | Jeremias Maerki | 2008-03-27 | 36 | -740/+1626 |
* | Cleanup and minor refactoring: | Andreas L. Delmelle | 2008-03-23 | 19 | -139/+79 |
* | Merged revisions 636400-636405,636407-638388 via svnmerge from | Vincent Hennebert | 2008-03-18 | 41 | -5412/+60 |
* | Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in... | Vincent Hennebert | 2008-03-14 | 3 | -8/+6 |
* | Bugzilla #44412: | Jeremias Maerki | 2008-03-14 | 3 | -6/+8 |
* | Removed no longer used borderAndPaddingBPD field | Vincent Hennebert | 2008-03-12 | 1 | -17/+0 |
* | Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd) | Vincent Hennebert | 2008-03-11 | 1 | -1/+1 |
* | Bugfix for row/body/col background painting when padding is used in the table... | Jeremias Maerki | 2008-03-10 | 1 | -8/+14 |
* | Need to clean up after myself. | Jeremias Maerki | 2008-03-10 | 2 | -3/+2 |
* | Bugfix: forced break ignored when the minimum height of a table-row isn't rea... | Vincent Hennebert | 2008-03-10 | 5 | -183/+209 |
* | Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le... | Jeremias Maerki | 2008-03-10 | 20 | -124/+185 |
* | - Fixed the rendering of the area of a table corresponding to border-separati... | Vincent Hennebert | 2008-03-05 | 6 | -135/+367 |
* | Bugfix: If there's shrink available in an auto-height situation, the differen... | Jeremias Maerki | 2008-03-04 | 1 | -1/+7 |
* | Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve d... | Jeremias Maerki | 2008-03-04 | 1 | -3/+6 |
* | Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding in... | Jeremias Maerki | 2008-02-29 | 1 | -2/+10 |
* | Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions p... | Andreas L. Delmelle | 2008-02-28 | 1 | -1/+1 |
* | Minor tweaks/updates: | Andreas L. Delmelle | 2008-02-28 | 1 | -64/+35 |
* | Slight improvement for thin lines in Java2D/AWT output. | Jeremias Maerki | 2008-02-28 | 1 | -0/+2 |
* | bpBeforeNormal and bpAfterNormal already include border-separation, no need t... | Vincent Hennebert | 2008-02-27 | 1 | -1/+0 |
* | Bugzilla #44497:
| Jeremias Maerki | 2008-02-27 | 1 | -5/+1 |
* | Moved the getBody method into PrimaryGridUnit, since it's only needed there a... | Vincent Hennebert | 2008-02-26 | 4 | -17/+15 |
* | Reverted revision 603590 which broke the AFP renderer. The other changes afte... | Jeremias Maerki | 2008-02-26 | 58 | -5221/+1165 |
* | - added full support for keep-with-previous on table-row and in table-cell | Vincent Hennebert | 2008-02-25 | 17 | -295/+342 |
* | Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al... | Jeremias Maerki | 2008-02-25 | 1 | -7/+13 |
* | Fixed backward compatiblity with 1.4 | Maximilian Berger | 2008-02-22 | 1 | -2/+2 |
* | Turned on XInclude processing for the main source given on the command line. | Maximilian Berger | 2008-02-21 | 1 | -3/+28 |
* | 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 | 2 | -15/+35 |
* | 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 | 9 | -43/+317 |
* | 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 | 5 | -53/+236 |
* | 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 |