1. 20 Oct, 2015 1 commit
  2. 15 Oct, 2015 1 commit
  3. 10 Oct, 2015 1 commit
  4. 08 Oct, 2015 2 commits
    • Hans Muller's avatar
    • Hans Muller's avatar
      IndexedStack · 09d26302
      Hans Muller authored
      Added horizontal and vertical alignment properties to Stack so that the origin of non-positioned children can be specified. Currently all of the non-positioned children just end up with their top-left at 0,0. Now, for example, you can center the children by specifying verticalAlignment: 0.5, horizontalAlignment: 0.5.
      
      Added IndexedStack which only paints the stack child specified by the index property. Since it's a Stack, it's as big as the biggest non-positioned child. This component will be essential for building mobile drop down menus.
      
      Added a (likely temporary) example that demonstrates IndexedStack.
      09d26302
  5. 01 Oct, 2015 3 commits
  6. 25 Sep, 2015 1 commit
  7. 04 Sep, 2015 1 commit
  8. 31 Aug, 2015 1 commit
    • Adam Barth's avatar
      Positioned 'remembers' things it shouldn't · 64a78414
      Adam Barth authored
      This patch makes ParentDataNode less general purpose and instead teaches Flex
      and Stack how to program the parent data for their children. We used to have
      this general system because parent data used to carry CSS styling, but we don't
      need it anymore.
      
      Fixes #957
      64a78414