aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against NPEs when no base URI is given.Jeremias Maerki2006-03-261-1/+3
* 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
* 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-217-183/+517
* 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
* 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