61 Commitit (b073a605e44760bcb7add72968a3a2f78cf06d97)

Tekijä SHA1 Viesti Päivämäärä
  Vincent Hennebert b073a605e4 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 vuotta sitten
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 vuotta sitten
  Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 vuotta sitten
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
  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 vuotta sitten
  Adrian Cumiskey 1ad900d08a Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerge from 16 vuotta sitten
  Andreas L. Delmelle ac29c8eee2 Javadoc updates: attempt at improving interactivity and consistency 16 vuotta sitten
  Adrian Cumiskey 309f4e2998 Merged revisions 647692,647742,647745 via svnmerge from 16 vuotta sitten
  Jeremias Maerki 53a3214401 Merged branch 16 vuotta sitten
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 vuotta sitten
  Andreas L. Delmelle 4515d08e19 Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger) 17 vuotta sitten
  Andreas L. Delmelle 69b7925f5c Bugzilla 41656: 17 vuotta sitten
  Andreas L. Delmelle 9263449d44 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) 17 vuotta sitten
  Andreas L. Delmelle aa8a93a608 Code cleanup: 17 vuotta sitten
  Jeremias Maerki 69fcb41da0 Bugzilla #40849: 17 vuotta sitten
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 vuotta sitten
  Andreas L. Delmelle 8b9f42a389 Fix for NPE in case of empty instream-foreign-object 18 vuotta sitten
  Jeremias Maerki 97581a9081 Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 vuotta sitten
  Manuel Mall 34cfe36db9 Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more 18 vuotta sitten
  Jeremias Maerki 299c6b1393 Bugzilla #36487: 19 vuotta sitten
  Jeremias Maerki 2daa1220f0 Initial work on enhancing the extension facilities to register special extensions which create so-called ExtensionAttachment objects which are attached to the formatting object they are attached to. These objects can be evaluated by standard or custom layout managers or simply passed through to the area tree (the latter is NYI). The AreaTreeHandler currently takes ExtensionAttachment objects from fo:root and fo:declarations and wraps them in OffDocumentItems that Renderers can react on to provide additional functionality on document-level (like PDF metadata or PostScript media dictionaries). Since the simple-page-master is available directly from the PageViewport the renderer can take ExtensionAttachment objects directly from there (see PSRenderer.renderPage()). 19 vuotta sitten
  Finn Bock e777b67957 Cleanup of unused imports. 19 vuotta sitten
  Finn Bock e194fdd5cf Bugzilla #36379: 19 vuotta sitten
  Joerg Pietschmann 8eca11a7d5 Squashed some JavaDoc warnings. 19 vuotta sitten
  Jeremias Maerki 7bf1e40ebb Moved inline-level LMs and support classes to "inline" subpackage. 19 vuotta sitten
  Glen Mazza f72908d520 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. 19 vuotta sitten
  Jeremias Maerki 0628313a56 Access to intrinsic image size for eg/ifo through getLayoutDimension() instead of through separate interface. 19 vuotta sitten
  Jeremias Maerki 73a83df963 Support for percentages on external-graphic and instream-foreign-object for the content-height and content-width attributes. 19 vuotta sitten
  Jeremias Maerki bf98519aaa Enable border and background for instream-foreign-object. 19 vuotta sitten
  Simon Pepping c6dcfcd8dd This patch implements a pluggable LayoutManagers system, according 19 vuotta sitten
  Glen Mazza 632222604a PR: 19 vuotta sitten
  Finn Bock 0023af509d More properties implemented. 19 vuotta sitten
  Finn Bock 1b4a17a2f8 Bind some more of the implemented properties. 19 vuotta sitten
  Finn Bock b0e76bca6e New exception hierarchy rooted in SAXException and throw clauses on 19 vuotta sitten
  Finn Bock 3f8fd79510 Fourth phase of performance improvement. 19 vuotta sitten
  Finn Bock b0839fa1f9 First phase of performance improvement. Added bind() and startOfNode() 19 vuotta sitten
  Glen Mazza 7ed159fa02 PR: 19 vuotta sitten
  Finn Bock 7cfeb5b14d Fix javadoc warnings. 19 vuotta sitten
  Glen Mazza 69c20a7430 PR: 20 vuotta sitten
  Glen Mazza 5fee7bd957 1.) Returned to recursion for FOEventHandler. 20 vuotta sitten
  Finn Bock e73f0a47a0 Removed unneeded import statements. Makes eclipse happy. 20 vuotta sitten
  Glen Mazza a27c6a935b Renamed FOInputHandler to somewhat more intuitive FOEventHandler. 20 vuotta sitten
  Glen Mazza 4c1d6bfa2a 1.) Some flattening of the Region classes done, with the goal of moving 20 vuotta sitten
  Glen Mazza 74ca9b8223 1. Moved getNameId() from FObj to FONode. 20 vuotta sitten
  Glen Mazza 4f9065f69b 1. fo:leader layout initialization logic moved from AddLMVisitor to 20 vuotta sitten
  Glen Mazza 09a6084a39 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitor 20 vuotta sitten
  Glen Mazza 4e8a441407 Implemented getNameId() which returns the Constants enumeration ID 20 vuotta sitten
  Glen Mazza c578ceae80 1. new FONode.invalidChildError method added that will takes a "ruleViolated" string for more detailed error messages. 20 vuotta sitten
  Glen Mazza 55a4dc03ee PR: 20 vuotta sitten
  Glen Mazza 7e4a5bba40 PR: 20 vuotta sitten