aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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-1626-433/+659
* 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
* 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
* 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
* 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
* More work on PDF/A-1:Jeremias Maerki2006-02-228-6/+94
* 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
* Tweak: modified warning to occur only for non-inherited props where the paren...Andreas L. Delmelle2006-02-181-5/+12
* Some explanations and warnings.Jeremias Maerki2006-02-172-0/+6
* A nit: dc:creator needs to be an ordered Text array.Jeremias Maerki2006-02-171-1/+5
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-177-12/+218
* Added support for userconfig attribute in FOP Ant task. Jeremias Maerki2006-02-171-5/+31
* DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org...Jeremias Maerki2006-02-173-72/+226
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-1725-219/+1558
* Trivial update:Andreas L. Delmelle2006-02-161-6/+5
* Added default empty String to the border-* shorthands. Added warning for the ...Andreas L. Delmelle2006-02-152-4/+17
* Added default empty String to the border shorthand. Avoids NPE mentioned in B...Andreas L. Delmelle2006-02-151-0/+4
* Added support for the background-position shorthand.Andreas L. Delmelle2006-02-142-2/+66
* RTF: length of leveltext has to be specified as two-digit hex-valuePeter Herweg2006-02-121-1/+4
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-121-0/+6
* Extra constants needed for the font shorthandAndreas L. Delmelle2006-02-121-1/+13
* Added implementation for the font shorthand property (+ some checkstyle cleanup)Andreas L. Delmelle2006-02-1214-58/+390
* Bugfix for Bug 38041: correct handling of different list-item-label'sPeter Herweg2006-02-126-21/+92
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-124-21/+66
* Bugzilla #38618:Jeremias Maerki2006-02-117-58/+103
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-1010-65/+53
* Reworked area building in AreaTreeParser to match the scheme that the FOTreeB...Jeremias Maerki2006-02-091-329/+558
* Decorate warning with location info.Jeremias Maerki2006-02-091-1/+3
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-091-7/+2
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-092-15/+30