aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow for the case where a block-container occurs inside an inlineSimon Pepping2007-04-031-3/+7
* Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay!Vincent Hennebert2007-04-031-0/+4
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-037-651/+651
* - fix minor checkstyle issuesVincent Hennebert2007-04-037-8/+64
* New class to support named destinationsJay Bryant2007-04-021-0/+112
* In collapsing-border model, tables have no padding and borders are determined...Vincent Hennebert2007-04-021-2/+4
* changes to support named destinationsJay Bryant2007-04-011-1/+2
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* changes to support named destinationsJay Bryant2007-04-016-10/+481
* changes to support named destinationJay Bryant2007-04-011-0/+3
* changes to support named destinationJay Bryant2007-04-011-1/+23
* changes to support named destinationJay Bryant2007-04-011-2/+5
* changes to support named destinationJay Bryant2007-04-013-0/+171
* changes to support named destinationJay Bryant2007-04-013-5/+6
* changes to support named destinationJay Bryant2007-04-011-0/+12
* Removed misleading comment.Jeremias Maerki2007-04-011-5/+1
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+6
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-303-97/+129
* minor typo fixClay Leeds2007-03-291-2/+2
* Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ...Jeremias Maerki2007-03-281-3/+8
* Replace deprecated addBorders method with the new ones in addAreasVincent Hennebert2007-03-281-2/+4
* TableRowIterator:Vincent Hennebert2007-03-283-119/+121
* Factorize in a method the code handling TableContentPosition elements, in Tab...Vincent Hennebert2007-03-271-22/+22
* Added an Area of Expertise for Jay BryantJay Bryant2007-03-241-0/+14
* Some more comments for RowPainter.Jeremias Maerki2007-03-232-1/+18
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-7/+23
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-231-2/+8
* Small improvements in the SpaceResolver class:Vincent Hennebert2007-03-221-3/+3
* Updated the website deployment process.Jeremias Maerki2007-03-211-10/+26
* Note about relative URLsJeremias Maerki2007-03-212-0/+10
* Fixed a problem with the auto-rotate-landscape setting in the PostScript rend...Jeremias Maerki2007-03-211-6/+13
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-1910-71/+190
* Some javadoc and variables renaming in TableStepper.Vincent Hennebert2007-03-131-28/+46
* Fixed an IllegalArgumentException for absolutely positioned block-containers ...Jeremias Maerki2007-03-121-1/+3
* Correction of a typo; reported by Paul VinkenoogAndreas L. Delmelle2007-03-121-1/+1
* Reverted revisions 515217 and 515219. I wonder how those SVN-related files en...Jeremias Maerki2007-03-0747-1198/+0
* Moved Jay Bryant from Contributor to CommitterJay Bryant2007-03-061-4/+2
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f...Jay Bryant2007-03-0624-0/+600
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f...Jay Bryant2007-03-0623-0/+598
* Extract sub-classes from TableContentLayoutManager and make them top-level cl...Vincent Hennebert2007-03-067-197/+282
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-2/+2
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-1/+2
* Avoid NPE if no images are used in the document.Jeremias Maerki2007-03-021-0/+6
* Update the documentation for the PostScript renderer.Jeremias Maerki2007-03-021-1/+31
* Added support for an optional two-pass production for PostScript output to mi...Jeremias Maerki2007-03-026-105/+668
* Allow the file parameters to be resolved by the URIResolver.Jeremias Maerki2007-03-021-1/+10
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
* Small simplification: remove an unneeded parameter from the getContentHeight ...Vincent Hennebert2007-03-011-3/+8
* Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...Vincent Hennebert2007-03-011-3/+1
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279