aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* changes to support named destinationJay Bryant2007-04-011-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524600 13f79535-47bb-0310-9956-ffa450edef68
* Removed misleading comment.Jeremias Maerki2007-04-011-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524578 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for keep-with-next inside tables:Jeremias Maerki2007-04-011-0/+6
| | | | | | Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524571 13f79535-47bb-0310-9956-ffa450edef68
* - fix the painting of borders for spanning cells in collapsing modelVincent Hennebert2007-03-303-97/+129
| | | | | | | | - rename gridUnit into primaryGridUnit in TableCellLM for clarity - fix some checkstyle issues git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524062 13f79535-47bb-0310-9956-ffa450edef68
* minor typo fixClay Leeds2007-03-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523562 13f79535-47bb-0310-9956-ffa450edef68
* Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ↵Jeremias Maerki2007-03-281-3/+8
| | | | | | | | and give a nicer warning message. Log the event when a CMYK JPEG with an APPE marker is encountered. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523452 13f79535-47bb-0310-9956-ffa450edef68
* Replace deprecated addBorders method with the new ones in addAreasVincent Hennebert2007-03-281-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523374 13f79535-47bb-0310-9956-ffa450edef68
* TableRowIterator:Vincent Hennebert2007-03-283-119/+121
| | | | | | | | | | | - bugfix: add the correct grid unit for a col span RowPainter.addAreasAndFlushRow: - substract a part of this method into another method - avoid calling it twice by properly resetting lastRow - simplify it thanks to the previous point and the bugfix above git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523349 13f79535-47bb-0310-9956-ffa450edef68
* Factorize in a method the code handling TableContentPosition elements, in ↵Vincent Hennebert2007-03-271-22/+22
| | | | | | TableContentLayoutManager. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522908 13f79535-47bb-0310-9956-ffa450edef68
* Added an Area of Expertise for Jay BryantJay Bryant2007-03-241-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522061 13f79535-47bb-0310-9956-ffa450edef68
* Some more comments for RowPainter.Jeremias Maerki2007-03-232-1/+18
| | | | | | Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521744 13f79535-47bb-0310-9956-ffa450edef68
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-7/+23
| | | | | | Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521713 13f79535-47bb-0310-9956-ffa450edef68
* Avoid an IndexOutOfBoundsException when more columns are used than are ↵Jeremias Maerki2007-03-231-2/+8
| | | | | | specified even though this is illegal with fixed table layout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521640 13f79535-47bb-0310-9956-ffa450edef68
* Small improvements in the SpaceResolver class:Vincent Hennebert2007-03-221-3/+3
| | | | | | | | - constructor made private as it shouldn't be called by other classes - inner classes made static; they are candidate for later becoming top-level classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521185 13f79535-47bb-0310-9956-ffa450edef68
* Updated the website deployment process.Jeremias Maerki2007-03-211-10/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520894 13f79535-47bb-0310-9956-ffa450edef68
* Note about relative URLsJeremias Maerki2007-03-212-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520886 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem with the auto-rotate-landscape setting in the PostScript ↵Jeremias Maerki2007-03-211-6/+13
| | | | | | renderer. It didn't generate the right setpagedevice command. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520797 13f79535-47bb-0310-9956-ffa450edef68
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-1910-71/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@519975 13f79535-47bb-0310-9956-ffa450edef68
* Some javadoc and variables renaming in TableStepper.Vincent Hennebert2007-03-131-28/+46
| | | | | | | I finally grasped the actual meaning of this rowSpanPending variable... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517814 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an IllegalArgumentException for absolutely positioned block-containers ↵Jeremias Maerki2007-03-121-1/+3
| | | | | | with a border and no height/bpd set. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517415 13f79535-47bb-0310-9956-ffa450edef68
* Correction of a typo; reported by Paul VinkenoogAndreas L. Delmelle2007-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517356 13f79535-47bb-0310-9956-ffa450edef68
* Reverted revisions 515217 and 515219. I wonder how those SVN-related files ↵Jeremias Maerki2007-03-0747-1198/+0
| | | | | | ended up being committed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515596 13f79535-47bb-0310-9956-ffa450edef68
* Moved Jay Bryant from Contributor to CommitterJay Bryant2007-03-061-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515220 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 ↵Jay Bryant2007-03-0624-0/+600
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 ↵Jay Bryant2007-03-0623-0/+598
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Extract sub-classes from TableContentLayoutManager and make them top-level ↵Vincent Hennebert2007-03-067-197/+282
| | | | | | classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515041 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513970 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513969 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if no images are used in the document.Jeremias Maerki2007-03-021-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513865 13f79535-47bb-0310-9956-ffa450edef68
* Update the documentation for the PostScript renderer.Jeremias Maerki2007-03-021-1/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513862 13f79535-47bb-0310-9956-ffa450edef68
* Added support for an optional two-pass production for PostScript output to ↵Jeremias Maerki2007-03-026-105/+668
| | | | | | | | minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons. A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513857 13f79535-47bb-0310-9956-ffa450edef68
* Allow the file parameters to be resolved by the URIResolver.Jeremias Maerki2007-03-021-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513845 13f79535-47bb-0310-9956-ffa450edef68
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513840 13f79535-47bb-0310-9956-ffa450edef68
* Small simplification: remove an unneeded parameter from the getContentHeight ↵Vincent Hennebert2007-03-011-3/+8
| | | | | | method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513407 13f79535-47bb-0310-9956-ffa450edef68
* Small factorization: put painter.addAreasAndFlushRow at the end of ↵Vincent Hennebert2007-03-011-3/+1
| | | | | | iterateAndPaintPositions since each time the former method is called immediately after the latter git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513271 13f79535-47bb-0310-9956-ffa450edef68
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279
| | | | | | | This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512810 13f79535-47bb-0310-9956-ffa450edef68
* Add code guards around log statements for better performance when they are ↵Vincent Hennebert2007-02-281-2/+6
| | | | | | disabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512661 13f79535-47bb-0310-9956-ffa450edef68
* Rename a local variable in the getNextStep method for clarity, and convert ↵Vincent Hennebert2007-02-271-3/+3
| | | | | | it from an integer to a boolean git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512269 13f79535-47bb-0310-9956-ffa450edef68
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512266 13f79535-47bb-0310-9956-ffa450edef68
* Add an ending slash to base URLs when they don't have one, in order to ↵Vincent Hennebert2007-02-271-10/+20
| | | | | | | | | better match user expectations. Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512185 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
| | | | | | | | Preserved linefeeds now generate an empty line. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510626 13f79535-47bb-0310-9956-ffa450edef68
* PCL: Support for text decoration for text painted using bitmaps/Java2D.Jeremias Maerki2007-02-221-3/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510616 13f79535-47bb-0310-9956-ffa450edef68
* corrected imports that were messed up by my IDE in the last commit. Grumble...Chris Bowditch2007-02-221-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510550 13f79535-47bb-0310-9956-ffa450edef68
* quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"Chris Bowditch2007-02-221-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510531 13f79535-47bb-0310-9956-ffa450edef68
* Slight correction: value of "inherit" was not yet handled; delegate to the ↵Andreas L. Delmelle2007-02-181-35/+39
| | | | | | superclass in that case git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508890 13f79535-47bb-0310-9956-ffa450edef68
* Minor update of the documentation: warning is only relevant for FOP 0.20.xAndreas L. Delmelle2007-02-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508889 13f79535-47bb-0310-9956-ffa450edef68
* Attempted to improve/fix documentation on images. There was some out-dated ↵Jeremias Maerki2007-02-161-58/+122
| | | | | | and wrong information on the page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508559 13f79535-47bb-0310-9956-ffa450edef68
* Corrected an error in the subversion links for release 0.93: it livesSimon Pepping2007-02-162-6/+6
| | | | | | | in tags not in branches git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508542 13f79535-47bb-0310-9956-ffa450edef68
* Stricter user config file validation.Vincent Hennebert2007-02-1412-168/+451
| | | | | | | | | Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs. Invalid resource paths should be catched now. Fixes bug #40120. Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507539 13f79535-47bb-0310-9956-ffa450edef68
* Shortened the Bugzilla link a bit.Jeremias Maerki2007-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507515 13f79535-47bb-0310-9956-ffa450edef68