aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-129-23/+865
* | Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-1210-205/+325
* | Resolved a build problem after the last merge from trunk.Jeremias Maerki2008-08-122-6/+10
* | Merge from Trunk revisions 680381-685126.Jeremias Maerki2008-08-1241-388/+1058
|\|
| * Bugzilla #45606:Jeremias Maerki2008-08-101-7/+8
| * Merge from 0_95 branch:Jeremias Maerki2008-08-101-15/+14
| * Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t...Andreas L. Delmelle2008-08-101-9/+10
| * Fixed small mistake with weight adjustment on font lookup. Weight 400 was sli...Jeremias Maerki2008-08-051-1/+1
| * The FontEventListener was not wired into font auto-detection. An error while ...Jeremias Maerki2008-08-052-11/+24
| * Skip IO Exception when loading a PFM and an AFM could be loaded. The PFM is o...Jeremias Maerki2008-08-051-0/+5
| * Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-3136-368/+1026
* | Now that the most important stuff is working in IFRenderer, reduce verbosity ...Jeremias Maerki2008-08-081-15/+15
* | Update for image elements.Jeremias Maerki2008-08-071-43/+66
* | Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-075-80/+239
* | Bugfix: Don't use getWidth/Height() from superclass as this is accessing the ...Jeremias Maerki2008-08-061-0/+12
* | Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-065-19/+225
* | First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-0527-432/+1443
* | Refinements based on the extensions of XML Graphics Commons (better distincti...Jeremias Maerki2008-08-056-5/+134
* | Bugfix for leading glyph adjust in TJ array.Jeremias Maerki2008-08-051-0/+3
* | Merge from Trunk revisions 679735 to 680380.Jeremias Maerki2008-07-2811-83/+97
|\|
| * Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-2810-49/+55
| * Bugzilla #45470:Jeremias Maerki2008-07-281-34/+42
* | Fixed block containers now working properly.Jeremias Maerki2008-07-283-44/+291
* | Reduce code duplication and make the toString() methods available to the outs...Jeremias Maerki2008-07-282-23/+39
* | Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-285-53/+89
* | Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-2811-66/+307
* | Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-25917-8173/+8253
|\|
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24916-8178/+8178
| * Minor optimization.Adrian Cumiskey2008-07-231-2/+2
| * Lets free a little memory in every BlockParent :).. Commented out the unused...Adrian Cumiskey2008-07-221-1/+1
| * Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/...Vincent Hennebert2008-07-221-36/+54
| * Desynchronized createFontKey() and removed single use of static TRIPLETS_TYPE...Adrian Cumiskey2008-07-221-5/+5