aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switching to the Commons variant for the base64 encoding/decoding.Jeremias Maerki2006-04-051-4/+3
* Improved JUnit report creation.Jeremias Maerki2006-04-0524-43/+1319
* 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
* Small update to page on output formats.Jeremias Maerki2006-04-051-6/+11
* Added ApacheCon EU 2006Clay Leeds2006-04-051-0/+7
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-0449-4760/+620
* A few small changes to these two documentation pagesSimon Pepping2006-03-302-52/+54
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...Jeremias Maerki2006-03-303-25/+60
* Uhm, forgot another occurence of the old domain name.Jeremias Maerki2006-03-301-2/+2
* Don't use "deprecated" hostname.Jeremias Maerki2006-03-301-2/+2
* Added missing OutputStream parameter to one of the examples.Jeremias Maerki2006-03-301-1/+1
* Remove unnecessary artifact.Jeremias Maerki2006-03-291-1/+1
* Examples pointed to the tag not to the trunk. Otherwise, this can be real con...Jeremias Maerki2006-03-281-8/+8
* Adjust documentation to changes in outer API (FopFactory etc.).Jeremias Maerki2006-03-286-193/+266
* Tweak: reuse the FopFactory instance.Andreas L. Delmelle2006-03-271-5/+10
* 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-2748-766/+1409
* 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
* Removed totally misleading demo file. widows and orphans only have an effect ...Jeremias Maerki2006-03-251-521/+0
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-254-6/+14
* ID reference in some checks were wrong.Jeremias Maerki2006-03-251-4/+4
* Demonstrating negative last-line-end-indent.Jeremias Maerki2006-03-241-0/+10
* Corrected expectation and behaviour for the text-indent property to only appl...Jeremias Maerki2006-03-243-10/+17
* Confirming that last-line-end-indent works as specified in XSL 1.0.Jeremias Maerki2006-03-243-5/+103
* 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-2313-97/+458
* Bugfix: display-align did not work if the first object in a page was a table.Luca Furini2006-03-232-0/+260
* 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-2110-186/+532
* 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-202-6/+28
* 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-185-4/+26
* Changed the way that text-align-last is calculated. Hopefully, this is it, no...Jeremias Maerki2006-03-162-24/+52
* Looks like we already had a test for the bug I fixed in revision 386025. D'oh...Jeremias Maerki2006-03-161-1/+1
* 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-1650-518/+4149
* Bugfix: Fixed a copy/paste error in the table layout code that caused wrong p...Jeremias Maerki2006-03-153-1/+82
* Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...Jeremias Maerki2006-03-153-0/+68