aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reduced the use of categories and programming languages as requested on site-...Jeremias Maerki2006-02-191-5/+3
* 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
* userconfig attribute works now on FOP Ant task.Jeremias Maerki2006-02-172-3/+3
* 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-1726-219/+1561
* Fix MathML rendering. Missed renaming an override method after my cleanup wor...Jeremias Maerki2006-02-171-2/+2
* force-page-count is already implemented: see bugzilla 38087Andreas L. Delmelle2006-02-171-2/+2
* 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
* Testcase for the background-position shorthand.Andreas L. Delmelle2006-02-141-0/+71
* Added support for the background-position shorthand.Andreas L. Delmelle2006-02-144-4/+71
* RTF: length of leveltext has to be specified as two-digit hex-valuePeter Herweg2006-02-121-1/+4
* trivial updateAndreas L. Delmelle2006-02-121-1/+5
* Slight correction: single quoted font-family names not properly handledAndreas L. Delmelle2006-02-122-3/+9
* 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-1217-61/+470
* 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-1110-59/+143
* 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-093-7/+53
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-095-15/+202
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-085-163/+210
* Style fixesJeremias Maerki2006-02-071-2/+2
* Non-SVG XML got loaded into a non-namespace-aware node which caused problems ...Jeremias Maerki2006-02-071-1/+8
* Fix for bug 38507: the elements representing a non-breaking space were not al...Luca Furini2006-02-076-269/+150
* correct line endings for fop commandsChristian Geisert2006-02-071-59/+59
* web form as requested by David Reid.Jeremias Maerki2006-02-061-1/+1
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-0523-48/+35
* RTF: remove usage of TableLayoutManager; use SimplePercentBaseContext insteadPeter Herweg2006-02-051-9/+17
* Test case for Bugzilla #38507.Jeremias Maerki2006-02-042-0/+86
* Correction of the issue raised on the WhiteSpace Wiki (see accompanying change)Andreas L. Delmelle2006-02-031-1/+2
* File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... Thanks...Andreas L. Delmelle2006-02-021-3/+5
* We forgot to update the header and footer of the download mirror page.Jeremias Maerki2006-02-021-1/+2
* Bugzilla #38453:Jeremias Maerki2006-02-023-52/+64
* Don't swallow characters if the handler does not implement LexicalHandler.Jeremias Maerki2006-02-021-1/+3
* Better naming of the relases.Jeremias Maerki2006-02-021-2/+17
* fo:wrapper has restrictions.Jeremias Maerki2006-02-021-4/+6
* Demonstrating the problem reported by Jan Kohnert.Jeremias Maerki2006-02-022-0/+56
* Renaming test case as it doesn't properly describe what it does.Jeremias Maerki2006-02-021-0/+0
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-013-72/+42
* Forgot to commit the failing testcase...Andreas L. Delmelle2006-01-311-0/+101
* Implementation for from-table-column(). See: bugzilla 38282Andreas L. Delmelle2006-01-3113-75/+226