aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-303-7/+54
* 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
* 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
* changed to new logging for renderersKeiron Liddle2001-08-2119-138/+126
* changed to logkit for logging only half doneKeiron Liddle2001-08-2061-216/+314
* should now handle rotated text properlyKeiron Liddle2001-08-171-14/+18
* 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
* 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
* pdf renderer now adds the fonts at the end of all pages rather than after eac...Keiron Liddle2001-08-132-2/+3
* improved error message a bit if config couldn't be loadedKeiron Liddle2001-08-101-2/+3
* improves comparisonKeiron Liddle2001-08-101-2/+6
* changed the dpi for svg to 72 to be the same as other things in fopKeiron Liddle2001-08-091-1/+3
* *** empty log message ***Keiron Liddle2001-08-093-4/+8
* fixes error that is displayed in new acrobat readerKeiron Liddle2001-08-091-1/+2
* This just moves the marker supporting code from before Mark's patch intoSteve Coffman2001-08-062-2/+43
* adds support for lazy loading of fontsKeiron Liddle2001-08-064-3/+197
* setup a couple of propsKeiron Liddle2001-08-061-3/+8
* adds the remaining property groupsKeiron Liddle2001-08-066-0/+143
* gets all properties specified on each elementKeiron Liddle2001-08-0635-17/+906
* updated to new batik interfaceKeiron Liddle2001-08-064-0/+7
* Use a copy of BorderAndPadding to fix alignment bugs in header/footer cellsKaren Lease2001-08-051-1/+7
* Add clone methodKaren Lease2001-08-051-5/+35
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-021-14/+10
* Submitted by: Struan Judd (struan@sjudd.com)Tore Engvig2001-08-021-19/+4
* fixes PDFDoc to work with changed interfaceKeiron Liddle2001-08-021-1/+2
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-0126-718/+720
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-0128-529/+1095
* Submitted by: Sasaki Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-013-41/+41
* Fixed my own dump typo.Steve Coffman2001-07-311-1/+1
* The code formatting un-escaped all the glyphs. I fixed it and I tried to foll...Steve Coffman2001-07-311-327/+1095
* don't need to add prop mappings anymoreKeiron Liddle2001-07-311-29/+0
* Formatted code according to code standards.Tore Engvig2001-07-30375-37470/+31579
* fixed compile errorKeiron Liddle2001-07-301-1/+5
* started support to read all relevant propertiesKeiron Liddle2001-07-3013-123/+181
* handles xml only input, assumes fo fileKeiron Liddle2001-07-271-13/+22
* AHS: changed signaturesarved2001-07-271-5/+42
* handles page break for nested blocks nowKeiron Liddle2001-07-261-130/+154