aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/util
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Correction of premature javadoc commit in r557035Andreas L. Delmelle2007-07-1810-68/+68
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-181-1/+6
* Undo changes of r556112Andreas L. Delmelle2007-07-1711-316/+68
* Addition of a general-purpose int-to-int map to replace Integer-to-Integer Ha...Andreas L. Delmelle2007-07-131-0/+248
* Bugzilla #42278:Jeremias Maerki2007-06-294-0/+346
* Bug #42476:Vincent Hennebert2007-05-291-0/+46
* Bugzilla #41831:Jeremias Maerki2007-05-281-0/+57
* Bugzilla #42109: Jeremias Maerki2007-05-211-5/+15
* Bugzilla #40729:Jeremias Maerki2006-11-133-32/+418
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2816-212/+228
* Don't do rounding here. The caller might now want that.Jeremias Maerki2006-05-311-4/+4
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-0/+24
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-071-0/+67
* Bugzilla #38946:Jeremias Maerki2006-05-031-0/+480
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-0/+231
* List NBSP under adjustable spaces in CharUtilities.Jeremias Maerki2006-04-101-1/+3
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-0410-1031/+5
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-12/+0
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-18/+56
* DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org...Jeremias Maerki2006-02-171-70/+224
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-174-1/+609
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-193-0/+224
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+64
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-143-5/+0
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-0/+13
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-051-0/+92
* Two constants I'd like to reuse elsewhere.Jeremias Maerki2005-08-241-2/+8
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-0/+113
* Bugzilla patch 31162:Jeremias Maerki2004-09-111-0/+261
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2710-470/+150
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-2/+0
* Not needed anymore. Everything we need is in Commons IO.Jeremias Maerki2003-11-071-243/+0
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-4/+4
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-94/+0
* port layout/FontState.getWordWidth from maintenance branchWilliam Victor Mote2003-10-071-12/+28
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-2/+2
* clean up gump javadoc warningsWilliam Victor Mote2003-07-064-55/+55
* Move here from org.apache.fop.render.psJeremias Maerki2003-07-047-0/+1050
* Some touch-up for styleJeremias Maerki2003-07-041-12/+18
* Special OutputStream decorator that suppresses calls to the close() method. T...Jeremias Maerki2003-03-271-0/+81
* ColorSpace descendant representing an uncalibrated CMYK color space. Used to ...Jeremias Maerki2003-03-151-0/+109
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-112-0/+475