aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Oops. Wrong copyright.Jeremias Maerki2006-07-281-1/+1
* Bugzilla #40106:Jeremias Maerki2006-07-281-1/+1
* Just a few nitsJeremias Maerki2006-07-281-9/+9
* Added support for a 8x8 bayer dither matrix if anyone wants to try that. Curr...Jeremias Maerki2006-07-281-21/+76
* Attempt to make grayscale patterns look nicer when using PCL commands. The st...Jeremias Maerki2006-07-262-7/+87
* Activating ImageIOImage for reading PNG images in the ImageFactory made some ...Jeremias Maerki2006-07-241-2/+54
* Promote AFP and PCL renderers from sandbox to main source tree.Jeremias Maerki2006-07-241-96/+96
* Promote AFP and PCL renderers from sandbox to main source tree.Jeremias Maerki2006-07-246-9/+9
* Promoting the PCL renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2413-0/+0
* Promoting the AFP renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2466-0/+0
* Document PCL-specific extension.Jeremias Maerki2006-07-241-0/+36
* Bugzilla #40062: Jeremias Maerki2006-07-241-1/+52
* Bugzilla #38714 and #40048: Jeremias Maerki2006-07-241-1/+1
* ApacheCon is over, ApacheCon coming up.Jeremias Maerki2006-07-241-4/+11
* Command-line integration of PDF/X support. Generalized the specifying of PDF ...Jeremias Maerki2006-07-244-30/+202
* Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...Jeremias Maerki2006-07-212-21/+63
* A W3C schema for FOP user configuration filesSimon Pepping2006-07-161-0/+184
* Fixed removeNode() as discussed on fop-dev. No more checks for footnotes and ...Jeremias Maerki2006-07-132-33/+14
* RDF calendar file for http://asylum.zones.apache.org/rdfcal/Jeremias Maerki2006-07-111-0/+32
* Bugzilla #39608:Jeremias Maerki2006-07-113-4/+16
* Bugfix: Potential multi-threading issue (ConcurrentModificationException) eli...Jeremias Maerki2006-07-111-2/+2
* Made FOUserAgent.configure() protected again (not to tempt any users to play ...Jeremias Maerki2006-07-112-12/+19
* Sometimes I do stuff much too quickly. Removed debug code.Jeremias Maerki2006-07-101-1/+1
* Bugzilla #39983:Jeremias Maerki2006-07-103-16/+35
* Bugzilla #39709:Jeremias Maerki2006-07-101-0/+33
* Bugzilla #39709:Jeremias Maerki2006-07-102-57/+71
* Some config file settings were not correctly set in FOUserAgent when invoked ...Manuel Mall2006-07-102-8/+6
* Escape Unicode characters properly for list-item labels.Jeremias Maerki2006-07-102-10/+26
* Added Vincent Hennebert to list of Contributors. Many thanks to Vincent for h...Chris Bowditch2006-07-051-0/+1
* Re-routing SVG painting to the Graphics2DAdapter and teach the latter to resp...Jeremias Maerki2006-06-294-147/+75
* Fixed (another) NPE in AFP RendererManuel Mall2006-06-281-1/+3
* Fix NPE if there's no ElementMapping for a particular namespace.Jeremias Maerki2006-06-271-1/+5
* Fix NPE in case there are no extension attachments and the area tree was buil...Jeremias Maerki2006-06-271-1/+6
* Fixed possible NPE in AFP RendererManuel Mall2006-06-261-1/+2
* Updates to the AFP Renderer documentationManuel Mall2006-06-221-5/+81
* Bugfix for NullPointerException when xmp:ModifyDate isn't set in the FO metad...Jeremias Maerki2006-06-211-2/+4
* Bugzilla #39846, #39847:Jeremias Maerki2006-06-211-1/+1
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-2013-364/+309
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-1428-349/+1089
* Bugzilla #39809: Jeremias Maerki2006-06-141-1/+3
* Bugzilla #39777: Jeremias Maerki2006-06-145-171/+354
* Documentation update for Java2DRenderer and descendants.Jeremias Maerki2006-06-091-3/+6
* Added region-body_display-align to demonstrate the default behaviour for adju...Jeremias Maerki2006-06-082-26/+70
* Bugfix: components of border-separation weren't set when using shorthand-mode...Andreas L. Delmelle2006-06-081-4/+7
* Bugfix: Table headers were omitted when a table is a child of a block-container.Jeremias Maerki2006-06-071-1/+1
* Add bookmarks even if one of the leaves didn't resolve.Jeremias Maerki2006-06-071-0/+4
* See r412224: forgot to move the related code for TableColumn...Andreas L. Delmelle2006-06-072-4/+4
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-066-333/+308
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-053-14/+79
* Bugfix: All fonts names were converted unnecessarily to lower case in RTF out...Jeremias Maerki2006-06-051-8/+11