You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Judah Frangipane <fl...@gmail.com> on 2014/06/18 16:49:44 UTC

[Harbs/TLF-Table-Work] 468e3f: Initial work on attempting to update the cell size...

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: 468e3fdb0564c40d3d70e7447bc53c2f8d665636
      https://github.com/Harbs/TLF-Table-Work/commit/468e3fdb0564c40d3d70e7447bc53c2f8d665636
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-13 (Fri, 13 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/Parcel.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableFormattedElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Initial work on attempting to update the cell size to include table cell padding value
Added method removed() to FlowElement to allow clean up
Added table getter and setter to TableFormattedElement to lower amount of calls to getTable()
Initial work to remove all cells when table is removed with override on removed() in TableElement. There may be a better way to do this. Review.
Added borders to cells in TableExplorer


  Commit: 936fe67381d142cb6e78dff190ff66126ab1ed4d
      https://github.com/Harbs/TLF-Table-Work/commit/936fe67381d142cb6e78dff190ff66126ab1ed4d
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-13 (Fri, 13 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as
    M tests/TableTest/src/TableTest.mxml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Harbs/TLF-Table-Work


  Commit: e00ef983972e7d4e3dff714c5cba807abccda342
      https://github.com/Harbs/TLF-Table-Work/commit/e00ef983972e7d4e3dff714c5cba807abccda342
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/container/ContainerController.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/BackgroundManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Additional initial work on supporting cell spacing
More work in TableCellElement on padding and spacing. These methods may need to be moved or removed later. Was following InlineGraphicElement method.
Fixed bug where table cells had two paragraphs in their text flow in TableExplorer
Added cell spacing input in TableExplorer


  Commit: 6f08980624a34bd1ff410849c586eb5bd7b6426e
      https://github.com/Harbs/TLF-Table-Work/commit/6f08980624a34bd1ff410849c586eb5bd7b6426e
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/ComposeState.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowLine.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/SubParagraphGroupElementBase.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableLeafElement.as

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Harbs/TLF-Table-Work

Conflicts:
	flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as


Compare: https://github.com/Harbs/TLF-Table-Work/compare/0ec285b52a89...6f08980624a3