aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/util
Commit message (Collapse)AuthorAgeFilesLines
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-2710-470/+150
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197384 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197099 13f79535-47bb-0310-9956-ffa450edef68
* Not needed anymore. Everything we need is in Commons IO.Jeremias Maerki2003-11-071-243/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196992 13f79535-47bb-0310-9956-ffa450edef68
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-4/+4
| | | | | | | | | determining printable width and height for each page. Various method nitpicks also fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196974 13f79535-47bb-0310-9956-ffa450edef68
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ↵William Victor Mote2003-10-101-94/+0
| | | | | | instance methods in fonts.Font git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196954 13f79535-47bb-0310-9956-ffa450edef68
* port layout/FontState.getWordWidth from maintenance branchWilliam Victor Mote2003-10-071-12/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196947 13f79535-47bb-0310-9956-ffa450edef68
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196800 13f79535-47bb-0310-9956-ffa450edef68
* clean up gump javadoc warningsWilliam Victor Mote2003-07-064-55/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196628 13f79535-47bb-0310-9956-ffa450edef68
* Move here from org.apache.fop.render.psJeremias Maerki2003-07-047-0/+1050
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196599 13f79535-47bb-0310-9956-ffa450edef68
* Some touch-up for styleJeremias Maerki2003-07-041-12/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196595 13f79535-47bb-0310-9956-ffa450edef68
* Special OutputStream decorator that suppresses calls to the close() method. ↵Jeremias Maerki2003-03-271-0/+81
| | | | | | This is my new approach for handling filters. Before I used the Finalizable interface (see PS renderer). But that didn't work out for the PDF library. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196148 13f79535-47bb-0310-9956-ffa450edef68
* ColorSpace descendant representing an uncalibrated CMYK color space. Used to ↵Jeremias Maerki2003-03-151-0/+109
| | | | | | fix CMYK JPEG support. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196097 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-112-0/+475
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68