aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Test case which demonstrates that a footnote in a fo:inline is swallowed if h...Jeremias Maerki2006-03-022-0/+52
* 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
* Bugzilla #38821:Jeremias Maerki2006-03-011-4/+13
* Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PC...Jeremias Maerki2006-03-012-1/+10
* Forgot the entry here.Jeremias Maerki2006-03-011-0/+4
* 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-282-16/+89
* 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-272-7/+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-266-24/+152
* Linefeed treatment and white space collapse are not performed onSimon Pepping2006-02-252-1/+61
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-256-15/+67
* block_break-after_2 seems to work. Don't know who/what fixed this. Does anybody?Jeremias Maerki2006-02-241-5/+0
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-245-10/+89
* You can specify an object file in a jar file as follows:Simon Pepping2006-02-242-115/+138
* 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
* More work on PDF/A-1:Jeremias Maerki2006-02-228-6/+94
* Simplification. Missed one. Sorry.Jeremias Maerki2006-02-211-1/+1
* SimplificationJeremias Maerki2006-02-211-2/+2
* Added relevant standards as per draft on site-dev@.Jeremias Maerki2006-02-201-0/+30
* Forgot an entry.Jeremias Maerki2006-02-201-0/+3
* fixed a few checkstyle warningsPeter Herweg2006-02-199-18/+9
* fixed a few checkstyle warningsPeter Herweg2006-02-1923-62/+54
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-1913-31/+142