summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Expand)AuthorAgeFilesLines
...
* Perfomance tuning (reduced object creation etc.) (see bug #14103)Christian Geisert2002-11-2257-355/+348
* Correct ordering of loca table in embedded true type fontsKaren Lease2002-11-211-22/+45
* Added support for CCITT Group 4 encoded TIFF filesChristian Geisert2002-11-186-74/+327
* Fixed Bug 14576Jeremias Maerki2002-11-181-1/+3
* basic-link should work again. Sorry.Jeremias Maerki2002-11-131-1/+1
* Adjust for Batik 1.5b4Jeremias Maerki2002-11-132-45/+51
* Adjust for Batik 1.5b4Jeremias Maerki2002-11-131-46/+132
* Fix deprecation messageJeremias Maerki2002-11-131-6/+6
* Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301)Christian Geisert2002-11-111-5/+1
* Also use the new method to retrieve the baseURLJeremias Maerki2002-11-111-4/+4
* Fix ArrayOutOfBoundException when number of rects is zero in mergeLinks().Jeremias Maerki2002-11-111-13/+13
* Configuration now has two static getter methods returning a baseURL and a fon...Jeremias Maerki2002-11-0833-855/+911
* Fixed multi-threading bugs (NPEs)Jeremias Maerki2002-11-083-32/+49
* Improved registration of ImageReader implementations.Jeremias Maerki2002-11-081-16/+49
* Little helper class with static methods to build a URL from a string which ca...Jeremias Maerki2002-11-081-0/+64
* Bugzilla Entry 13310Jeremias Maerki2002-11-0511-64/+58
* Bugzilla Entry 14161Jeremias Maerki2002-11-044-84/+43
* Fixed sloppy passing of StringBuffer which causes problems ifJoerg Pietschmann2002-10-091-3/+4
* Use the formatted page number string instead of theJoerg Pietschmann2002-09-302-7/+8
* Moved table row ID creation so that the ID will always be createdJoerg Pietschmann2002-09-261-5/+2
* Fix parameter type in constructorKaren Lease2002-09-261-1/+1
* Fix NPE if no embed file specified for a fontKaren Lease2002-09-261-0/+1
* Improve link hotspot positioningKaren Lease2002-09-2616-45/+73
* Preliminarily added additional constructors to OptionsJoerg Pietschmann2002-09-176-109/+124
* Fixed problem with empty text buffer.Joerg Pietschmann2002-09-171-1/+1
* Added method to clear the image cache to FopImageFactory.Joerg Pietschmann2002-09-171-0/+6
* Added some missing SVG elements.Joerg Pietschmann2002-09-121-0/+3
* A few more JavaDoc related patches.Joerg Pietschmann2002-09-1228-47/+150
* Added directory missed by last commitJoerg Pietschmann2002-09-121-0/+6
* Added package description files for javadoc generation.Joerg Pietschmann2002-09-1221-0/+134
* Fixed wrong parameter sequence.Joerg Pietschmann2002-09-121-1/+1
* Recognize JDK1.4 and setup filters for appropriatly commentingJoerg Pietschmann2002-09-091-4/+5
* Fixed page number setup for consecutive page sequences.Joerg Pietschmann2002-08-211-0/+2
* Added a RunLengthEncode filter for the PostScript renderer.Jeremias Maerki2002-08-121-5/+38
* This commit was manufactured by cvs2svn to create branch(no author)2002-08-121-0/+205
* Better fix for setting TextDecoration.Joerg Pietschmann2002-08-1010-72/+59
* Wrapper does now set the TextState.Joerg Pietschmann2002-08-101-1/+3
* Fixed width calculation for spaces which are not mappedJoerg Pietschmann2002-08-091-44/+68
* Replaced Java 1.0 containers by Java 1.2 containers.Joerg Pietschmann2002-08-02131-1795/+1466
* Simplified ASCII85Filter computation, thereby hopefullyJoerg Pietschmann2002-08-011-17/+29
* Added border-spacing supportJoerg Pietschmann2002-07-281-0/+9
* Removed some unused codeJoerg Pietschmann2002-07-273-80/+0
* Check whether there is a flow in a page sequence.Joerg Pietschmann2002-07-271-3/+6
* Removed fo:flow hackery. Simplified structure checking andJoerg Pietschmann2002-07-244-287/+269
* Removed 'name' field and diverse getElementName() methods,Joerg Pietschmann2002-07-2467-182/+291
* Fixed problem with link rectangle offset.Joerg Pietschmann2002-07-201-1/+1
* Small corrections for the validity checking patch.Joerg Pietschmann2002-07-203-13/+16
* Better validity checking for table FOs.Joerg Pietschmann2002-07-205-231/+279
* Get logger from parent in FONode constructor. This allows loggingJoerg Pietschmann2002-07-194-34/+45
* Fixed marker retrival to a large degree. It worksJoerg Pietschmann2002-07-192-54/+70