| Commit message (Expand) | Author | Age | Files | Lines |
* | Borders and leaders/rules for the PostScript painter. | Jeremias Maerki | 2008-12-19 | 1 | -0/+1 |
* | Merge from Trunk revisions 719662 - 724689. | Jeremias Maerki | 2008-12-09 | 1 | -23/+18 |
|\ |
|
| * | Reverted accidental commit of unfinished change. Sorry about that. | Jeremias Maerki | 2008-12-08 | 1 | -1/+0 |
| * | Bugzilla #46360: | Jeremias Maerki | 2008-12-07 | 1 | -0/+1 |
| * | SetCurrentPosition fix for line drawing. | Adrian Cumiskey | 2008-11-20 | 1 | -5/+5 |
| * | * PDFImageHandler interface split into ImageHandler and PDFImageHandler. | Adrian Cumiskey | 2008-11-13 | 1 | -1/+2 |
| * | "fixed" block container handling fixed (see block-container_absolute-position... | Adrian Cumiskey | 2008-11-04 | 1 | -24/+25 |
| * | Fix for test/layoutengine/standard-testcases/block-container_absolute-positio... | Adrian Cumiskey | 2008-10-31 | 1 | -16/+16 |
| * | All AFP library classes without Renderer dependencies moved from org.apache.f... | Adrian Cumiskey | 2008-10-27 | 1 | -1/+1 |
| * | Merged revisions 685573,685785,685879,685885 via svnmerge from | Adrian Cumiskey | 2008-08-14 | 1 | -7/+8 |
| * | Merged revisions 679052-679352 via svnmerge from | Vincent Hennebert | 2008-07-25 | 1 | -90/+90 |
| * | * Created new AbstractState class that shares common properties and stack pop... | Adrian Cumiskey | 2008-07-10 | 1 | -3/+4 |
| * | Merged revisions 674245,674267,674269,674272-674273,674276,674325,674468,6744... | Adrian Cumiskey | 2008-07-07 | 1 | -0/+8 |
| * | Merged revisions 672833,674039,674043 via svnmerge from | Adrian Cumiskey | 2008-07-04 | 1 | -3/+0 |
| * | Merged revisions 651575 via svnmerge from | Adrian Cumiskey | 2008-04-25 | 1 | -8/+13 |
| * | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 1 | -43/+57 |
| * | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 1 | -166/+92 |
| * | Committing in preparation for trunk merge. | Adrian Cumiskey | 2008-03-27 | 1 | -4/+5 |
* | | Merge from Trunk revisions 685575-699792. | Jeremias Maerki | 2008-09-28 | 1 | -0/+1 |
|\ \ |
|
| * | | Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on... | Adrian Cumiskey | 2008-08-14 | 1 | -7/+8 |
| * | | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1 | -91/+91 |
| * | | Added new set accessor method for EncryptionParams. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+8 |
| * | | The pdf StringBuffer is only used on these two lines and doesn't seem to do a... | Adrian Cumiskey | 2008-07-04 | 1 | -3/+0 |
| * | | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 1 | -8/+13 |
| * | | Merged branch | Jeremias Maerki | 2008-04-14 | 1 | -43/+57 |
| * | | Added support for addressing all glyphs available in a Type 1 font, not just ... | Jeremias Maerki | 2008-03-27 | 1 | -166/+92 |
| |/ |
|
| * | No stack traces with missing images. | Jeremias Maerki | 2008-02-18 | 1 | -0/+3 |
| * | Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ... | Jeremias Maerki | 2008-02-14 | 1 | -1/+1 |
| * | Added an option to disable the default sRGB profile in PDF output for those w... | Jeremias Maerki | 2008-02-07 | 1 | -6/+25 |
| * | Move sRGB installation into the PDF library. That way it can be used in PDFDo... | Jeremias Maerki | 2008-02-01 | 1 | -18/+1 |
| * | Added support for the natural language indentifier ("Lang" in the document ca... | Jeremias Maerki | 2008-01-28 | 1 | -7/+20 |
| * | Removed stray System.out | Jeremias Maerki | 2008-01-21 | 1 | -3/+0 |
| * | Fixed logic error setting the transformation matrix for block-container viewp... | Jeremias Maerki | 2008-01-17 | 1 | -32/+28 |
| * | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 1 | -89/+71 |
| * | Bugfix: Some string objects were not encrypted (for example in named destinat... | Jeremias Maerki | 2008-01-11 | 1 | -7/+13 |
| * | Added basic support for PDF page labels. | Jeremias Maerki | 2008-01-10 | 1 | -0/+15 |
* | | Must exit text object before painting a leader. | Jeremias Maerki | 2008-08-26 | 1 | -0/+1 |
* | | Added support for painting leaders (implemented as drawLine in IFPainter). | Jeremias Maerki | 2008-08-20 | 1 | -67/+12 |
* | | Fixed a mistake made when extracting code to PDFContentGenerator. Restores fi... | Jeremias Maerki | 2008-08-15 | 1 | -1/+1 |
* | | Initial implementation for border painting for the new IF (including support ... | Jeremias Maerki | 2008-08-14 | 1 | -167/+1 |
* | | Fix for kerning (switched to SVG semantics, now working correctly for both SV... | Jeremias Maerki | 2008-08-06 | 1 | -1/+3 |
* | | First steps at unified image handling as proposed on http://wiki.apache.org/x... | Jeremias Maerki | 2008-08-05 | 1 | -197/+135 |
* | | Started the IFParser. | Jeremias Maerki | 2008-07-22 | 1 | -402/+109 |
* | | Merged revisions 656546,657465,657521,657921,660979,660998,661276,661310,6619... | Adrian Cumiskey | 2008-07-07 | 1 | -3/+8 |
* | | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039... | Adrian Cumiskey | 2008-05-14 | 1 | -357/+316 |
|/ |
|
* | Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_... | Jeremias Maerki | 2007-10-26 | 1 | -36/+50 |
* | Bugzilla #43089 | Chris Bowditch | 2007-08-17 | 1 | -1/+1 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -22/+22 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -36/+16 |
* | Removed newly introduced dependency from the PDF library to the area tree. | Jeremias Maerki | 2007-05-07 | 1 | -10/+8 |