aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-249-91/+245
* 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
* 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
* 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
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-199-8/+496
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-1726-252/+1433
* 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
* 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
* 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
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-0715-95/+209
* 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
* 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-302-0/+78
* 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-293-4/+153