1. 17 1月, 2017 34 次提交
  2. 22 12月, 2016 1 次提交
  3. 19 12月, 2016 1 次提交
    • T
      Fix the incorrect denominator in the folllowing case (#163) · 4db51fa0
      Takeshi Hagikura 提交于
      This PR fixes the incorrect alignment where:
      - justifyContent is set to either or space_between or space_around
      - Views whose visibitilies are gone are included in a flex line
      
      Also use the number of item count, which the number of gone items are filtered
      where appropriate.
      
      Fixes #162
      4db51fa0
  4. 12 12月, 2016 1 次提交
  5. 08 12月, 2016 1 次提交
  6. 07 12月, 2016 1 次提交
    • T
      Fix the issue that child margins do not expand flexbox container with wrap_content (#155) · 1a9fbc3b
      Takeshi Hagikura 提交于
      This PR fixes the case where:
        - layout_width is set to wrap_content for the FlexboxLayout
        - End (or start) margin is set to a child
        - The child which the has the end (start) margin has the largest width in the
          same flex line (or only a single child exists)
        - The child has a positive layout_flexGrow (or layout_flexShrink) attribute set
      
      If these conditions were met, the width of the FlexboxLayout didn't take the bottom
      margin on the child into account.
      
      Fixes #154
      1a9fbc3b
  7. 24 11月, 2016 1 次提交