1. 15 Mar, 2018 1 commit
  2. 01 Feb, 2018 1 commit
  3. 22 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Popup menus RTL (#13110) · 34ba6be9
      Ian Hickson authored
      This fixes the popup menu code to do a better job of expanding
      smoothly regardless of which side of the screen it's on. It still
      results in a bidirection growth when positioned at the bottom of the
      screen, so maybe we'll need to animate menus differently, but that's
      a problem for another patch.
      
      Also, improve some docs and provide RelativeRect.toSize which I needed
      at one point while building this patch (though it didn't survive all
      the way to the end).
      34ba6be9
  4. 04 Mar, 2017 1 commit
  5. 14 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Positioned.fromRelativeRect (#8123) · 8ecaff29
      Ian Hickson authored
      Since RelativeRect's whole purpose in life is to make work with Stack
      easier, it's silly that you can't directly use it with Positioned.
      
      Also, tests for RelativeRect.
      And fixes for the bugs that found...
      8ecaff29