aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for text decoration.Adrian Cumiskey2008-09-031-2/+1
* Order important for setting uri otherwise value gets clobbered.Adrian Cumiskey2008-09-031-2/+2
* Set the resource level to the default value if not set.Adrian Cumiskey2008-09-031-2/+2
* Fix for writing objects before Active Environment Group.Adrian Cumiskey2008-09-031-1/+1
* * Structural fixes with StrucFlgs class.Adrian Cumiskey2008-09-0330-512/+844
* ObjectContainer/IncludeObject structure fixes.Adrian Cumiskey2008-08-2929-308/+594
* 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-276-5/+43
* * print-file level (default) resources are now immediately streamed and pages...Adrian Cumiskey2008-08-27110-4444/+4686
* Merged revisions 687323,687327,687365,687369 via svnmerge from Adrian Cumiskey2008-08-208-34/+33
* Merged revisions 685918,687305 via svnmerge from Adrian Cumiskey2008-08-204-41/+14
* Merged revisions 685573,685785,685879,685885 via svnmerge from Adrian Cumiskey2008-08-145-49/+29
* Merged revisions 682600,682604-682605,682616-682618,682625,682630,683136,6831...Adrian Cumiskey2008-08-132-17/+30
* Merged revisions 681296,681307 via svnmerge from Adrian Cumiskey2008-07-3117-282/+863
* Bugfix: ResourceStore didn't close the RandomAccessFile and therefore couldn'...Jeremias Maerki2008-07-302-35/+39
* * Provide warning message if no "any" font family is configured.Adrian Cumiskey2008-07-294-6/+30
* Minor generics comment adjustment.Adrian Cumiskey2008-07-291-1/+1
* Added a base 12 (Helvetica, Times and Courier) fallback font collection for A...Adrian Cumiskey2008-07-294-65/+189
* Merged revisions 680369,680378 via svnmerge from Adrian Cumiskey2008-07-293-18/+11
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-25243-1932/+1932
* * Moved AFPConstants from org.apache.fop.render.afp.modca into org.apache.fop...Adrian Cumiskey2008-07-2433-610/+849
* Removed commented code.Adrian Cumiskey2008-07-231-27/+0
* Checkstyle nitAdrian Cumiskey2008-07-221-1/+2
* The new LineDataInfo class which I neglected to add... :)Adrian Cumiskey2008-07-221-0/+193
* * Removed unused goca accessor methods from AFPState.Adrian Cumiskey2008-07-2210-257/+236
* Minor cleanup.Adrian Cumiskey2008-07-221-24/+21
* Added a finalize() just in case a problem occurs during rendering and close()...Adrian Cumiskey2008-07-221-4/+20
* Added some String statics.Adrian Cumiskey2008-07-221-4/+10
* Renamed method canBeIncluded() to isIncludable().Adrian Cumiskey2008-07-214-4/+4
* 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-216-77/+30
* Updated generics comment.Adrian Cumiskey2008-07-211-1/+1
* Fixed bug in drawBorderLine() implementation.Adrian Cumiskey2008-07-211-1/+1
* * Fixed problem with SVG object type not being determined.Adrian Cumiskey2008-07-217-48/+42
* Provide exception message if problems occurred closing/deleting temporary cac...Adrian Cumiskey2008-07-211-1/+1
* Better to remove on finally rather than the try block.Adrian Cumiskey2008-07-211-2/+3
* Must synchronize on cacheMap when removing DataObjectCache instance.Adrian Cumiskey2008-07-211-1/+5
* * Invalidate/remove entry for the cache properly on AFPDataStream.write().Adrian Cumiskey2008-07-212-13/+24
* * Fixed bug in cache where object is not able to use IOB mechanism.Adrian Cumiskey2008-07-217-121/+168
* Tidy up.Adrian Cumiskey2008-07-215-51/+42
* Merged revisions 677973 via svnmerge from Adrian Cumiskey2008-07-181-55/+39
* 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
* Some minor optimizations and javadoc corrections.Adrian Cumiskey2008-07-181-12/+10
* * Added PresentationSpaceMixingRulesTriplet, DescriptorPositionTriplet and Pr...Adrian Cumiskey2008-07-1812-87/+228
* Merged revisions 677863 via svnmerge from Adrian Cumiskey2008-07-181-16/+0