aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-1921-212/+1494
* Making conversion hints available to ImageHandler implementations, too.Jeremias Maerki2008-11-049-10/+242
* Re-Implemented "quality" rendering mode (painting borders and rules using bit...Jeremias Maerki2008-10-3010-120/+530
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-2316-583/+790
* Wired in the configuration for IFDocumentHandler.Jeremias Maerki2008-10-211-0/+5
* Merge from Trunk revisions 699793 to 706550.Jeremias Maerki2008-10-2111-67/+179
|\
| * Bugzilla #45956:Jeremias Maerki2008-10-201-1/+33
| * Fixed size of images when vector graphic images are painted using fox:convers...Jeremias Maerki2008-10-206-37/+94
| * Removed superfluous bracketsVincent Hennebert2008-10-171-2/+2
| * Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-152-42/+42
| * More readable.Adrian Cumiskey2008-10-151-12/+18
| * Bugzilla #45971: improved the behaviour of the command line interface:Vincent Hennebert2008-10-132-32/+49
* | Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-2851-1206/+3326
* | Merge from Trunk revisions 685575-699792.Jeremias Maerki2008-09-2852-592/+546
|\|
| * Added two missing files from r698280Andreas L. Delmelle2008-09-242-5/+1
| * Cleanup firstWhiteSpaceInSeq at end of block too...Andreas L. Delmelle2008-09-231-0/+1
| * Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-237-94/+51
| * Bugzilla #45795:Jeremias Maerki2008-09-171-0/+15
| * Re-enabled image loader testcasesMaximilian Berger2008-09-163-7/+7
| * PDF Output: Made sure the XMP Metadata stream is never compressed.Jeremias Maerki2008-09-151-4/+6
| * Minor fix: avoid attempts at converting a default namespace declaration as a ...Andreas L. Delmelle2008-09-101-4/+5
| * Bugzilla #45734:Jeremias Maerki2008-09-101-3/+5
| * Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
| * Some older TTF fonts have shorter OS/2 tables. This fixes potential EOFExcept...Jeremias Maerki2008-09-101-15/+30
| * This is a better fix which will cater for the case where the first character ...Adrian Cumiskey2008-09-091-4/+4
| * Make PFM string parsing a little more robustAdrian Cumiskey2008-09-091-1/+6
| * Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ...Andreas L. Delmelle2008-08-301-2/+2
| * Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty inli...Andreas L. Delmelle2008-08-291-1/+2
| * Added missing generation of areas for empty grid units in tables with collaps...Jeremias Maerki2008-08-292-8/+111
| * Expanded warning message about borders and paddings on regions.Luca Furini2008-08-271-1/+1
| * Forgot to add deprecated public statics.Adrian Cumiskey2008-08-261-0/+18
| * Deprecate UnitConv now that it resides only in xmlgraphics commons.Adrian Cumiskey2008-08-261-0/+152
| * CommonURIResolver is no longer a singletonMaximilian Berger2008-08-251-1/+1
| * Re-added moved class as deprecatedMaximilian Berger2008-08-253-0/+191
| * Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn...Jeremias Maerki2008-08-251-47/+58
| * Moved DataURIResolver from FOP to commons; use new URIResolver registryMaximilian Berger2008-08-244-243/+5
| * minor spelling mistakesMaximilian Berger2008-08-221-3/+3
| * Merge from branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/f...Jeremias Maerki2008-08-221-1/+3
| * * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-209-192/+33
| * Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-202-2/+2
| * valueOf is Java 1.5+ onlyMaximilian Berger2008-08-202-2/+2
| * Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de...Adrian Cumiskey2008-08-205-41/+44
| * Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-146-49/+52
| * Fixed the source for a division by zero when the content of an fo:leader with...Jeremias Maerki2008-08-141-10/+16
| * Removed three unused classes in the traits package.Jeremias Maerki2008-08-143-159/+0
* | Started the PCL painter. Native Text, viewports (without clipping), groups an...Jeremias Maerki2008-08-277-22/+1022
* | Fixed ArrayIndexOutOfBoundsException when there is a long text with very few ...Jeremias Maerki2008-08-271-1/+2
* | Can disable the warning now, replaced by an explanation of the simplification.Jeremias Maerki2008-08-261-1/+2
* | Must exit text object before painting a leader.Jeremias Maerki2008-08-261-0/+1
* | pt -> mpt conversion must round.Jeremias Maerki2008-08-261-1/+1