4438 Commity (Temp_ProcessingFeedback)

Autor SHA1 Wiadomość Data
  Jeremias Maerki e7a96819e8 Removed superfluous warning. 16 lat temu
  Jeremias Maerki 10f5f3e870 Fop's QName now extends XGCommons' QName to initiate a transition. 16 lat temu
  Jeremias Maerki 1f5d4678e8 FObj hooked into the event system. 16 lat temu
  Jeremias Maerki 3f2ff8112e Log what translation file is being written. 16 lat temu
  Jeremias Maerki 4a0e95eb94 Make sure no events are now just silently swallowed because after upgrading a user doesn't know about the event system. 16 lat temu
  Jeremias Maerki 5e14e68602 Hooked most of FONode into the new event mechanism. The FOUserAgent provides a DefaultEventBroadcaster instance. 16 lat temu
  Jeremias Maerki fcd0f0160c Add support for special object formatters (where toString() isn't good enough). ATM, it's hard-coded but could later be hooked into dynamic discovery if we have multiple such formatters. The SAX Locator is the only example for now. 16 lat temu
  Jeremias Maerki 5dcb7bf4b4 Extracted formatting functionality into utility class AdvancedMessageFormat.java. 16 lat temu
  Jeremias Maerki 1c0e0c65d7 Some remaining rename operations based on an earlier discussion. 16 lat temu
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. 16 lat temu
  Vincent Hennebert b73c851326 Minor typo + slight improvement of Javadoc 16 lat temu
  Jeremias Maerki 41f5c4aef9 Added an XMLResourceBundle that uses an XML file instead of a properties file to load the translations. The XML format is the same as for Cocoon's XMLResourceBundle. 16 lat temu
  Jeremias Maerki afa8aa4799 Generate event model XMLs in to the build directory: build/gensrc and build/test-gensrc (the latter is new and needs to be setup as source folder in your IDE!) 16 lat temu
  Vincent Hennebert f241c3946d Trick to avoid hard-coding the class name of EventProducer in the source file. 16 lat temu
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. 16 lat temu
  Jeremias Maerki 74e88cc75d Initial commit of what I've built already for those who prefer code to minimalistic design docs. 16 lat temu
  Jeremias Maerki 8b281b7c15 Added support for DOMSource to Preloader SVG so a URI Resolver can be written that provides the SVG as a W3C SVG DOM. 16 lat temu
  Vincent Hennebert 4b75aa4cd5 Bugzilla #44289: Wrong border resolution when header/footer omitted at break 16 lat temu
  Vincent Hennebert 6228167d44 Removed no longer needed reference to TableColumn in GridUnit 16 lat temu
  Vincent Hennebert c1492fcb24 Cleanup: 16 lat temu
  Vincent Hennebert 8f8d5b995c Removed the no longer needed maxColumnCount parameter 16 lat temu
  Vincent Hennebert 58868131c9 Added support for conditional borders (and paddings) in tables. 16 lat temu
  Jeremias Maerki 449a0d0764 Bugzilla #44160: 16 lat temu
  Jeremias Maerki f92cc1b2d3 A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library. 16 lat temu
  Vincent Hennebert 1ebf696d40 Updated text to reflect the upgrading of the minimum Java requirement to 1.4 16 lat temu
  Vincent Hennebert 450450ded8 Fixed minor typos 16 lat temu
  Jeremias Maerki 95287ea8d8 Complete overhaul of the "Graphics" page after the new image loading framework has been introduced. 16 lat temu
  Jeremias Maerki f549f74c84 A note about the internal coordinate system when using fox:transform. 16 lat temu
  Jeremias Maerki daa5c136fe Correct inline writing when object has an object number. 16 lat temu
  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 lat temu
  Jeremias Maerki 40f39c202e Removed stray System.out 16 lat temu
  Jeremias Maerki 43a55cf849 Copy/Paste problem with TTF has long been fixed. 16 lat temu
  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 lat temu
  Adrian Cumiskey 5b110dff04 added serial version id 16 lat temu
  Jeremias Maerki 74b1c2e7f1 Fixed dead link. 16 lat temu
  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 lat temu
  Jeremias Maerki 9ef58f4729 Restore default constructor for PDFArray. 16 lat temu
  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 lat temu
  Jeremias Maerki 6101c1c37f Removed stray reference to ImageFactory. 16 lat temu
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 lat temu
  Jeremias Maerki db4f3b282c Bugfix: Some string objects were not encrypted (for example in named destinations) 16 lat temu
  Vincent Hennebert 25d54cbe27 Renamed lastRow into currentRow and yoffset into currentRowOffset 16 lat temu
  Vincent Hennebert 6d0258a999 The return value of addAreasAndFlushRow is never used, changed it to void 16 lat temu
  Vincent Hennebert f8dea60c18 Removed accumulatedBPD which is redundant with yoffset 16 lat temu
  Vincent Hennebert 2282c3ce2e Removed endPart() method and moved its content into addAreasAndFlushRow() 16 lat temu
  Vincent Hennebert 8c267304cb Simplified addAreasAndFlushRow 16 lat temu
  Vincent Hennebert 29e6465b7c No need to check if the end of the cell is reached when creating the areas for a row 16 lat temu
  Vincent Hennebert 8fb6ba565d - renamed variables for clarity 16 lat temu
  Jeremias Maerki e8fd5b3999 PostScript output now generates the bounding box DSC comments for the whole document. 16 lat temu
  Jeremias Maerki e9693885fd Added basic support for PDF page labels. 16 lat temu