aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.Jeremias Maerki2006-03-271-15/+1
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-273-323/+770
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-252-4/+1
* Made the loading of user-specified hyphenation patterns usable again and plug...Jeremias Maerki2006-03-212-5/+23
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-0/+16
* Fix bug in the construction of a base URL when it's specified as a file syste...Jeremias Maerki2006-03-011-4/+1
* Changed the way the URL stream is opened. Use URLConnection now. Jeremias Maerki2006-02-231-2/+49
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-26/+66
* Bugzilla #38135:Jeremias Maerki2006-01-051-3/+29
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-63/+0
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-0/+7
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-23/+54
* Bugzilla #37877:Jeremias Maerki2005-12-151-1/+1
* The result of some practice with CheckstyleSimon Pepping2005-12-092-5/+6
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-1/+35
* Changing the debug level of a not so interesting message.Jeremias Maerki2005-11-301-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-2/+12
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-15/+139
* Get rid of annoying source of calculation inaccuracies.Jeremias Maerki2005-11-101-8/+18
* Fix for file: URL handling. The condition for adding a leading slash was wrong.Jeremias Maerki2005-11-101-2/+6
* Javadoc fixes.Jeremias Maerki2005-10-271-1/+1
* Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. Added...Jeremias Maerki2005-10-241-0/+3
* Simplified configuration XML as proposed.Jeremias Maerki2005-10-241-15/+18
* FOP now retrieves the version information from the Manifest or from SVN infor...Jeremias Maerki2005-10-211-1/+1
* Slight modification to user config file formatAndreas L. Delmelle2005-09-281-9/+9
* Added UA initialization from user-configAndreas L. Delmelle2005-09-281-0/+54
* Added custom Maker for page-height and page-width; use fallback values in cas...Andreas L. Delmelle2005-09-241-2/+48
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-072-21/+56
* My earlier fix didn't quite work if the protocol isn't the same between the b...Jeremias Maerki2005-09-051-3/+3
* Not sure if it's the best solution but this changes the following: Jeremias Maerki2005-09-051-36/+50
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-235-1142/+2
* Bugzilla #36082 Jeremias Maerki2005-08-162-37/+41
* Bugzilla #36082 Jeremias Maerki2005-08-152-12/+181
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Better documentation of FOUserAgent.getStream()Jeremias Maerki2005-08-101-4/+6
* Bugzilla #35937: Jeremias Maerki2005-07-303-1/+167
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-14/+20
* Dynamic classpath setup in case not all required dependencies are available i...Jeremias Maerki2005-07-181-3/+120
* It's Apache FOP, not just FOP.Jeremias Maerki2005-06-301-1/+1
* Command-line switch for setting the resolution.Jeremias Maerki2005-06-091-1/+15
* Publish the default resolution to the outside.Jeremias Maerki2005-06-091-1/+4
* Bugzilla: #33760Jeremias Maerki2005-06-093-5/+64
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-132-1/+4
* Slight deviation from the template.Jeremias Maerki2005-03-181-1/+2
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-021-0/+24
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-121-1/+57
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-0/+19
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-29/+33
* Register an Errorlistener to get messages placed in the log system.Finn Bock2004-10-251-1/+31