| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 652456,652465,652467,652520,652525,652565,652581-652582,6526... | Adrian Cumiskey | 2008-05-02 | 1 | -8/+11 |
* | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 1 | -9/+20 |
* | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 1 | -19/+72 |
* | Added support for the natural language indentifier ("Lang" in the document ca... | Jeremias Maerki | 2008-01-28 | 1 | -6/+0 |
* | Fixed logic error setting the transformation matrix for block-container viewp... | Jeremias Maerki | 2008-01-17 | 1 | -11/+13 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 1 | -49/+183 |
* | PostScript output now generates the bounding box DSC comments for the whole d... | Jeremias Maerki | 2008-01-10 | 1 | -9/+27 |
* | Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ... | Adrian Cumiskey | 2007-10-26 | 1 | -3/+9 |
* | Fix for ClassCastException if non-PS extension attachments are encountered. | Jeremias Maerki | 2007-10-26 | 1 | -8/+12 |
* | Don't use deprecated useRGBColor() from PSGenerator anymore. | Jeremias Maerki | 2007-10-05 | 1 | -11/+11 |
* | Configuration settings for "language-level" and "optimize-resources" got lost... | Jeremias Maerki | 2007-10-05 | 1 | -16/+49 |
* | Bugzilla #43070 | Chris Bowditch | 2007-10-05 | 1 | -29/+75 |
* | Bugzilla #42144 | Chris Bowditch | 2007-10-04 | 1 | -67/+208 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -32/+32 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -21/+0 |
* | Fixed a problem with the auto-rotate-landscape setting in the PostScript rend... | Jeremias Maerki | 2007-03-21 | 1 | -6/+13 |
* | Added support for an optional two-pass production for PostScript output to mi... | Jeremias Maerki | 2007-03-02 | 1 | -38/+201 |
* | Stricter user config file validation. | Vincent Hennebert | 2007-02-14 | 1 | -1/+1 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Some refactoring in the XML handling area which results in more code reuse an... | Jeremias Maerki | 2006-05-03 | 1 | -35/+11 |
* | Bugzilla #38946: | Jeremias Maerki | 2006-05-03 | 1 | -19/+16 |
* | Adding dependency on XML Graphics Commons. | Jeremias Maerki | 2006-04-04 | 1 | -0/+6 |
* | Merged Temp_API_Finalization branch back into FOP Trunk: | Jeremias Maerki | 2006-03-27 | 1 | -1/+1 |
* | Added support for fixed-width spaces and kerning. | Jeremias Maerki | 2006-03-16 | 1 | -37/+61 |
* | Following the model of Graphics2DAdapter, added a new interface ImageAdapter ... | Jeremias Maerki | 2006-01-24 | 1 | -2/+21 |
* | Resurrect the getter/setter for the "auto-rotate-landscape" setting. | Jeremias Maerki | 2006-01-24 | 1 | -0/+14 |
* | (Re?)added integer page number to the PageViewport. | Jeremias Maerki | 2006-01-20 | 1 | -0/+2 |
* | As announced, I brought FontTriplet to more life by making it Serializable an... | Jeremias Maerki | 2005-12-22 | 1 | -1/+2 |
* | Further decoupling the area tree from the FO tree. | Jeremias Maerki | 2005-12-21 | 1 | -3/+3 |
* | XMLHandler interface changed so it reports whether it supports a particular R... | Jeremias Maerki | 2005-12-16 | 1 | -9/+6 |
* | startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento... | Jeremias Maerki | 2005-12-13 | 1 | -5/+8 |
* | Bugfix for placement of text inside a text area when borders are present in P... | Jeremias Maerki | 2005-11-24 | 1 | -1/+1 |
* | Improvements for leader painting in PDF. "dots" are actually dots now, nicer ... | Jeremias Maerki | 2005-11-24 | 1 | -3/+73 |
* | Avoid painting empty rectangles because that can lead to unwanted artifacts. | Jeremias Maerki | 2005-11-15 | 1 | -5/+7 |
* | Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ... | Jeremias Maerki | 2005-11-11 | 1 | -0/+6 |
* | Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue... | Luca Furini | 2005-10-27 | 1 | -1/+1 |
* | Javadoc fixes. | Jeremias Maerki | 2005-10-27 | 1 | -20/+0 |
* | Fixed various javadoc problems, fixed a deprecation warning, removed function... | Manuel Mall | 2005-10-26 | 1 | -1/+2 |
* | Update to support border and padding and alignments on inline fos | Manuel Mall | 2005-10-07 | 1 | -7/+2 |
* | Implemented embedding of Type 1 fonts.
| Jeremias Maerki | 2005-09-05 | 1 | -2/+26 |
* | Initial work on enhancing the extension facilities to register special extens... | Jeremias Maerki | 2005-09-02 | 1 | -12/+97 |
* | Character positioning array can easily become too long so break them after ev... | Jeremias Maerki | 2005-08-29 | 1 | -1/+5 |
* | Fix problem with SVG painting. ET was not sent. | Jeremias Maerki | 2005-08-26 | 1 | -0/+1 |
* | Add support for character area. | Jeremias Maerki | 2005-08-26 | 1 | -2/+17 |
* | Bugfix for block-container-abs6 which didn't paint correctly in PostScript af... | Jeremias Maerki | 2005-08-25 | 1 | -0/+1 |
* | Kerning is currently not supported by the layout engine, so disable it for PD... | Jeremias Maerki | 2005-08-25 | 1 | -1/+11 |
* | Improved text painting for PostScript (including letter-space and word-space)
| Jeremias Maerki | 2005-08-24 | 1 | -70/+82 |
* | Started to implement a resource tracking facility in the PSGenerator. It trac... | Jeremias Maerki | 2005-08-23 | 1 | -3/+11 |
* | Rename PSXMLHandler to what it really is: an SVGHandler. | Jeremias Maerki | 2005-08-21 | 1 | -7/+7 |
* | A big step towards a usable PostScript renderer.
| Jeremias Maerki | 2005-08-21 | 1 | -364/+395 |