aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Don't swallow the stack trace. Jeremias Maerki2006-01-261-10/+10
* 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
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-251-6/+8
* 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-242-12/+7
* 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-206-65/+91
* RTF output did not generate the "\landscape" tag when necessary.Jeremias Maerki2006-01-202-10/+20
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-194-3/+212
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-172-46/+105
* 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
* 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-101-1/+10
* fix error with lists: listIdGenerator must not be a local variable, in order ...Peter Herweg2006-01-091-2/+1
* MainRefrence.getWidth() is never set, preparing to remove this method.Jeremias Maerki2006-01-091-3/+2
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-076-14/+11
* Bugzilla #38132:Jeremias Maerki2006-01-051-2/+10
* 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
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-1/+1
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-227-52/+106
* Issue a warning when an unresolved bookmark item is received. This will be cu...Jeremias Maerki2005-12-221-0/+2
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-3/+3
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-172-9/+7
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-1614-535/+604
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-157-20/+21
* Restored PNG support for RTF output and fixed two bugs related to image handl...Jeremias Maerki2005-12-131-3/+6
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-137-153/+273
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-1/+2
* Removed a method call that is not yet available in the repository. Sorry guys.Jeremias Maerki2005-12-121-2/+1
* Quick fix to get the size of images right in RTF output. It looks like \picwg...Jeremias Maerki2005-12-123-21/+95
* Better approach for enforcing the overflow property on block-containers.Jeremias Maerki2005-12-081-10/+5
* Bugfix: OutputStreams created by the PNG Renderer were not properly closed.Jeremias Maerki2005-12-062-27/+76
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-022-2/+2
* Bugfix: Relatively positioned BlockViewports (from block-containers) caused t...Jeremias Maerki2005-12-011-8/+0
* Bugfix for placement of text inside a text area when borders are present in P...Jeremias Maerki2005-11-241-1/+1
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-242-38/+97
* Found another old URLJeremias Maerki2005-11-241-1/+1
* Corrected copy/paste mistake in java commentManuel Mall2005-11-181-3/+2
* Added user config font registration to XML RendererManuel Mall2005-11-181-0/+19
* Avoid painting empty rectangles because that can lead to unwanted artifacts.Jeremias Maerki2005-11-152-6/+10