summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging for release 0.91 betafop-0_91-betaJeremias Maerki2005-12-230-0/+0
* Update Release Branch.fop-0_91Jeremias Maerki2005-12-232-4/+5
* Adding user instructions for GnuPGJeremias Maerki2005-12-231-1/+3
* Looks like I have to add my key now that I need to sign the release myself.Jeremias Maerki2005-12-231-0/+53
* Release notesJeremias Maerki2005-12-232-24/+153
* Added 0.91 beta documentation.Jeremias Maerki2005-12-2319-68/+137
* Update release checklist.Jeremias Maerki2005-12-231-19/+23
* Merge from Trunk:Jeremias Maerki2005-12-234-3/+118
* Deprecated Fop constructors that use the integer constants for output format ...Jeremias Maerki2005-12-233-98/+11
* Doc and news updates Jeremias Maerki2005-12-233-5/+20
* Fixed a small oversight. Code is not even in use.Jeremias Maerki2005-12-231-1/+1
* Forgot to bump the copyright year. Probably not the first time. :-)Jeremias Maerki2005-12-231-1/+1
* Relaxed validation for empty static-content for compatibility with 0.20.5.Jeremias Maerki2005-12-231-1/+1
* Merge from Trunk:Jeremias Maerki2005-12-224-9/+29
* ApacheCon is over.Jeremias Maerki2005-12-211-2/+2
* Updated the classpath for PFMReader and TTFReader.Jeremias Maerki2005-12-211-12/+15
* Bump version numberJeremias Maerki2005-12-201-1/+1
* Branching Trunk in preparation of the upcoming 0.91beta releaseJeremias Maerki2005-12-200-0/+0
* Bugzilla #37964:Jeremias Maerki2005-12-204-8/+57
* One less lookup.Jeremias Maerki2005-12-191-2/+3
* Update for status page. Table on status of the individual components added. T...Jeremias Maerki2005-12-191-14/+75
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-192-2/+4
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-1710-14/+107
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-1621-583/+779
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-1520-69/+135
* Bugzilla #37877:Jeremias Maerki2005-12-151-1/+1
* Debug optimizationJeremias Maerki2005-12-151-1/+3
* Bugzilla #37875:Jeremias Maerki2005-12-153-9/+89
* Fixed a problem where a block containing only a nbsp was not rendered at allManuel Mall2005-12-153-0/+59
* Fixed a bug where the area for a finished cell that is broken over pages was ...Jeremias Maerki2005-12-153-1/+97
* Attempt at providing context information about the element causing an endless...Jeremias Maerki2005-12-152-5/+39
* Added checks that warn about tables and block-containers that are wider than ...Jeremias Maerki2005-12-153-0/+22
* Corrected info.Jeremias Maerki2005-12-141-1/+1
* Don't hyphenate when wrap is set to "no-wrap".Jeremias Maerki2005-12-144-1/+109
* Bugfix: addAnchor didn't find the anchor for empty inline elements in a footn...Jeremias Maerki2005-12-141-3/+19
* Restored PNG support for RTF output and fixed two bugs related to image handl...Jeremias Maerki2005-12-138-14/+74
* Bugzilla #37880:Jeremias Maerki2005-12-134-3/+94
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-139-153/+306
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-139-19/+149
* Removed a method call that is not yet available in the repository. Sorry guys.Jeremias Maerki2005-12-121-2/+1
* Add checkstyle variable to the header path. This is required by theSimon Pepping2005-12-121-1/+1
* Quick fix to get the size of images right in RTF output. It looks like \picwg...Jeremias Maerki2005-12-123-21/+95
* New download locationChristian Geisert2005-12-121-1/+1
* XSL 1.1 Bookmarks added to the compliance page.Jeremias Maerki2005-12-112-4/+82
* The result of some practice with CheckstyleSimon Pepping2005-12-094-14/+17
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-096-13/+38
* The command-line now automatically sets two parameters for any XSLT transform...Jeremias Maerki2005-12-092-6/+16
* The output file is now deleted when an exception occurs when calling FOP from...Jeremias Maerki2005-12-092-0/+7
* Better approach for enforcing the overflow property on block-containers.Jeremias Maerki2005-12-083-20/+68
* Bugfix: Areas for table-cells that are broken over more than one page are now...Jeremias Maerki2005-12-086-18/+41