aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* 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
* No object number in the constructor. Jeremias Maerki2003-03-271-15/+23
* Adjust to the PDFT1Stream being an AbstractPDFStream now.Jeremias Maerki2003-03-272-5/+5
* Adjust to the PDF Stream changes.Jeremias Maerki2003-03-273-137/+176
* Adjust to the PDF Stream changes. Jeremias Maerki2003-03-271-21/+19
* The Type1 font stream is now an AbstractPDFStream to bypass the need for an a...Jeremias Maerki2003-03-271-36/+34
* Most code has wandered off to AbstractPDFStream. The only thing it does now i...Jeremias Maerki2003-03-271-264/+19
* Image implementation can now indicate if it is DCT encoded (JPEGs). Jeremias Maerki2003-03-271-4/+21
* No object number in the constructor. Jeremias Maerki2003-03-271-40/+51
* Use the toPDFString() (returns String) method instead of toPDF() (returns byt...Jeremias Maerki2003-03-271-6/+3
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-2730-488/+312
* Support as independant PDF object. Used for on-the-fly stream output.Jeremias Maerki2003-03-271-4/+35
* Make todo more prominent (detected by checkstyle)Jeremias Maerki2003-03-271-1/+1
* Streamlined. Add code for encryption of string and text values. All PDF objec...Jeremias Maerki2003-03-271-21/+145
* Streamlined. Do some simple memory allocation optimization.Jeremias Maerki2003-03-273-100/+62