aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change TransformerHandler to ContentHandler. Use comment method whenSimon Pepping2006-01-271-1/+19
* RTF: testcase 'tableunits.fo' failed because there was no PercentBaseContext ...Peter Herweg2006-01-271-1/+12
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-272-73/+65
* Added safe-guard against reuse to avoid problems with the renderers. Jeremias Maerki2006-01-271-9/+9
* Don't swallow the stack trace. Jeremias Maerki2006-01-261-10/+10
* Bugzilla #38397: Jeremias Maerki2006-01-261-6/+23
* Bugzilla #37506: Jeremias Maerki2006-01-253-161/+121
* Corrected the about of the project and some XML and URI errors, andSimon Pepping2006-01-251-4/+11
* added support for number-columns-spanned and number-rows-spanned in the same ...Peter Herweg2006-01-254-26/+124
* To avoid NPEs due to my latest fix, use the default simple-page-master from t...Jeremias Maerki2006-01-251-7/+21
* Bugfix: Regions with non-standard names got ignored in RTF output leading to ...Jeremias Maerki2006-01-251-14/+42
* Avoid NPE when a malformed command-line is specified.Jeremias Maerki2006-01-251-2/+2
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-252-7/+11
* Removed old doap.xml file. Clay Leeds2006-01-241-95/+0
* Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...Jeremias Maerki2006-01-245-18/+203
* just a few changes in order to satisfy checkstylePeter Herweg2006-01-244-20/+104
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-2411-93/+254
* Fix for NPE when the AWT Viewer is used with an area tree file as input.Jeremias Maerki2006-01-241-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-242-26/+11
* Documented the special configuration options for the PDF and PS renderers.Jeremias Maerki2006-01-241-0/+49
* Resurrect the getter/setter for the "auto-rotate-landscape" setting.Jeremias Maerki2006-01-241-0/+14
* number-columns-spanned did not work in last row of a cell. Fixed.Peter Herweg2006-01-235-67/+143
* Added categories for FOPClay Leeds2006-01-211-0/+37
* The resolution of the bounding box (pts as integers) is too low for barcodes....Jeremias Maerki2006-01-201-1/+1
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-2010-74/+118
* RTF output did not generate the "\landscape" tag when necessary.Jeremias Maerki2006-01-202-10/+20
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-196-44/+26
* 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