| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay! | Vincent Hennebert | 2007-04-03 | 1 | -0/+4 |
* | No change; just add svn:keywords and svn:Id properties on new files | Vincent Hennebert | 2007-04-03 | 7 | -651/+651 |
* | - fix minor checkstyle issues | Vincent Hennebert | 2007-04-03 | 7 | -8/+64 |
* | New class to support named destinations | Jay Bryant | 2007-04-02 | 1 | -0/+112 |
* | In collapsing-border model, tables have no padding and borders are determined... | Vincent Hennebert | 2007-04-02 | 1 | -2/+4 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 1 | -1/+2 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 1 | -1/+11 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 6 | -10/+481 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -0/+3 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -1/+23 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -2/+5 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 3 | -0/+171 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 3 | -5/+6 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -0/+12 |
* | Removed misleading comment. | Jeremias Maerki | 2007-04-01 | 1 | -5/+1 |
* | Bugfix for keep-with-next inside tables: | Jeremias Maerki | 2007-04-01 | 1 | -0/+6 |
* | - fix the painting of borders for spanning cells in collapsing model | Vincent Hennebert | 2007-03-30 | 3 | -97/+129 |
* | minor typo fix | Clay Leeds | 2007-03-29 | 1 | -2/+2 |
* | Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ... | Jeremias Maerki | 2007-03-28 | 1 | -3/+8 |
* | Replace deprecated addBorders method with the new ones in addAreas | Vincent Hennebert | 2007-03-28 | 1 | -2/+4 |
* | TableRowIterator: | Vincent Hennebert | 2007-03-28 | 3 | -119/+121 |
* | Factorize in a method the code handling TableContentPosition elements, in Tab... | Vincent Hennebert | 2007-03-27 | 1 | -22/+22 |
* | Added an Area of Expertise for Jay Bryant | Jay Bryant | 2007-03-24 | 1 | -0/+14 |
* | Some more comments for RowPainter. | Jeremias Maerki | 2007-03-23 | 2 | -1/+18 |
* | Better document some of the code in RowPainter. | Jeremias Maerki | 2007-03-23 | 1 | -7/+23 |
* | Avoid an IndexOutOfBoundsException when more columns are used than are specif... | Jeremias Maerki | 2007-03-23 | 1 | -2/+8 |
* | Small improvements in the SpaceResolver class: | Vincent Hennebert | 2007-03-22 | 1 | -3/+3 |
* | Updated the website deployment process. | Jeremias Maerki | 2007-03-21 | 1 | -10/+26 |
* | Note about relative URLs | Jeremias Maerki | 2007-03-21 | 2 | -0/+10 |
* | Fixed a problem with the auto-rotate-landscape setting in the PostScript rend... | Jeremias Maerki | 2007-03-21 | 1 | -6/+13 |
* | Documentation, cleanup, log statements in the table layout code. | Vincent Hennebert | 2007-03-19 | 10 | -71/+190 |
* | Some javadoc and variables renaming in TableStepper. | Vincent Hennebert | 2007-03-13 | 1 | -28/+46 |
* | Fixed an IllegalArgumentException for absolutely positioned block-containers ... | Jeremias Maerki | 2007-03-12 | 1 | -1/+3 |
* | Correction of a typo; reported by Paul Vinkenoog | Andreas L. Delmelle | 2007-03-12 | 1 | -1/+1 |
* | Reverted revisions 515217 and 515219. I wonder how those SVN-related files en... | Jeremias Maerki | 2007-03-07 | 47 | -1198/+0 |
* | Moved Jay Bryant from Contributor to Committer | Jay Bryant | 2007-03-06 | 1 | -4/+2 |
* | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f... | Jay Bryant | 2007-03-06 | 24 | -0/+600 |
* | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f... | Jay Bryant | 2007-03-06 | 23 | -0/+598 |
* | Extract sub-classes from TableContentLayoutManager and make them top-level cl... | Vincent Hennebert | 2007-03-06 | 7 | -197/+282 |
* | Tweak: add FO context info to clarify the message. | Andreas L. Delmelle | 2007-03-02 | 1 | -2/+2 |
* | Tweak: add FO context info to clarify the message. | Andreas L. Delmelle | 2007-03-02 | 1 | -1/+2 |
* | Avoid NPE if no images are used in the document. | Jeremias Maerki | 2007-03-02 | 1 | -0/+6 |
* | Update the documentation for the PostScript renderer. | Jeremias Maerki | 2007-03-02 | 1 | -1/+31 |
* | Added support for an optional two-pass production for PostScript output to mi... | Jeremias Maerki | 2007-03-02 | 6 | -105/+668 |
* | Allow the file parameters to be resolved by the URIResolver. | Jeremias Maerki | 2007-03-02 | 1 | -1/+10 |
* | renderer may be null when called from the PDFTranscoder. | Jeremias Maerki | 2007-03-02 | 1 | -3/+5 |
* | Small simplification: remove an unneeded parameter from the getContentHeight ... | Vincent Hennebert | 2007-03-01 | 1 | -3/+8 |
* | Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd... | Vincent Hennebert | 2007-03-01 | 1 | -3/+1 |
* | Extract RowPainter from TableContentLayoutManager and make it a top-level class. | Vincent Hennebert | 2007-02-28 | 2 | -240/+279 |
* | Add code guards around log statements for better performance when they are di... | Vincent Hennebert | 2007-02-28 | 1 | -2/+6 |