aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for NullPointerException when xmp:ModifyDate isn't set in the FO metad...Jeremias Maerki2006-06-211-2/+4
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-2012-363/+307
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-1428-349/+1089
* Bugzilla #39809: Jeremias Maerki2006-06-141-1/+3
* Bugzilla #39777: Jeremias Maerki2006-06-145-171/+354
* Added region-body_display-align to demonstrate the default behaviour for adju...Jeremias Maerki2006-06-082-26/+70
* Bugfix: components of border-separation weren't set when using shorthand-mode...Andreas L. Delmelle2006-06-081-4/+7
* Bugfix: Table headers were omitted when a table is a child of a block-container.Jeremias Maerki2006-06-071-1/+1
* Add bookmarks even if one of the leaves didn't resolve.Jeremias Maerki2006-06-071-0/+4
* See r412224: forgot to move the related code for TableColumn...Andreas L. Delmelle2006-06-072-4/+4
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-066-333/+308
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-053-14/+79
* Bugfix: All fonts names were converted unnecessarily to lower case in RTF out...Jeremias Maerki2006-06-051-8/+11
* Extends white-space removal to occur also before nested block-*level* FOs ins...Andreas L. Delmelle2006-06-021-5/+13
* Bugzilla #39701: Jeremias Maerki2006-06-021-1/+1
* Added detection code for AFM and PFB files. Sadly, for PFM there does not see...Jeremias Maerki2006-06-011-7/+28
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-315-8/+66
* Forgot something. Jeremias Maerki2006-05-311-2/+9
* Don't do rounding here. The caller might now want that.Jeremias Maerki2006-05-311-4/+4
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-306-270/+105
* Take a shortcut when page number is already resolved. Without this there was ...Jeremias Maerki2006-05-291-4/+4
* Fixed font descriptor construction (italic angle and stemV mixed) Jeremias Maerki2006-05-291-2/+2
* Making ImageIO come before JAI for GIF images. ImageIO handles GIFs nicely, e...Jeremias Maerki2006-05-291-1/+1
* Restore configurability of Ant task.Jeremias Maerki2006-05-221-25/+13
* An emergency patch to avoid that a non-breaking space at the end of anSimon Pepping2006-05-192-4/+10
* Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...Jeremias Maerki2006-05-191-11/+41
* Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning mul...Jeremias Maerki2006-05-181-0/+7
* Bugzilla #39533:Jeremias Maerki2006-05-183-13/+23
* Bugzilla #39607:Jeremias Maerki2006-05-181-24/+26
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-188-78/+172
* Several bug fixes in PCLRenderer (border painting mostly).Jeremias Maerki2006-05-171-6/+44
* Automatic support for all fonts available to the Java2D subsystem for all Jav...Jeremias Maerki2006-05-162-11/+120
* Improved baseline detection in TTFReader for TrueType fonts. Ascender and des...Jeremias Maerki2006-05-161-47/+149
* Bugfix: tables nested in inline elements caused a NullPointerException.Jeremias Maerki2006-05-152-11/+6
* Important improvements for the Java2DRenderer:Jeremias Maerki2006-05-103-20/+110
* Adding missing mandatory flags for PDF/A-1.Jeremias Maerki2006-05-081-2/+11
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-073-19/+87
* Bugzilla #39443:Jeremias Maerki2006-05-074-5/+22
* Fixed incorrect handling of percentages in vertical-align property values and...Manuel Mall2006-05-061-0/+1
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-039-112/+400
* Bugzilla #38243:Jeremias Maerki2006-05-031-3/+4
* Bugzilla #38946:Jeremias Maerki2006-05-0342-1529/+968
* Simply subclassing did not work as expected. Made a copy now.Jeremias Maerki2006-05-021-2/+17
* Java2D Renderer:Jeremias Maerki2006-05-0213-670/+437
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-2815-23/+481
* Minor correction to whitespace handling to ensure non space whitespace is alw...Manuel Mall2006-04-271-2/+1
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-256-12/+50
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-245-3/+38
* Fixed a typo. Thanks, Matthew East.Jeremias Maerki2006-04-241-1/+1
* Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is giv...Jeremias Maerki2006-04-232-2/+6