91 Commits (068f78cf23e72c8f596c982eda4f295e7e7d5aed)

Author SHA1 Message Date
  Adrian Cumiskey 068f78cf23 Merged revisions 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 via svnmerge from 16 years ago
  Jeremias Maerki e1c8b0065b Fix problem with alternate Unicode code point overriding existing better ones in CodePointMapping (ex. a char code for NBSP was used in place of SPACE for non-standard encodings). 16 years ago
  Andreas L. Delmelle 2d84b6d1ed Revisit background-position shorthand implementation: always convert to percentages (more possibilities/precision). 16 years ago
  Andreas L. Delmelle bc75831436 Added very basic parsing for the xml:lang shorthand. 16 years ago
  Vincent Hennebert b59f42a320 keep-together is an inherited property 16 years ago
  Jeremias Maerki ed61f771c4 Added support for scale-down-to-fit and scale-up-to-fit. 16 years ago
  Vincent Hennebert f585893200 Ok, now /really/ revert the previous commit :-\ 16 years ago
  Vincent Hennebert 9957e3b9ae Reverted change accidentally introduced in the previous commit. A proper fix needs to be found for this one. 16 years ago
  Vincent Hennebert 709bda3d6c Implemented the resolution of collapsing borders in the FO tree, for every situation (normal, cell at the top of a page, cell broken), taking conditionality, headers and footers into account. 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Andreas L. Delmelle 6045d497f2 PropertyCache phase 2: 16 years ago
  Andreas L. Delmelle b4f3b9d29f Tweak: use generic boolean Maker. 17 years ago
  Andreas L. Delmelle 2a0465e86c Improvement in handling relative font-weights 17 years ago
  Simon Pepping 057128e23f Comment out unused properties. Patch by Richard Wheeldon 17 years ago
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 years ago
  Jeremias Maerki 2466f25340 Implemented limited support for extension properties through new methods on ElementMapping (backwards-compatible). 18 years ago
  Andreas L. Delmelle 983c3f51a7 A few changes combined: 18 years ago
  Andreas L. Delmelle 3b9321e248 Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656) 18 years ago
  Andreas L. Delmelle 728532622a Rework of the marker/retrieve-marker implementation to cater for correct evaluation of percentages and relative font-sizes, as well as more correct white-space handling. 18 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Andreas L. Delmelle 18339cc434 Bugfix: components of border-separation weren't set when using shorthand-mode, leading to an NPE being thrown (Bugzilla 39712) 18 years ago
  Manuel Mall 7ea9a12465 Fixed incorrect handling of percentages in vertical-align property values and added testcase 18 years ago
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 years ago
  Manuel Mall ed8109d21b Fixed various white space (non)removal issues during line building. white-space-treatment is now supported properly especially for the "preserve" case. 18 years ago
  Jeremias Maerki 97a13831e8 Changed the way that text-align-last is calculated. Hopefully, this is it, now. Should fix a bug reported last week on fop-users. 18 years ago
  Jeremias Maerki 17f7dbd53d Fixed bug in handling of text-align-last. Value "relative" was not the default and the resolved property was wrong when it was inherited. 18 years ago
  Andreas L. Delmelle 9d382c1d90 Added default empty String to the border-* shorthands. Added warning for the case where inherit is used, but no value is available from the parent. 18 years ago
  Andreas L. Delmelle a451826fa5 Added default empty String to the border shorthand. Avoids NPE mentioned in Bugzilla 38648. Still need to add a warning, since property now silently falls back to the default(s). 18 years ago
  Andreas L. Delmelle 187e3caddd Added support for the background-position shorthand. 18 years ago
  Andreas L. Delmelle c3ec6a4b5a Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
  Jeremias Maerki ebbf1fb43b Bugzilla #38618: 18 years ago
  Andreas L. Delmelle 575539d616 Added support for the white-space shorthand 18 years ago
  Andreas L. Delmelle b4473242b4 1) Added support for the page-break-* shorthands 18 years ago
  Jeremias Maerki f9932f4c13 font-family list still not fully supported but a comma-separated list is now properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet. 18 years ago
  Manuel Mall 79e11e6891 Removed property values as discussed: http://marc.theaimsgroup.com/?t=112985465700004&r=1&w=2 18 years ago
  Manuel Mall 2ae0a968ee Update to support border and padding and alignments on inline fos 18 years ago
  Andreas L. Delmelle 78a328cba5 Added custom Maker for page-height and page-width; use fallback values in case value is auto 18 years ago
  Andreas L. Delmelle 4b23423c42 Fixed inheritance error (bugzilla 36720) 19 years ago
  Andreas L. Delmelle 3aedc53326 Implementation for initial values of the column-number property 19 years ago
  Jeremias Maerki ca7be93915 Fixed wrong defaults for conditionality component for padding-before and padding-after. 19 years ago
  Finn Bock a1c7c4a1a0 Bugzilla #36068: 19 years ago
  Luca Furini 74014dc4ff Using the fo property last-line-end-indent instead of a hard coded value. 19 years ago
  Finn Bock e194fdd5cf Bugzilla #36379: 19 years ago
  Finn Bock c449b2d3d0 Added support for table border-*-precedence properties in the table 19 years ago
  Finn Bock 2e3466e723 Fix a bug where the specified value was inherite for percentages on 19 years ago
  Jeremias Maerki 341e9084b3 Bugzilla #36067 19 years ago
  Chris Bowditch 2a5ad79868 Patch supplied by Manuel Mall in bugzilla 36036 with minor modifications 19 years ago
  Jeremias Maerki e835307c93 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 years ago
  Jeremias Maerki 7abfc1a0a7 SpacePropertyMaker to handle conditionality as defined by the spec: 19 years ago
  Jeremias Maerki 83371d2d60 Support for border-spacing shorthand. 19 years ago