aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla #36432: Jeremias Maerki2005-08-312-1/+14
| | | | | | | | | | | | | JAI image does not release all resources - reported by Stephen Denne - thanks! When loading an image provider whose support libraries are missing an exception is thrown which should really only be a warning and the next provider be tried. Submitted by: Manuel Mall <mm.at.arcus.com.au> Changes to the patch by JM: Log level for the warning changed to debug() because the binary distribution is compiled with JAI and JIMI support and this will cause a lot of inappropriate warnings for people just happy with ImageIO images. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264978 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36418: Jeremias Maerki2005-08-311-4/+7
| | | | | | | Documentation update for the "reload" change in the AWT Viewer. Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264974 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the use of Length property for baseline-shift.Finn Bock2005-08-302-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264890 13f79535-47bb-0310-9956-ffa450edef68
* added support for superscript and subscriptPeter Herweg2005-08-301-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264863 13f79535-47bb-0310-9956-ffa450edef68
* added support for superscript and subscriptPeter Herweg2005-08-302-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264856 13f79535-47bb-0310-9956-ffa450edef68
* Harmonization between the two Graphics2D implementations. Clipping is done ↵Jeremias Maerki2005-08-302-23/+32
| | | | | | | | after the transform. All path iterators use an identity transform which makes the PDF/PS code more readable and usually smaller. Added missing support for non-zero winding rule in PSGraphics2D. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264837 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary comments.Jeremias Maerki2005-08-301-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264834 13f79535-47bb-0310-9956-ffa450edef68
* Some clean-up.Jeremias Maerki2005-08-301-9/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264833 13f79535-47bb-0310-9956-ffa450edef68
* Write to log output (debug level) which image source is used to load an image.Jeremias Maerki2005-08-301-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264824 13f79535-47bb-0310-9956-ffa450edef68
* Fix for text-align2.xml (for real now). The alignment used to set up the ↵Jeremias Maerki2005-08-301-5/+11
| | | | | | element list was not properly determined. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264797 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ClassCastException as shown in text-align2 (Reported by Lawrence ↵Jeremias Maerki2005-08-301-3/+2
| | | | | | | | Michel). Wrong alignment was taken to remove trailing spaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264773 13f79535-47bb-0310-9956-ffa450edef68
* added support for text-decorationPeter Herweg2005-08-293-46/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264639 13f79535-47bb-0310-9956-ffa450edef68
* Moved renderInlineBlockParent() up to the superclass. Fixes border and ↵Jeremias Maerki2005-08-292-12/+12
| | | | | | background painting for inline block parents in PostScript. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264147 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the page coordinate system for the PDF Renderer (Defect: Rounding and ↵Jeremias Maerki2005-08-292-24/+46
| | | | | | rounding errors). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264145 13f79535-47bb-0310-9956-ffa450edef68
* Character positioning array can easily become too long so break them after ↵Jeremias Maerki2005-08-291-1/+5
| | | | | | every eigth value. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264130 13f79535-47bb-0310-9956-ffa450edef68
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-7/+23
| | | | | | | Test cases without checks will fail from now on!!! Checks for certain test cases and the others are added to the disabled list. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264120 13f79535-47bb-0310-9956-ffa450edef68
* Made the warnings more verbose.Jeremias Maerki2005-08-291-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264117 13f79535-47bb-0310-9956-ffa450edef68
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264116 13f79535-47bb-0310-9956-ffa450edef68
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264115 13f79535-47bb-0310-9956-ffa450edef68
* Set the background a little later, after the IPD is set. A block area grows ↵Jeremias Maerki2005-08-291-2/+2
| | | | | | as necessary so this doesn't currently fix the problem that the background traits are set before the BPD is known. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264114 13f79535-47bb-0310-9956-ffa450edef68
* A little more debug output.Jeremias Maerki2005-08-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264113 13f79535-47bb-0310-9956-ffa450edef68
* Write the start-indent trait to the area tree XML.Jeremias Maerki2005-08-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264111 13f79535-47bb-0310-9956-ffa450edef68
* Note about missing background on table-body, table-header and table-footer.Jeremias Maerki2005-08-291-7/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264100 13f79535-47bb-0310-9956-ffa450edef68
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263924 13f79535-47bb-0310-9956-ffa450edef68
* Added warning for unimplemented featureAndreas L. Delmelle2005-08-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263923 13f79535-47bb-0310-9956-ffa450edef68
* RTF: borders had been too thick: divide by 50 to convert from millipoint to ↵Peter Herweg2005-08-281-1/+2
| | | | | | twips git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263896 13f79535-47bb-0310-9956-ffa450edef68
* fixed support for basic-link; process table-footer only, if there is onePeter Herweg2005-08-281-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263886 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36391: Jeremias Maerki2005-08-271-4/+7
| | | | | | | Fix for negative values for reference orientation. CTM was wrong. Submitted by: Yannick Valot <yvalot.at.gmail.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240459 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36394: Jeremias Maerki2005-08-271-0/+1
| | | | | | Bugfix for painting a single character. Text painting code was not enclosed in "BT" and "ET" commands. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240423 13f79535-47bb-0310-9956-ffa450edef68
* Bugfixes and code cleanup: Jeremias Maerki2005-08-261-136/+109
| | | | | | | | - processPathIterator method like in PSGraphics2D to reduce duplicate code. - draw() and fill() coding styles synchronized (which fixes a bug reported by Lawrence Michel) - Higher resolution for many (not all!) formatted doubles to address the problem reported by Martin Weindel in Bugzilla #35918. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240344 13f79535-47bb-0310-9956-ffa450edef68
* Fix problem with SVG painting. ET was not sent.Jeremias Maerki2005-08-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240266 13f79535-47bb-0310-9956-ffa450edef68
* Add support for character area.Jeremias Maerki2005-08-261-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240261 13f79535-47bb-0310-9956-ffa450edef68
* Common base class for TextArea and Character. These two might even be merged ↵Jeremias Maerki2005-08-264-77/+71
| | | | | | altogether. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240260 13f79535-47bb-0310-9956-ffa450edef68
* The necessary SVN properties.Jeremias Maerki2005-08-261-64/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240183 13f79535-47bb-0310-9956-ffa450edef68
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-266-51/+55
| | | | | | | | fo objects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240173 13f79535-47bb-0310-9956-ffa450edef68
* Removed debug output.Finn Bock2005-08-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240172 13f79535-47bb-0310-9956-ffa450edef68
* Initial version of a property maker that calculate default values for Finn Bock2005-08-261-0/+65
| | | | | | | | border-*-precedence. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240171 13f79535-47bb-0310-9956-ffa450edef68
* fixed support for tables and listsPeter Herweg2005-08-251-39/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240144 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bug where the specified value was inherite for percentages onFinn Bock2005-08-252-12/+4
| | | | | | | | line-height. It is only for numbers that the specified is inherited. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240118 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 35940Luca Furini2005-08-251-5/+41
| | | | | | Some more checks in order to remove all the elements representing trailing spaces at the end of a paragraph git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240050 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for block-container-abs6 which didn't paint correctly in PostScript ↵Jeremias Maerki2005-08-251-0/+1
| | | | | | after the latest changes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240019 13f79535-47bb-0310-9956-ffa450edef68
* Kerning is currently not supported by the layout engine, so disable it for ↵Jeremias Maerki2005-08-252-2/+14
| | | | | | PDF and add a TODO item for PS. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@240012 13f79535-47bb-0310-9956-ffa450edef68
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-244-119/+139
| | | | | | Moved text-decoration painting to the common base class and reused the border line painting method for this purpose. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239925 13f79535-47bb-0310-9956-ffa450edef68
* Two constants I'd like to reuse elsewhere.Jeremias Maerki2005-08-241-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239924 13f79535-47bb-0310-9956-ffa450edef68
* Updated license page and some nit-picking in skinconf.Jeremias Maerki2005-08-242-52/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239920 13f79535-47bb-0310-9956-ffa450edef68
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-2411-61/+64
| | | | | | Doing a clean separation of encoded and decoded data inside the image implementations. Helps fix a problem with the encoded CCITT TIFF being sent to the PS output even though this is not yet implemented. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239661 13f79535-47bb-0310-9956-ffa450edef68
* xmlgraphics.apache.org/fop is now live.Jeremias Maerki2005-08-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239451 13f79535-47bb-0310-9956-ffa450edef68
* Rewrite DocMgmt docs to use Forrest 0.7 and a local ForrestBot.Jeremias Maerki2005-08-231-100/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239450 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce they user's hyphenation patterns into the build process.Simon Pepping2005-08-231-22/+34
| | | | | | | Fix a bug in the jar-hyphenation target. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239447 13f79535-47bb-0310-9956-ffa450edef68
* Fixes a bug where the bitmaps were not loaded at all.Jeremias Maerki2005-08-231-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239424 13f79535-47bb-0310-9956-ffa450edef68