aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add code guards around log statements for better performance when they are di...Vincent Hennebert2007-02-281-2/+6
* Rename a local variable in the getNextStep method for clarity, and convert it...Vincent Hennebert2007-02-271-3/+3
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
* Add an ending slash to base URLs when they don't have one, in order to better...Vincent Hennebert2007-02-271-10/+20
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* PCL: Support for text decoration for text painted using bitmaps/Java2D.Jeremias Maerki2007-02-221-3/+52
* corrected imports that were messed up by my IDE in the last commit. Grumble...Chris Bowditch2007-02-221-2/+5
* quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"Chris Bowditch2007-02-221-7/+11
* Slight correction: value of "inherit" was not yet handled; delegate to the su...Andreas L. Delmelle2007-02-181-35/+39
* Minor update of the documentation: warning is only relevant for FOP 0.20.xAndreas L. Delmelle2007-02-181-1/+1
* Attempted to improve/fix documentation on images. There was some out-dated an...Jeremias Maerki2007-02-161-58/+122
* Corrected an error in the subversion links for release 0.93: it livesSimon Pepping2007-02-162-6/+6
* Stricter user config file validation.Vincent Hennebert2007-02-1412-168/+451
* Shortened the Bugzilla link a bit.Jeremias Maerki2007-02-141-1/+1
* Document the usage of the ServletContextURIResolver.Jeremias Maerki2007-02-091-0/+65