aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Change PDFPage to use PDFDictionary in order to make it possible to better se...Jeremias Maerki2008-02-054-133/+73
* Bugzilla 43705:Andreas L. Delmelle2008-02-031-6/+24
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-033-3/+70
* Slight correction for pixel-values: pass the ratio of pixels-per-point into F...Andreas L. Delmelle2008-02-022-28/+27
* Further improvement in FixedLength:Andreas L. Delmelle2008-02-024-7/+14
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-026-86/+91
* Minor cleanup/improvement:Andreas L. Delmelle2008-02-022-25/+18
* Bugzilla 44343:Andreas L. Delmelle2008-02-011-3/+16
* Add a note about color space overrides which currently aren't supported for n...Jeremias Maerki2008-02-011-0/+2
* Move sRGB installation into the PDF library. That way it can be used in PDFDo...Jeremias Maerki2008-02-013-46/+95
* AlphaRasterImage now knows how to deal with TYPE_INT Rasters.Jeremias Maerki2008-02-014-187/+133
* Implemented drawRenderedImage() which fixes painting of PNG images embedded i...Jeremias Maerki2008-02-011-52/+38
* Removed the Dijkstra stuff as it was moved to Commons.Jeremias Maerki2008-01-305-448/+0
* "cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewe...Jeremias Maerki2008-01-301-48/+65
* Bugfix for invalid numTables entry in subset TrueType fonts if there was no "...Jeremias Maerki2008-01-281-2/+5
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-2813-65/+183
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-283-9/+24
* Of course startIndex == endIndex means there is one element whose length must...Vincent Hennebert2008-01-271-1/+1
* Bugzilla #44286:Andreas L. Delmelle2008-01-271-23/+26
* Fixed a bug in computeContentLength when there are empty cellsVincent Hennebert2008-01-251-13/+19
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-2/+2
* Fix exception when closing Source that doesn't have any streams.Jeremias Maerki2008-01-251-1/+1
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-251-51/+74
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-6/+6
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-249-72/+64
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-243-16/+12
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-2314-561/+796
* Bugzilla #44160:Jeremias Maerki2008-01-221-5/+9
* Correct inline writing when object has an object number.Jeremias Maerki2008-01-211-2/+6
* A name object can be encoded as a stand-along PDF object with object number a...Jeremias Maerki2008-01-211-1/+22
* Removed stray System.outJeremias Maerki2008-01-211-3/+0
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-1710-120/+241
* added serial version idAdrian Cumiskey2008-01-171-0/+2
* Clear parent if later on an object number is assigned to a PDFObject which me...Jeremias Maerki2008-01-141-0/+1
* Restore default constructor for PDFArray.Jeremias Maerki2008-01-141-11/+10
* java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...Jeremias Maerki2008-01-142-1/+87
* Removed stray reference to ImageFactory.Jeremias Maerki2008-01-111-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-1187-1472/+4844
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-1125-453/+561
* Renamed lastRow into currentRow and yoffset into currentRowOffsetVincent Hennebert2008-01-101-25/+27
* The return value of addAreasAndFlushRow is never used, changed it to voidVincent Hennebert2008-01-101-3/+1
* Removed accumulatedBPD which is redundant with yoffsetVincent Hennebert2008-01-101-3/+1
* Removed endPart() method and moved its content into addAreasAndFlushRow()Vincent Hennebert2008-01-102-7/+3
* Simplified addAreasAndFlushRowVincent Hennebert2008-01-101-18/+2
* No need to check if the end of the cell is reached when creating the areas fo...Vincent Hennebert2008-01-101-2/+1
* - renamed variables for clarityVincent Hennebert2008-01-103-40/+39
* PostScript output now generates the bounding box DSC comments for the whole d...Jeremias Maerki2008-01-102-14/+43
* Added basic support for PDF page labels.Jeremias Maerki2008-01-107-95/+401
* cleanupAdrian Cumiskey2008-01-091-18/+13