aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* Addressed some of the comments made by VH re:Temp_URI_Unification mergeMehdi Houshmand2012-07-046-10/+18
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-033-8/+12
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-262-1/+19
* Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-226-31/+90
* Added tests and cleaning up of codeMehdi Houshmand2012-06-203-96/+4
* Added class missing from last commitMehdi Houshmand2012-06-201-0/+153
* Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-157-69/+34
* Deleted FOURIResolver classMehdi Houshmand2012-06-142-378/+0
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-148-157/+84
* Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-114-27/+246
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-3115-982/+1986
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-022-2/+5
* apply complex scripts patchGlenn Adams2012-02-263-0/+45
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-1/+2
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-14/+16
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-6/+1
* Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-101-8/+2
|\
| * Avoid deconstructing and reconstructing the base URI of theSimon Pepping2011-01-201-8/+2
* | Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache(...Jeremias Maerki2011-01-181-22/+9
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-183-27/+177
|\|
| * Bugfix: Extracting the base directory through Configuration.getLocation() did...Jeremias Maerki2011-01-171-2/+8
| * Relative URIs in the configuration file are evaluated relative to the base UR...Simon Pepping2011-01-142-5/+57
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-233-8/+11
| * Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-1/+1
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
| * Fixing a few checkstyle warningsSimon Pepping2010-10-021-5/+7
| * Make handling of configuration errors consistentSimon Pepping2010-10-021-13/+13
| * Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-022-0/+90
| * Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-151-4/+1
* | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-131-3/+11
* | Added class ColorWithFallback used for recreating function strings.Jeremias Maerki2010-07-071-5/+10
|/
* Bumped xmlgraphics-commons.jar.Jeremias Maerki2010-03-181-0/+36
* Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-212-5/+5
* Simplified the handling of the accessibility option and made it consistent wi...Vincent Hennebert2009-10-212-9/+20
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-221-11/+15
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-0/+2
|\
| * bug fix: allow back slashes for file URLs as they are commonly used in WindowsChris Bowditch2009-05-071-0/+2
* | Incorporated some more of the feedback to #46705:Jeremias Maerki2009-04-172-6/+9
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-144-17/+78
|\|
| * Deprecated font base url methods on user agent level in favor of the methods ...Jeremias Maerki2009-03-231-7/+15
| * Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong conf...Jeremias Maerki2009-03-191-3/+5
| * Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-0/+19
| * Restored ability to specify any URI base URI (URL), not just file URLs. For f...Jeremias Maerki2009-03-101-12/+27
| * Clarified error message if base is not an existing directorySimon Pepping2009-02-231-2/+7
| * Tied RendererFactory.setRendererPreferred(boolean) setting into the FOP confi...Jeremias Maerki2009-02-231-0/+12
* | JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-202-4/+4
* | Bugzilla #46705:Jeremias Maerki2009-02-194-1/+65
|/
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-0/+38
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-091-47/+1
|\