aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few omissions after the API change.Jeremias Maerki2006-01-196-8/+8
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-1910-8/+497
* Initial documentation for the intermediate format.Jeremias Maerki2006-01-172-0/+139
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-1726-252/+1433
* Fixed a small mistake on the servlet page.Jeremias Maerki2006-01-162-2/+2
* Code conventions please! No tab characters, spacing etc.Jeremias Maerki2006-01-164-139/+135
* Bugfix: Floating point numbers were not properly formatted in the PDF rendere...Jeremias Maerki2006-01-161-218/+107
* FAQ entry for the "indent inheritance problem".Jeremias Maerki2006-01-161-1/+20
* RTF: call startListBody and endListBodyPeter Herweg2006-01-151-0/+7
* RTF: support for nested tablesPeter Herweg2006-01-153-115/+151
* support for background-color at fo:tablePeter Herweg2006-01-151-1/+13
* Remove 2005 from the copyright years of appropriate files committed inSimon Pepping2006-01-145-5/+5
* Allow some xsl-function calls with omitted args, patch contributed bySimon Pepping2006-01-127-14/+60
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-102-13/+18
* LIST_INDENT never found; write 360 as defaultPeter Herweg2006-01-101-1/+1
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-102-30/+60
* Documented the missing feature for internal basic-links as described on fop-u...Jeremias Maerki2006-01-101-1/+5
* fix error with lists: listIdGenerator must not be a local variable, in order ...Peter Herweg2006-01-091-2/+1
* Slight enhancement to white-space-handling: removal of trailing white-space f...Andreas L. Delmelle2006-01-091-13/+52
* Bugzilla #38054:Jeremias Maerki2006-01-092-25/+27
* MainRefrence.getWidth() is never set, preparing to remove this method.Jeremias Maerki2006-01-091-3/+2
* Also let the last page sequence notify its listeners. Add a check forSimon Pepping2006-01-081-2/+5
* BugZilla #38161:Manuel Mall2006-01-071-1/+445
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-0720-101/+390
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-063-7/+104
* Bugzilla #38135:Jeremias Maerki2006-01-051-3/+29
* Bugzilla #38132:Jeremias Maerki2006-01-051-2/+10
* Bugzilla #38102:Jeremias Maerki2006-01-041-1/+2
* Bugzilla #38102:Jeremias Maerki2006-01-041-2/+3
* Bugfix: TableCell did not properly report that it generates reference-areas w...Jeremias Maerki2006-01-031-2/+6
* Added an example for the Symbol font embedding tip.Jeremias Maerki2006-01-031-0/+10
* Documented the change made in revision 365623.Jeremias Maerki2006-01-031-1/+18
* The font loading code now reads the encoding value from the XML font metrics ...Jeremias Maerki2006-01-032-10/+31
* The copyright fun starts again; it is 2006Simon Pepping2006-01-021-1/+1
* Corrected simple mistake in BMP Reader which incorrectly reported the image w...Manuel Mall2006-01-021-1/+1
* Applied white-space handling to leaders as well...Andreas L. Delmelle2005-12-301-5/+3
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-307-190/+316
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-307-133/+133
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-303-2/+80
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-301-6/+6
* Added a few missing constants...Andreas L. Delmelle2005-12-301-15/+21
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-294-10/+159
* Each block in inline content now appears in its own line area.Simon Pepping2005-12-281-202/+191
* Minor updates and corrections to the compliance pageManuel Mall2005-12-281-5/+8
* Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to...Manuel Mall2005-12-281-1/+3
* Fix for bug 37743 and part of 38053Manuel Mall2005-12-281-1/+1
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-282-3/+14
* RTF: If there is no background-color specified for a table-cell, then try to ...Peter Herweg2005-12-271-0/+16
* RTF: Don't set \brsp at tables, because it makes them look quite broken.Peter Herweg2005-12-271-2/+4
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-277-22/+27