aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set svn:eol-style property on page-position-last_break-before_bugzilla46489.x...Vincent Hennebert2009-03-232-119/+94
* added extra blank line which is consistent with the other files in this folde...Chris Bowditch2009-03-231-1/+1
* Deprecated font base url methods on user agent level in favor of the methods ...Jeremias Maerki2009-03-232-8/+16
* Bugzilla #46882:Jeremias Maerki2009-03-232-14/+13
* Minor refactoring: extract code-blocks from the Region implementations into p...Andreas L. Delmelle2009-03-226-79/+74
* revert some changes... and do it right, this timeAndreas L. Delmelle2009-03-221-3/+2
* revert some changes, dependent on other local changes, which would cause a co...Andreas L. Delmelle2009-03-221-4/+7
* Add startsWithForcedBreak() utility method to ElementListUtils.Andreas L. Delmelle2009-03-223-29/+37
* Bugzilla 46489: Andreas L. Delmelle2009-03-223-7/+130
* Added a command-line tool to list all configured fonts (org.apache.fop.tools....Jeremias Maerki2009-03-227-0/+877
* bug fix: 46867: afp:invoke-medium-map extension not working in the AFP RendererChris Bowditch2009-03-211-6/+13
* Moved the font cache change check from outside PrintRendererConfigurator to i...Adrian Cumiskey2009-03-202-6/+6
* Minor optimization.Adrian Cumiskey2009-03-201-3/+1
* A little font configuration cleaning.Adrian Cumiskey2009-03-209-408/+631
* Added some generics comments for the List collections.Adrian Cumiskey2009-03-202-4/+4
* Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong conf...Jeremias Maerki2009-03-196-4/+172
* Minor spelling corrections.Adrian Cumiskey2009-03-181-11/+11
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-138-27/+70
* Updated website copyright year.Jeremias Maerki2009-03-101-1/+1
* Restored ability to specify any URI base URI (URL), not just file URLs. For f...Jeremias Maerki2009-03-103-21/+85
* Added full URI resolution support for AFP fonts.Jeremias Maerki2009-03-1011-125/+179
* Avoid errors with relative paths.Jeremias Maerki2009-03-101-2/+7
* AreaTreeParser redirecting image loading exceptions to event subsystem.Jeremias Maerki2009-03-101-2/+30
* Restored compatibility with Java VMs that don't support nio Charsets for code...Jeremias Maerki2009-03-091-10/+34
* Deleted to much during last change.Jeremias Maerki2009-03-021-0/+1
* EventProducer update didn't get adjusted when AFPEventProducer was moved.Jeremias Maerki2009-03-022-3/+2
* AFP Output: Tag Logical Element (TLE) is now also allowed on fo:page-sequence...Jeremias Maerki2009-03-027-36/+79
* AFP: Backported IMM (Invoke Medium Map) to AFPRenderer.Jeremias Maerki2009-03-021-2/+17
* Fixed BPD trait and border painting for leaders with leader-pattern="space" (...Jeremias Maerki2009-03-015-11/+20
* Fixed small mistake I noticed too late: extension attachments don't use the s...Jeremias Maerki2009-03-011-1/+1
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-0125-223/+401
* Examples for "sub-font" usage with TTCs.Jeremias Maerki2009-02-281-2/+5
* Forgot to remove the old ";mode=painter" work-around.Jeremias Maerki2009-02-253-4/+4
* Removed unnecessary setContext methodVincent Hennebert2009-02-251-6/+0
* 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-232-0/+24
* ";mode=painter" MIME suffix removed from all new IFDocumentHandler implementa...Jeremias Maerki2009-02-237-27/+233
* Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branch...Jeremias Maerki2009-02-22287-3599/+27049
|\
| * Trying to work around a problem reintegrating the branch. Found a blog entry ...Temp_AreaTreeNewDesignJeremias Maerki2009-02-220-0/+0
| * Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-1618-132/+258
| |\ | |/ |/|
* | Fixed PMD report (requires 1.5, but for REPORT ONLY); Added CPD reportMaximilian Berger2009-02-163-10/+15
* | Fixed bug which causes RetroWeaver to not weaveMaximilian Berger2009-02-161-1/+1
* | Now using the "font" filter list entry for font streams.Jeremias Maerki2009-02-166-20/+75
* | Fixed IllegalArgumentException (no object number assigned) for this makeLink ...Jeremias Maerki2009-02-151-1/+1
* | Reverted revision 742766.Jeremias Maerki2009-02-112-20/+0
* | Bugzilla #46686:Jeremias Maerki2009-02-112-6/+25
* | There was a filter list constant for fonts, but our font streams didn't use it.Jeremias Maerki2009-02-092-0/+20
* | Clarification for encoding-mode="single-byte".Jeremias Maerki2009-02-091-1/+3
* | Added code to detect when a Type 1 font is not configured to use its native e...Jeremias Maerki2009-02-093-0/+27
* | Bugzilla #45342:Jeremias Maerki2009-02-092-91/+65