4526 Commits (fop-0_95)

Author SHA1 Message Date
  Vincent Hennebert 8f8d5b995c Removed the no longer needed maxColumnCount parameter 16 years ago
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. 16 years ago
  Jeremias Maerki 449a0d0764 Bugzilla #44160: 16 years ago
  Jeremias Maerki f92cc1b2d3 A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library. 16 years ago
  Vincent Hennebert 1ebf696d40 Updated text to reflect the upgrading of the minimum Java requirement to 1.4 16 years ago
  Vincent Hennebert 450450ded8 Fixed minor typos 16 years ago
  Jeremias Maerki 95287ea8d8 Complete overhaul of the "Graphics" page after the new image loading framework has been introduced. 16 years ago
  Jeremias Maerki f549f74c84 A note about the internal coordinate system when using fox:transform. 16 years ago
  Jeremias Maerki daa5c136fe Correct inline writing when object has an object number. 16 years ago
  Jeremias Maerki ec59ecf8a7 A name object can be encoded as a stand-along PDF object with object number and all, so extend from PDFObject. Fixes a possible ClassCastException with the PDF-in-PDF extension. 16 years ago
  Jeremias Maerki 40f39c202e Removed stray System.out 16 years ago
  Jeremias Maerki 43a55cf849 Copy/Paste problem with TTF has long been fixed. 16 years ago
  Jeremias Maerki 341da37f03 Fixed logic error setting the transformation matrix for block-container viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below). 16 years ago
  Adrian Cumiskey 5b110dff04 added serial version id 16 years ago
  Jeremias Maerki 74b1c2e7f1 Fixed dead link. 16 years ago
  Jeremias Maerki 42cd3311c3 Clear parent if later on an object number is assigned to a PDFObject which means it is a top-level object. 16 years ago
  Jeremias Maerki 9ef58f4729 Restore default constructor for PDFArray. 16 years ago
  Jeremias Maerki e77d6863bb java.net.URI doesn't eat non-escaped URIs so I added an escaping method to URISpecification that should cover most cases. Usually, it's just about a space in a filename. 16 years ago
  Jeremias Maerki 6101c1c37f Removed stray reference to ImageFactory. 16 years ago
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Jeremias Maerki db4f3b282c Bugfix: Some string objects were not encrypted (for example in named destinations) 16 years ago
  Vincent Hennebert 25d54cbe27 Renamed lastRow into currentRow and yoffset into currentRowOffset 16 years ago
  Vincent Hennebert 6d0258a999 The return value of addAreasAndFlushRow is never used, changed it to void 16 years ago
  Vincent Hennebert f8dea60c18 Removed accumulatedBPD which is redundant with yoffset 16 years ago
  Vincent Hennebert 2282c3ce2e Removed endPart() method and moved its content into addAreasAndFlushRow() 16 years ago
  Vincent Hennebert 8c267304cb Simplified addAreasAndFlushRow 16 years ago
  Vincent Hennebert 29e6465b7c No need to check if the end of the cell is reached when creating the areas for a row 16 years ago
  Vincent Hennebert 8fb6ba565d - renamed variables for clarity 16 years ago
  Jeremias Maerki e8fd5b3999 PostScript output now generates the bounding box DSC comments for the whole document. 16 years ago
  Jeremias Maerki e9693885fd Added basic support for PDF page labels. 16 years ago
  Adrian Cumiskey 1ab3e8a6a9 cleanup 16 years ago
  Vincent Hennebert b59f42a320 keep-together is an inherited property 16 years ago
  Vincent Hennebert 5044438b50 Fixed checkstyle issues: tabs and trailing spaces 16 years ago
  Adrian Cumiskey fa80d556ca fixed javadoc 16 years ago
  Adrian Cumiskey 298d3dc816 cleaned up 16 years ago
  Adrian Cumiskey d424cf5ce4 Appears to be unused/referenced and superceeded by PageGroup 16 years ago
  Adrian Cumiskey 292aace6a1 cleaned up 16 years ago
  Jeremias Maerki eb93b9ef53 Bugzilla #44176: 16 years ago
  Jeremias Maerki 6415c9acd2 Reenabled documentation for fox:destination. 16 years ago
  Adrian Cumiskey 47571de516 The fonts variable would have always had an empty Configuration node (non-null value) even if a <fonts/> wasn't present 16 years ago
  Jeremias Maerki 2ddc94a5b9 Don't just exit with no error message if the document contains no content. Pretty irritating if it does so. 16 years ago
  Jeremias Maerki 0c87214d3a Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. 16 years ago
  Jeremias Maerki ed61f771c4 Added support for scale-down-to-fit and scale-up-to-fit. 16 years ago
  Jeremias Maerki 3311cbaf60 Remove commented code. 16 years ago
  Vincent Hennebert 23e00caa1c I said currentGU can no longer be null 16 years ago
  Vincent Hennebert f15db7d7e2 Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time. 16 years ago
  Vincent Hennebert ef06a58b68 Renamed firstRow into firstRowIndex and moved its initialization into handeTableContentPosition 16 years ago
  Vincent Hennebert fd26360942 Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough. 16 years ago
  Vincent Hennebert 5323aed1fc Reset previousRowsLength before a new row-group is handled 16 years ago
  Vincent Hennebert feca36df86 Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every hole in the grid is now filled with an EmptyGridUnit 16 years ago