aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - fix minor checkstyle issuesVincent Hennebert2007-04-038-8/+67
* 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-013-0/+79
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-303-97/+129
* Add explicit border-collapse="separate" property in preparation for the imple...Vincent Hennebert2007-03-301-4/+4
* 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
* Fix typo in RowPainter property: svn:kewords -> svn:keywordsVincent Hennebert2007-03-280-0/+0
* TableRowIterator:Vincent Hennebert2007-03-283-119/+121
* Factorize in a method the code handling TableContentPosition elements, in Tab...Vincent Hennebert2007-03-271-22/+22
* - add border-collapse="separate" to the properties of tables in some testcase...Vincent Hennebert2007-03-272-257/+257
* Added an Area of Expertise for Jay BryantJay Bryant2007-03-241-0/+14
* Some more comments for RowPainter.Jeremias Maerki2007-03-233-1/+102
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-232-8/+25
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-232-2/+83
* 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-212-6/+17
* 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-123-20/+36
* 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
* Update fop.bat to use the latest XML Graphics Commons libraryVincent Hennebert2007-03-071-1/+1
* 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-029-105/+672
* 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