96 次代码提交 (Temp_RoundedCorners)

作者 SHA1 备注 提交日期
  Mehdi Houshmand d256d57a58 Check style and find bugs now pass without errors 12 年前
  Mehdi Houshmand f5a033d38f Changed the exception message when internal font key == null, also some clean up and encapsulation to *Painter classes 12 年前
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 年前
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 年前
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 年前
  Glenn Adams 2ed4c2e034 enable ImportOrder rule; fix violations 12 年前
  Glenn Adams eff48e4a89 enable UnusedImports rule; fix violations 12 年前
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 年前
  Mehdi Houshmand af35f04708 Amended checkstyle errors and return carriages 12 年前
  Mehdi Houshmand c5c6ddef0c Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers 12 年前
  Mehdi Houshmand f248634b7f Reverted changes made in r1234877, see bugzilla#52513 12 年前
  Mehdi Houshmand fb20c15fa4 Moved the FOUserAgent into the constructor of the Renderers 12 年前
  Peter Hancock ae8a503523 Bugzilla #49913 13 年前
  Vincent Hennebert 55fbf51025 Another go at removing all trailing whitespace 13 年前
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 年前
  Simon Pepping b418c6d6c8 Forgot to rename in one client 13 年前
  Jeremias Maerki ba7f42b128 Bugzilla #49913: 13 年前
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 年前
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 年前
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 年前
  Jeremias Maerki a86f348c9e Bugfix: font-family values need to be enclosed in apostrophes in case they contain whitespace. 14 年前
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 年前
  Jeremias Maerki 5ad3308501 Added a DocumentHandler implementation for PNG output including multi-file output support. 14 年前
  Jeremias Maerki 9b49126cd6 Changed SVG output to produce coordinates in points rather than millipoints. Millipoint coordinates can become quite large and can cause trouble later. This is related to (but not fixing) Bugzilla #47641. 14 年前
  Jeremias Maerki ee23221821 Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. 15 年前
  Jeremias Maerki 45e74b066f Reverted changes for "ptr" to painter interface as announced in #46705. The pointer value is now provided through the IFContext so only the implementations that support it have to deal with it. 15 年前
  Jeremias Maerki 223eb5df1f Bugzilla #46705: 15 年前
  Jeremias Maerki 952af34e49 Fixed copy/paste mistakes. 15 年前
  Jeremias Maerki 5301aae80a Moved area tree example to package embedding/atxml. 15 年前
  Jeremias Maerki 4e27a1c9dd Performance improvements and file-size reductions by introducing letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). 15 年前
  Jeremias Maerki 04bb06d691 Added general support for the fox:conversion-mode inside the new IF. 15 年前
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 年前
  Jeremias Maerki 8ef2099f5d Need to use xml:space="preserve" on text elements in IF and SVG output to avoid problems with editing those files in XML editors and rendering SVG text starting or ending with whitespace. 15 年前
  Jeremias Maerki be4dc692db Added page master name to IFDocumentHandler.startPage() method. 15 年前
  Jeremias Maerki 48ddcd67a9 Moved IFState instance variable into AbstractIFPainter as all implementations use it. 15 年前
  Jeremias Maerki d6d3411ca8 Split IFPainter into IFDocumentHandler and IFPainter. This makes the implementation classes smaller, better allows to isolate the painting parts and helps with formats that generate one object per page (SVG, PNG etc.). 15 年前
  Jeremias Maerki 0864f618dc Added support for painting leaders (implemented as drawLine in IFPainter). 16 年前
  Jeremias Maerki bacc153b5d Had to introduce "clip-rect" to handle clipping on background images, leader etc. A full viewport is probably too heavy-weight here. This is to be considered temporary pending verification with SVG and PCL implementations. 16 年前
  Jeremias Maerki 18c9e7a523 Some fixes for SVG along the way: 16 年前
  Jeremias Maerki 07c47a253c Initial implementation for border painting for the new IF (including support for PDF, but not SVG, yet) 16 年前
  Jeremias Maerki 804a2ba264 Added document-trailer element to the IF (for example for the bookmark tree). 16 年前
  Jeremias Maerki 4f69c95ae9 Removed obsolete addTarget() method from IFPainter. 16 年前
  Jeremias Maerki 94b3702936 Extracted some often-used XML constants and utility methods into an interface and a class in org.apache.fop.util. 16 年前
  Jeremias Maerki 5ca81a092a Implemented foreign-object support for the new intermediate format. 16 年前
  Jeremias Maerki 83abc0b9b1 First steps at unified image handling as proposed on http://wiki.apache.org/xmlgraphics-fop/ImageSupport/ImageHandler. This shall serve as a preview to motivate early feedback if anyone is interested. 16 年前
  Jeremias Maerki 909b93a2b9 Reduce code duplication and make the toString() methods available to the outside (need them for debugging later). 16 年前
  Jeremias Maerki fecc2c5cb1 Renamed "box" to "viewport". Introduced "group" for pure reference areas (only transformation, no clipping). 16 年前
  Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 年前
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 年前
  Jeremias Maerki 8091bd1121 Started the IFParser. 16 年前