| Commit message (Expand) | Author | Age | Files | Lines |
* | Update status.xml for r1088242 | Andreas L. Delmelle | 2011-04-03 | 1 | -0/+4 |
* | Bugzilla 50988: Fixed a NullPointerException in case a fo:character was remov... | Andreas L. Delmelle | 2011-04-03 | 2 | -0/+58 |
* | Oops... Give the right people credit. | Andreas L. Delmelle | 2011-04-03 | 1 | -2/+2 |
* | Update status.xml for r1088231 and r1088234 | Andreas L. Delmelle | 2011-04-03 | 1 | -0/+8 |
* | Bugzilla 50987: Fixed an issue where a link was added to the parent tree inst... | Andreas L. Delmelle | 2011-04-03 | 1 | -1/+1 |
* | Bugzilla 50986: Fixed an issue where invalid PDF page content was generated d... | Andreas L. Delmelle | 2011-04-03 | 1 | -1/+1 |
* | Minor code fixups | Andreas L. Delmelle | 2011-04-02 | 1 | -25/+25 |
* | Properly fix the case of unresolved bookmarks for the intermediate format: by... | Andreas L. Delmelle | 2011-03-27 | 2 | -10/+9 |
* | Temporarily disable new test added in r1085824 | Andreas L. Delmelle | 2011-03-27 | 1 | -6/+6 |
* | Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex... | Andreas L. Delmelle | 2011-03-26 | 4 | -3/+17 |
* | Forgot to include status.xml | Andreas L. Delmelle | 2011-03-26 | 1 | -0/+4 |
* | Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins w... | Andreas L. Delmelle | 2011-03-26 | 2 | -0/+59 |
* | Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such... | Vincent Hennebert | 2011-03-24 | 14 | -33/+449 |
* | Bugfix: keep-together does not apply to fo:table-cell | Vincent Hennebert | 2011-03-22 | 6 | -10/+85 |
* | Fixed spurious table warnings | Vincent Hennebert | 2011-03-22 | 1 | -3/+3 |
* | Bugfix: keep-together on a table containing row-spanning cells was not honored | Vincent Hennebert | 2011-03-21 | 3 | -3/+73 |
* | toString() method for BFEntry. | Jeremias Maerki | 2011-03-18 | 1 | -0/+10 |
* | Renamed Viewport into InlineViewport | Vincent Hennebert | 2011-03-15 | 12 | -34/+41 |
* | Bugzilla #49910: clipping rectangle is wrong on side-regions | Vincent Hennebert | 2011-03-14 | 16 | -63/+331 |
* | Delisting Alexander Kiel and Renaud Richardet as active contributors | Simon Pepping | 2011-03-14 | 1 | -7/+0 |
* | Changing Max Berger, Jay Bryant, Luca Furini, Christian Geisert, Manuel Mall,... | Simon Pepping | 2011-03-14 | 1 | -32/+8 |
* | Bugzilla #50196: padding-start ignored when table-header/footer is repeated. | Vincent Hennebert | 2011-03-09 | 3 | -12/+100 |
* | Deleted Active Contributor Manoj Nair who hasn't been active since 2008 and a... | Chris Bowditch | 2011-03-09 | 1 | -3/+3 |
* | b49835 | Andreas L. Delmelle | 2011-03-07 | 4 | -6/+177 |
* | added Glenn Adams as an active contributor | Chris Bowditch | 2011-03-04 | 1 | -1/+10 |
* | Customizing the Gump runs from our build file rather than from the Gump descr... | Jeremias Maerki | 2011-03-02 | 1 | -2/+14 |
* | Fix for a potential NPE when painting vector graphics with non-sRGB colors. | Jeremias Maerki | 2011-02-26 | 2 | -2/+13 |
* | Cleanup: catch more specific exception types to capture the intention better ... | Andreas L. Delmelle | 2011-02-22 | 1 | -44/+29 |
* | Cleanup unused field + dead/commented code | Andreas L. Delmelle | 2011-02-22 | 1 | -20/+2 |
* | Fix FindBugs warning... | Andreas L. Delmelle | 2011-02-22 | 1 | -2/+1 |
* | Better way to eliminate FindBugs warning? | Andreas L. Delmelle | 2011-02-21 | 1 | -0/+1 |
* | Use chained append() rather than string concatenation (better practice) | Andreas L. Delmelle | 2011-02-18 | 1 | -5/+5 |
* | Fixing checkstyle errors and hiding fingbugs errors | Simon Pepping | 2011-02-18 | 2 | -1/+49 |
* | Fix scaling bug manifesting with source resolutions other than 72dpi. | Jeremias Maerki | 2011-02-16 | 1 | -9/+35 |
* | Reverted changes accidentally made to toString in rev. 1071048 | Vincent Hennebert | 2011-02-16 | 1 | -5/+5 |
* | Revert unnecessary change (no checkstyle issue in this file; method unused, s... | Andreas L. Delmelle | 2011-02-15 | 1 | -24/+0 |
* | Checkstyle fix | Andreas L. Delmelle | 2011-02-15 | 1 | -6/+6 |
* | Checkstyle fixes | Andreas L. Delmelle | 2011-02-15 | 2 | -0/+28 |
* | Fix incorrect type safety | Andreas L. Delmelle | 2011-02-11 | 1 | -2/+3 |
* | Fixups, type safety... | Andreas L. Delmelle | 2011-02-11 | 1 | -82/+66 |
* | Minor fixups | Andreas L. Delmelle | 2011-02-11 | 2 | -21/+10 |
* | A few minor nits... | Andreas L. Delmelle | 2011-02-11 | 1 | -12/+8 |
* | Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me... | Andreas L. Delmelle | 2011-02-10 | 3 | -42/+31 |
* | Clean-ups, simplifications and improvements of AlignmentContext and ScaledBas... | Vincent Hennebert | 2011-02-10 | 4 | -395/+243 |
* | Oops. Merging mistake. | Jeremias Maerki | 2011-02-10 | 1 | -253/+0 |
* | Forgot to mention a fix. | Jeremias Maerki | 2011-02-10 | 1 | -0/+3 |
* | Re-integrate/merge Temp_Color branch into Trunk. | Jeremias Maerki | 2011-02-10 | 38 | -623/+2145 |
|\ |
|
| * | Fix deprecation.Temp_Color | Jeremias Maerki | 2011-02-10 | 1 | -6/+6 |
| * | Status update | Jeremias Maerki | 2011-02-10 | 1 | -0/+3 |
| * | Merge from Trunk, revisions 1060235 to 1069383. | Jeremias Maerki | 2011-02-10 | 114 | -2815/+2846 |
| |\
| |/
|/| |
|