1. 20 Aug, 2019 1 commit
  2. 25 Apr, 2019 1 commit
  3. 07 Mar, 2019 1 commit
  4. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  5. 22 Feb, 2019 1 commit
  6. 23 Jan, 2019 1 commit
  7. 21 Dec, 2018 1 commit
  8. 19 Nov, 2018 1 commit
  9. 09 Nov, 2018 1 commit
  10. 01 Nov, 2018 1 commit
  11. 03 Oct, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 13 Aug, 2018 1 commit
  14. 02 Aug, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 18 Jul, 2018 1 commit
  18. 16 Jul, 2018 2 commits
  19. 05 Jun, 2018 1 commit
  20. 06 Mar, 2018 1 commit
  21. 16 Feb, 2018 1 commit
  22. 15 Feb, 2018 1 commit
  23. 26 Jan, 2018 1 commit
    • xster's avatar
      CupertinoPicker part 4 - create CupertinoPicker and add gallery demo (#14091) · 667f4785
      xster authored
      * controller, position and test
      
      * Make controllers swappable
      
      * WIP
      
      * Create a ListWheelScrollPhysics
      
      * Created picker and gallery demo and testing now
      
      * Works. Ready to document and test.
      
      * Document and add tests. Make the scroll controller more generic.
      
      * minor cleanup
      
      * review
      
      * review
      
      * fix tests
      
      * stop using TransformLayers for now
      667f4785