aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct chi...Jeremias Maerki2006-04-231-2/+5
* Bugzilla #39285:Jeremias Maerki2006-04-231-2/+5
* Bugzilla #39118:Jeremias Maerki2006-04-2318-38/+377
* Bugfix: The generation of the PDF "d" (setdash) command was assuming that onl...Jeremias Maerki2006-04-181-8/+2
* Bugfix: Fixed a division by zero problem in TTFReader popping up with arialun...Jeremias Maerki2006-04-121-15/+47
* Bugzilla #39033:Jeremias Maerki2006-04-101-0/+14
* Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url...Jeremias Maerki2006-04-103-21/+62
* List NBSP under adjustable spaces in CharUtilities.Jeremias Maerki2006-04-102-6/+14
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-084-43/+181
* Fixed encoding issue. Jeremias Maerki2006-04-061-2/+3
* I'd like to make Batik an optional dependency over time, so check Commons IO ...Jeremias Maerki2006-04-051-1/+1
* Switching to the Commons variants for the Graphics2D base/helper classes.Jeremias Maerki2006-04-054-8/+6
* Switching to the Commons variant for the base64 encoding/decoding.Jeremias Maerki2006-04-051-4/+3
* Improved JUnit report creation.Jeremias Maerki2006-04-059-2/+305
* Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3).Jeremias Maerki2006-04-051-10/+39
* Don't catch RuntimeExceptions.Jeremias Maerki2006-04-051-0/+2
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-0441-4489/+401
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...Jeremias Maerki2006-03-303-25/+60
* Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.Jeremias Maerki2006-03-272-25/+6
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-2727-621/+1005
* Restored JDK 1.3 compatibility.Jeremias Maerki2006-03-271-1/+1