aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more refactoring of duplicate code in renderersKeiron Liddle2001-09-186-316/+103
* fixes a problem where the table header was not reset if could notKeiron Liddle2001-09-181-0/+1
* Patch to handle direct embedding of jpeg images into pdfKeiron Liddle2001-09-186-10/+208
* fixed a few awt render problems and a bit more render refactoringKeiron Liddle2001-09-179-126/+66
* put a few common methods in the abstract rendererKeiron Liddle2001-09-174-147/+96
* fixed possible npeKeiron Liddle2001-09-163-0/+3
* fixed potential npeKeiron Liddle2001-09-141-1/+2
* handles foreign namespace elements and unknown elements betterKeiron Liddle2001-09-136-5/+210
* made the construction of foreign name dom a bit more directKeiron Liddle2001-09-129-268/+241
* gets the available space better, should prevent some infinite loopsKeiron Liddle2001-09-121-1/+2
* improved debugging messages a bitKeiron Liddle2001-09-1126-57/+69
* add build.bat for building on windowsKeiron Liddle2001-09-111-0/+29
* some minor updates, no longer need ant optionalKeiron Liddle2001-09-107-10/+27
* forgot about quotesKeiron Liddle2001-09-071-0/+5
* handles uri's with "url(" + URI + ")"Keiron Liddle2001-09-071-1/+15
* new design documentation using docbookKeiron Liddle2001-09-0722-0/+911
* this handles viewBox links in svg betterKeiron Liddle2001-09-074-11/+108
* Jeremias Maerki's patch to fix page citations for PostScript rendering.Steve Coffman2001-09-051-1/+15
* this patch should fix a problem with hyphenating large wordsKeiron Liddle2001-08-311-17/+32
* a better shell script to run fop with worksKeiron Liddle2001-08-311-4/+103
* basic link now extends inline as suggested byKeiron Liddle2001-08-312-12/+5
* Applies lmckenzi@ca.ibm.com's patch, which would have been very hardSteve Coffman2001-08-302-3/+71
* will handle max leader length better, default was 0 beforeKeiron Liddle2001-08-301-2/+8
* handles viewbox and no svg size betterKeiron Liddle2001-08-306-12/+75
* fixed dasharray units for small values that round to 0Keiron Liddle2001-08-301-1/+7
* Remove svgproperties.xml which no longer existsKaren Lease2001-08-261-1/+0
* Remove now unnecessary mergefile from xslt processing for font files.Karen Lease2001-08-261-15/+15
* Use the key function with the external charlist.xml file so no need for merge...Karen Lease2001-08-261-5/+7
* Only build the DOM if needed for mergefile. Otherwise pass input xml file dir...Karen Lease2001-08-261-2/+12
* made the pdf renderer reusable (eg. how cocoon uses it)Keiron Liddle2001-08-231-0/+9
* sets the logger on the treebuilder when getting the content handlerKeiron Liddle2001-08-221-1/+1
* put back bookmark extension - not completeKeiron Liddle2001-08-215-16/+41
* fixed error replaced invalid & with a %Keiron Liddle2001-08-211-1/+1
* changed to new logging for renderersKeiron Liddle2001-08-2119-138/+126
* Fixes script classpaths to use avalon and logkit.Steve Coffman2001-08-205-4/+8
* This adds avalon and logkit to the path to allow execution.Steve Coffman2001-08-201-2/+2
* Fixes the id attribute to be ref-id to allow bookmarks to build.Steve Coffman2001-08-201-2/+2
* Added Avalon and Logkit to path to allow execution.Steve Coffman2001-08-202-2/+2
* adjusted classpath libs for loggingKeiron Liddle2001-08-204-5/+10
* changed to logkit for logging only half doneKeiron Liddle2001-08-2061-216/+314
* should now handle rotated text properlyKeiron Liddle2001-08-171-14/+18
* Submitted by: Weiqi Gao <weiqigao@networkusa.net>Keiron Liddle2001-08-161-1/+1
* added YAS to specify if output should be consistent, default is falseKeiron Liddle2001-08-152-2/+12
* fixes some npe's if characters outsite rootKeiron Liddle2001-08-151-1/+6
* added support for embedded fonts for svg text, also added proper escapingKeiron Liddle2001-08-152-18/+138
* This fixes A4 letter size printing from Jeremias Maerki.Steve Coffman2001-08-141-2/+4
* adds support for svg links to be put into the pdfKeiron Liddle2001-08-146-9/+81
* added logkit (version 1.0b4) for loggingKeiron Liddle2001-08-143-2/+3
* catches SecurityException for (future) use in security of webstartKeiron Liddle2001-08-141-3/+7
* added option for url in input handlerKeiron Liddle2001-08-142-8/+17