aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/afp/modca
Commit message (Expand)AuthorAgeFilesLines
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-2765-9661/+0
* Improved name truncation warning.Adrian Cumiskey2008-10-221-2/+4
* I am not in love yet with the new eclispe subversion client I'm using... :(Adrian Cumiskey2008-10-221-69/+0
* Default to inline resource level for GOCA graphic objects (when no afp:resour...Adrian Cumiskey2008-10-221-0/+69
* Ensures > 0 coordinate values.Adrian Cumiskey2008-10-221-8/+15
* * Block-container positioning fix.Adrian Cumiskey2008-10-107-165/+167
* * Image positioning fix.Adrian Cumiskey2008-09-0813-185/+261
* Fix for writing objects before Active Environment Group.Adrian Cumiskey2008-09-031-1/+1
* * Structural fixes with StrucFlgs class.Adrian Cumiskey2008-09-0315-222/+228
* ObjectContainer/IncludeObject structure fixes.Adrian Cumiskey2008-08-2920-143/+378
* Added PresentationEnvironmentControl object.Adrian Cumiskey2008-08-291-0/+97
* Added MapContainerData object.Adrian Cumiskey2008-08-291-0/+57
* Forgot to add Streamable.Adrian Cumiskey2008-08-274-4/+4
* * print-file level (default) resources are now immediately streamed and pages...Adrian Cumiskey2008-08-2762-4590/+2007
* Bugfix: ResourceStore didn't close the RandomAccessFile and therefore couldn'...Jeremias Maerki2008-07-302-35/+39
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-257-30/+30
* * Moved AFPConstants from org.apache.fop.render.afp.modca into org.apache.fop...Adrian Cumiskey2008-07-2423-251/+783
* * Removed unused goca accessor methods from AFPState.Adrian Cumiskey2008-07-224-102/+37
* Renamed method canBeIncluded() to isIncludable().Adrian Cumiskey2008-07-213-3/+3
* Unused imports.Adrian Cumiskey2008-07-211-2/+0
* Renamed variable and removed now redundant methods.Adrian Cumiskey2008-07-211-25/+5
* Removed arbitrary image formats from MO:DCA registry.Adrian Cumiskey2008-07-213-71/+21
* * Fixed problem with SVG object type not being determined.Adrian Cumiskey2008-07-213-37/+15
* * Invalidate/remove entry for the cache properly on AFPDataStream.write().Adrian Cumiskey2008-07-211-1/+1
* * Fixed bug in cache where object is not able to use IOB mechanism.Adrian Cumiskey2008-07-216-82/+102
* Tidy up.Adrian Cumiskey2008-07-212-22/+6
* More optimizations and cleanups.Adrian Cumiskey2008-07-1815-288/+100
* Removed commented out code.Adrian Cumiskey2008-07-181-67/+1
* Unused import.Adrian Cumiskey2008-07-181-1/+0
* Replaced PresentationSpaceMixingRulesTriplet (currently unsupported in AFP en...Adrian Cumiskey2008-07-181-7/+11
* * Added PresentationSpaceMixingRulesTriplet, DescriptorPositionTriplet and Pr...Adrian Cumiskey2008-07-1811-86/+219
* * Added new DataObjectFactory to take care of MO:DCA DataObject creation/inst...Adrian Cumiskey2008-07-1749-1452/+1259
* This fixes "IllegalArgumentException: Transparent data is longer than 253 bytes"Adrian Cumiskey2008-07-101-10/+34
* * Created new AbstractState class that shares common properties and stack pop...Adrian Cumiskey2008-07-104-259/+187
* Fixed placement of bitmap images for AFP output.Jeremias Maerki2008-07-102-39/+45
* Added some useful constants.Adrian Cumiskey2008-06-301-0/+11
* * Created new AreaObjectInfo class POJO to cleanup all this long parameter pa...Adrian Cumiskey2008-06-096-135/+124
* Cleanup of variable names.Adrian Cumiskey2008-06-061-45/+36
* Unused.Adrian Cumiskey2008-06-041-64/+0
* Fix for wrong data arraycopy on OCD.Adrian Cumiskey2008-06-041-1/+1
* * getImageUri() implementation provided on Graphics2DAdaptor implementations.Adrian Cumiskey2008-06-027-144/+236
* Just cleanup.Adrian Cumiskey2008-06-021-26/+16
* Added accessor/instantiator method for ObjectEnvironmentGroupAdrian Cumiskey2008-05-291-2/+10
* Improved commentAdrian Cumiskey2008-05-281-1/+2
* Warning given when mimetype provided is missing/null for whatever reasonAdrian Cumiskey2008-05-281-1/+9
* Broke out data members from ResourceInfo and created ResourceLevel classAdrian Cumiskey2008-05-2019-201/+340
* Further progress.Adrian Cumiskey2008-05-1450-613/+1026
* Structured field length fix for ObjectContainer.Adrian Cumiskey2008-04-161-3/+3
* Further reworking and refinements. Not a working model yet.Adrian Cumiskey2008-04-1623-334/+583
* Some fixes to apply but committed in preparation for http://svn.apache.org/vi...Adrian Cumiskey2008-04-1120-854/+1218