91 Commits (Temp_URI_Unification)

Author SHA1 Message Date
  Mehdi Houshmand f5a033d38f Changed the exception message when internal font key == null, also some clean up and encapsulation to *Painter classes 12 years ago
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Glenn Adams 2ed4c2e034 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams eff48e4a89 enable UnusedImports rule; fix violations 12 years ago
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 years ago
  Mehdi Houshmand af35f04708 Amended checkstyle errors and return carriages 12 years ago
  Mehdi Houshmand c5c6ddef0c Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers 12 years ago
  Mehdi Houshmand f248634b7f Reverted changes made in r1234877, see bugzilla#52513 12 years ago
  Mehdi Houshmand fb20c15fa4 Moved the FOUserAgent into the constructor of the Renderers 12 years ago
  Vincent Hennebert 55fbf51025 Another go at removing all trailing whitespace 13 years ago
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping b418c6d6c8 Forgot to rename in one client 13 years ago
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 years ago
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 years ago
  Jeremias Maerki a86f348c9e Bugfix: font-family values need to be enclosed in apostrophes in case they contain whitespace. 14 years ago
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 years ago
  Jeremias Maerki 5ad3308501 Added a DocumentHandler implementation for PNG output including multi-file output support. 14 years ago
  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 years ago
  Jeremias Maerki ee23221821 Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. 15 years ago
  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 years ago
  Jeremias Maerki 223eb5df1f Bugzilla #46705: 15 years ago
  Jeremias Maerki 952af34e49 Fixed copy/paste mistakes. 15 years ago
  Jeremias Maerki 5301aae80a Moved area tree example to package embedding/atxml. 15 years ago
  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 years ago
  Jeremias Maerki 04bb06d691 Added general support for the fox:conversion-mode inside the new IF. 15 years ago
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 years ago
  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 years ago
  Jeremias Maerki be4dc692db Added page master name to IFDocumentHandler.startPage() method. 15 years ago
  Jeremias Maerki 48ddcd67a9 Moved IFState instance variable into AbstractIFPainter as all implementations use it. 15 years ago
  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 years ago
  Jeremias Maerki 0864f618dc Added support for painting leaders (implemented as drawLine in IFPainter). 16 years ago
  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 years ago
  Jeremias Maerki 18c9e7a523 Some fixes for SVG along the way: 16 years ago
  Jeremias Maerki 07c47a253c Initial implementation for border painting for the new IF (including support for PDF, but not SVG, yet) 16 years ago
  Jeremias Maerki 804a2ba264 Added document-trailer element to the IF (for example for the bookmark tree). 16 years ago
  Jeremias Maerki 4f69c95ae9 Removed obsolete addTarget() method from IFPainter. 16 years ago
  Jeremias Maerki 94b3702936 Extracted some often-used XML constants and utility methods into an interface and a class in org.apache.fop.util. 16 years ago
  Jeremias Maerki 5ca81a092a Implemented foreign-object support for the new intermediate format. 16 years ago
  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 years ago
  Jeremias Maerki 909b93a2b9 Reduce code duplication and make the toString() methods available to the outside (need them for debugging later). 16 years ago
  Jeremias Maerki fecc2c5cb1 Renamed "box" to "viewport". Introduced "group" for pure reference areas (only transformation, no clipping). 16 years ago
  Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 years ago
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Jeremias Maerki 8091bd1121 Started the IFParser. 16 years ago
  Jeremias Maerki b11934f815 Renamed "iform" package to "intermediate" (iform was too cryptic for my taste) 16 years ago
  Adrian Cumiskey cb82679d9f Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,603975,603979,603990,604171,604180,604185,604293,604299,604475,604678,604814,604965,604970,605195,605246,605253,605295,605297,605517,605978,606004,607032,607036,608812,609567,609627,610020-610023,610337,610355,610420,610704,610739,610821,610848,610853,610886,610891,610893,610905,611114,611142,611175,611278,611285,611766-611768,612560,612785,612815-612816,612825,613144,613185,613828,613831,613835,613896,614156,614169-614170,614191,614201-614202,614566,614845,614920,614924,614964,614966,614993,615144,615164,615197,615251,615598,615604,615845,615906,615917,616080,616191,616260,616334,616485,616691,616694,616798,617126,617473,617512,617531,617550,617708,617716,617765,617812,617907,617909,617976,617989,618239,618470,618626-618627,618992,619417,619461,619670,619674,619790,619854,619856,619870,619923,619979,620272,620276-620278,620283,620285,620558-620559,620565,620567,620570,620723,620750,620761,627318,627324,627367,627495,627497,627553,627576,627679,627698,627702,627712,627719,627721,628140,628280,628652,628668,628775,628804,628816,628826,628829,629048,629093,629103,629129,629131,629169,629769,629902,630215,630772,630814,631178,631226,631276,631575,631609,631984,632121-632122,632321,632558,632716,632784,632938,632972,633389-633391,633396-633397,633437,633460,633470,633473,633525,633557,633559,633561,633961,634187,635508,635686,635701,635741,635884,635961,635967,636276,636293,636295,636405,636409,636471,637057,637076,638396,640089,640242,641742,641764,641827,642923-642924,642927,644208,644213,644691,644697,645104,647692,647742,647745,647770,648122,648206,648381,648985,649012,649091,649119,649146,649149,649160,649279,649283,649285,649393,649396,649420,649477,649552,649657,650050,651323,651333,651538,651540,651543-651544,651551,651558,651575,651577,651591,651613,651622-651623,651853,651855-651856,651866-651867,651880,651898,652456,652465,652467,652520,652525,652565,652581-652582,652673-652674,652821-652822,652835,653036,653045,653048,653106,653144,653202,653204,653311,653564,653826,653828,654111,654121,654190,654314,654322-654323,654338,654347,654437,654461,654528,654557,654563,654600,654654,654783,654849,654869,654946,654982,655085,655093,655275,655281,655285,655309,655349,655370,655489,655500,655522,655531,655578,655601,655603,655614,655766,655771,655775,655791,655801,655829,656104 via svnmerge from 16 years ago
  Maximilian Berger f265c0e1c1 Ensured all SVN properties are set equally 16 years ago