aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-7/+10
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-2/+2
* Set the background a little later, after the IPD is set. A block area grows a...Jeremias Maerki2005-08-291-2/+2
* A little more debug output.Jeremias Maerki2005-08-291-1/+2
* Write the start-indent trait to the area tree XML.Jeremias Maerki2005-08-291-0/+3
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
* Added warning for unimplemented featureAndreas L. Delmelle2005-08-281-0/+3
* RTF: borders had been too thick: divide by 50 to convert from millipoint to t...Peter Herweg2005-08-281-1/+2
* fixed support for basic-link; process table-footer only, if there is onePeter Herweg2005-08-281-7/+8
* Bugzilla #36391: Jeremias Maerki2005-08-271-4/+7
* Bugzilla #36394: Jeremias Maerki2005-08-271-0/+1
* Bugfixes and code cleanup: Jeremias Maerki2005-08-261-136/+109
* Fix problem with SVG painting. ET was not sent.Jeremias Maerki2005-08-261-0/+1
* Add support for character area.Jeremias Maerki2005-08-261-2/+17
* Common base class for TextArea and Character. These two might even be merged ...Jeremias Maerki2005-08-264-77/+71
* The necessary SVN properties.Jeremias Maerki2005-08-261-64/+64
* Added support for table border-*-precedence properties in the tableFinn Bock2005-08-266-51/+55
* Removed debug output.Finn Bock2005-08-261-1/+0
* Initial version of a property maker that calculate default values for Finn Bock2005-08-261-0/+65
* fixed support for tables and listsPeter Herweg2005-08-251-39/+81
* Fix a bug where the specified value was inherite for percentages onFinn Bock2005-08-252-12/+4
* Fix for bug 35940Luca Furini2005-08-251-5/+41
* Bugfix for block-container-abs6 which didn't paint correctly in PostScript af...Jeremias Maerki2005-08-251-0/+1
* Kerning is currently not supported by the layout engine, so disable it for PD...Jeremias Maerki2005-08-252-2/+14
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-244-119/+139
* Two constants I'd like to reuse elsewhere.Jeremias Maerki2005-08-241-2/+8
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-2410-59/+63
* Reintroduce they user's hyphenation patterns into the build process.Simon Pepping2005-08-231-22/+34
* Fixes a bug where the bitmaps were not loaded at all.Jeremias Maerki2005-08-231-0/+11
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-236-144/+369
* New "-foout" parameter which only saves the intermediate XSL-FO file when -xm...Jeremias Maerki2005-08-233-10/+63
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-2313-206/+325
* Fix the DSC comment (Begin|EndDocument) for EPS files. It wasn't in the right...Jeremias Maerki2005-08-221-3/+9
* Remember the original URI in the FopImage instance. Jeremias Maerki2005-08-2212-23/+36
* Code simplification.Jeremias Maerki2005-08-2110-77/+31
* Sorry, had a non-released version in my classpath. Reverting.Jeremias Maerki2005-08-211-2/+2
* CopyUtils is deprecated.Jeremias Maerki2005-08-211-3/+3
* Bugzilla #36224: Jeremias Maerki2005-08-2116-236/+508
* Remove obsolete method.Jeremias Maerki2005-08-211-36/+0
* Rename PDFXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-213-34/+33
* Rename PSXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-212-10/+10
* Better error message.Jeremias Maerki2005-08-211-1/+2
* An attempt at helpful error output when the top/left/bottom/right properties ...Jeremias Maerki2005-08-211-4/+42
* Show and fix a bug where bottom/right positioning of block-containers didn't ...Jeremias Maerki2005-08-211-0/+1
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-2110-897/+1541
* Access to the region-name for special comments in the PS output.Jeremias Maerki2005-08-211-0/+5
* New hasTrait() method.Jeremias Maerki2005-08-211-0/+12
* Bugfix for Bugzilla #36248 (and inline2.xml): Jeremias Maerki2005-08-204-14/+25
* Add a method to clear all image caches for testing purposes. It shouldn't be ...Jeremias Maerki2005-08-162-2/+37
* Notify image cache about the expiration of a user agent (i.e. processing run).Jeremias Maerki2005-08-161-13/+16