aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Add missing setParserFeatures() Jeremias Maerki2003-05-141-0/+1
* Fixed bug: Jeremias Maerki2003-05-081-15/+6
* Fix checkstyle problems.William Victor Mote2003-05-065-61/+477
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-065-13/+18
* Make StructureHandler and most of its methods abstract. It is never instantia...William Victor Mote2003-05-064-169/+432
* Refactor: extract method startStructuredPageSequence(), and reuse it.William Victor Mote2003-05-041-18/+22
* Add params includeSelf and returnRoot to findNearestAncestorGeneratingRAs() f...William Victor Mote2003-05-021-8/+31
* Refactor: unwind "for" statement in findNearestAncestorGeneratingRAs() for mo...William Victor Mote2003-05-021-5/+5
* Refactor: extract method findNearestAncestorGeneratingRAs() from setWritingMo...William Victor Mote2003-05-021-9/+21
* Refactor: rename and cleanup findBaseProperty().William Victor Mote2003-05-011-24/+26
* Refactor: minor cleanup of variable names, APIs, javadocs.William Victor Mote2003-05-011-14/+12
* Refactor: combine the two convertAttributeToProperty() methods.William Victor Mote2003-05-011-60/+65
* Refactor: extract overloaded method convertAttributeToProperty() from the "fo...William Victor Mote2003-05-011-38/+46
* Refactor: extract method convertAttributeToProperty() from makeList()William Victor Mote2003-05-011-16/+37
* Refactor: Extract method FObj.getPropertiesForNamespace() from PropertyListBu...William Victor Mote2003-05-012-9/+13
* Refactor: Clean up API between FObj.handleAttrs() and PropertyListBuilder.mak...William Victor Mote2003-05-012-9/+22
* Remove propsDone. Unused, probably unneeded, and in the way.William Victor Mote2003-04-281-7/+0
* Refactor: extract methods findBasePropertyName and findSubPropertyName from m...William Victor Mote2003-04-281-19/+41
* Refactor: make local variable names more meaningful.William Victor Mote2003-04-271-16/+17
* Refactor: extract method findNearestAncestorFObj from handleAttrsWilliam Victor Mote2003-04-271-16/+26
* Enhancements for javadocs.William Victor Mote2003-04-271-3/+4
* Refactor:William Victor Mote2003-04-271-33/+45
* Fix array out-of-bounds error. pageSequence starts at 1, the array starts at 0.William Victor Mote2003-04-271-12/+12
* Clean up javadoc warnings.William Victor Mote2003-04-264-36/+36
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-2519-247/+247
* move overview.html to fop's root src directory.William Victor Mote2003-04-241-0/+9
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-2410-105/+105
* Replace use of deprecated field with recommended method to remove a compiler ...William Victor Mote2003-04-231-30/+30
* Attempt to eliminate gump javadoc warnings.William Victor Mote2003-04-233-26/+26
* Adjust for method move. Fixes compile error. Jeremias Maerki2003-04-181-1/+1
* Moved all procsets out to PSProcSets. Jeremias Maerki2003-04-174-52/+101
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-034-22/+33
* Fix font registration (normal and bold work again, invalid values get barked ...Jeremias Maerki2003-04-031-5/+18
* Added toString() method for debuggingJeremias Maerki2003-04-031-0/+7
* Default without any configuration is now (again?) Flate filter. Jeremias Maerki2003-03-283-30/+100
* moved image drawing so drawing with size also worksKeiron Liddle2003-03-271-45/+44
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-29/+107
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-44/+21
* Is now subclass of AbstractFOPTranscoder.Jeremias Maerki2003-03-271-166/+4
* Moved common code to abstract base class. Jeremias Maerki2003-03-271-158/+30
* Logging via Avalon Logger.Jeremias Maerki2003-03-271-6/+12
* Special SAXSVGDocumentFactory with the ability to set an arbitrary EntityReso...Jeremias Maerki2003-03-271-0/+105
* Common base class for all of FOP's transcoders.Jeremias Maerki2003-03-271-0/+317
* Adjust to changes in the PDF library. Jeremias Maerki2003-03-271-72/+25
* Adjust for new PDFImage design. Jeremias Maerki2003-03-271-48/+38
* Added method for build a font list from an Avalon Configuration object.Jeremias Maerki2003-03-271-2/+34
* Switch for disabling on-the-fly stream output (if something goes wrong. was t...Jeremias Maerki2003-03-271-1369/+313
* PDF Encryption works now in every case I tested. Also, the text and string di...Jeremias Maerki2003-03-272-50/+88
* Adjust to changes in PDFImage design.Jeremias Maerki2003-03-271-16/+23
* Better name for the parent reference variable. Jeremias Maerki2003-03-271-31/+35