aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* 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-276-21/+1020
* | 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
* | Fixed cursor advancement for fixed width spaces. Jeremias Maerki2008-08-261-2/+3
* | Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-2014-137/+462
* | Fixed a mistake made when extracting code to PDFContentGenerator. Restores fi...Jeremias Maerki2008-08-151-1/+1
* | Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-157-24/+75
* | "ET" (endTextObject()) forgotten. Caused to swallow some border rectangles.Jeremias Maerki2008-08-151-1/+1
* | Made the IFRenderer smarter so it combines lines of text into a single text e...Jeremias Maerki2008-08-152-23/+64
* | Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-1411-184/+609
* | Merged from Trunk revision 685573:Jeremias Maerki2008-08-131-7/+14
|\|
| * Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...Jeremias Maerki2008-08-131-7/+14
* | Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-137-20/+94
* | Removed obsolete addTarget() method from IFPainter.Jeremias Maerki2008-08-123-17/+0
* | Implemented named destinations for PDF painter.Jeremias Maerki2008-08-121-0/+9
* | Widened "bookmarks" to "document-navigation" to fit named destination into th...Jeremias Maerki2008-08-128-23/+127