aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against NPEs when no base URI is given.Jeremias Maerki2006-03-261-1/+3
* Updated to RDF standardClay Leeds2006-03-251-15/+25
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-254-6/+14
* Corrected expectation and behaviour for the text-indent property to only appl...Jeremias Maerki2006-03-241-6/+9
* Confirming that last-line-end-indent works as specified in XSL 1.0.Jeremias Maerki2006-03-241-5/+5
* Bugfix for ICC color profile parsing in JPEG images.Jeremias Maerki2006-03-248-27/+86
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-2311-97/+287
* Bugfix: display-align did not work if the first object in a page was a table.Luca Furini2006-03-231-0/+5
* The about attribute must have the "rdf" namespace prefix.Jeremias Maerki2006-03-232-22/+40
* Bugzilla #39070: Jeremias Maerki2006-03-231-1/+1
* Added missing package description.Jeremias Maerki2006-03-221-0/+22
* Clean-up in PageSequence.Jeremias Maerki2006-03-222-37/+39
* Removed obsolete TODOJeremias Maerki2006-03-221-2/+0
* Forgot a file when committing my changes for the user-supplied hyphenation pa...Jeremias Maerki2006-03-221-1/+3
* Add PDF/A-1b support to command-line.Jeremias Maerki2006-03-211-12/+20
* Made the loading of user-specified hyphenation patterns usable again and plug...Jeremias Maerki2006-03-219-186/+528
* block-container did not tell the breaker if it's in auto-height mode. That ca...Jeremias Maerki2006-03-211-2/+2
* Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams w...Jeremias Maerki2006-03-201-6/+24
* Bugzilla #39030: Jeremias Maerki2006-03-203-48/+48
* Bugzilla #38731: Jeremias Maerki2006-03-191-7/+16
* Avoid exception when ImageIO is used as image adapter for TIFF images. The st...Jeremias Maerki2006-03-181-0/+3
* Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF f...Jeremias Maerki2006-03-182-3/+13
* Changed the way that text-align-last is calculated. Hopefully, this is it, no...Jeremias Maerki2006-03-161-22/+28
* Fix for ArrayIndexOutOfBoundException in block_white-space_4.Jeremias Maerki2006-03-161-3/+9
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-1637-447/+3525
* Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...Jeremias Maerki2006-03-151-1/+1
* Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...Jeremias Maerki2006-03-151-0/+1
* ElementMapping lookup via META-INF/servicesAndreas L. Delmelle2006-03-072-8/+7
* TypoJeremias Maerki2006-03-062-2/+2
* Removed stray debug message.Jeremias Maerki2006-03-061-1/+0
* Removed duplicate entry in Renderer list.Jeremias Maerki2006-03-063-18/+2
* Fix for NPE in case of empty instream-foreign-objectAndreas L. Delmelle2006-03-061-1/+1
* Add dynamic lookup of the RendererMakers to RendererFactory (as suggested by ...Andreas L. Delmelle2006-03-052-9/+15
* Correcting some info on embedding TrueType fonts.Jeremias Maerki2006-03-021-9/+12
* Disabled the resolution setting because it can lead to ugly side-effects. Res...Jeremias Maerki2006-03-021-2/+4
* Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PC...Jeremias Maerki2006-03-011-1/+5
* Fix bug in the construction of a base URL when it's specified as a file syste...Jeremias Maerki2006-03-011-4/+1
* Fixed bug in handling of text-align-last. Value "relative" was not the defaul...Jeremias Maerki2006-02-281-16/+30
* Tweaks to user mailing list policy. Gosh, we should use the link to this sect...Jeremias Maerki2006-02-281-3/+3
* Activated refinement white-space-handling for fo:title and fo:bookmark-titleAndreas L. Delmelle2006-02-271-1/+9
* A nit: slight performance optimizationAndreas L. Delmelle2006-02-271-8/+9
* Ignore attributes from foreign namespaces. This is a temporary fix to get rid...Jeremias Maerki2006-02-271-4/+7
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-265-13/+138
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-254-14/+18
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-244-10/+44
* Changed the way the URL stream is opened. Use URLConnection now. Jeremias Maerki2006-02-231-2/+49
* Tell about the offending font if it's not embedded and PDF/A is active.Jeremias Maerki2006-02-231-1/+1
* Added a convenience URIResolver that uses the ServletContext in a servlet to ...Jeremias Maerki2006-02-223-4/+119