1. 17 Apr, 2019 1 commit
  2. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  3. 12 Dec, 2018 1 commit
  4. 25 Sep, 2018 3 commits
  5. 12 Sep, 2018 1 commit
  6. 28 Aug, 2018 1 commit
  7. 24 Aug, 2018 1 commit
  8. 09 Jul, 2018 1 commit
  9. 05 Jun, 2018 1 commit
  10. 03 May, 2018 1 commit
  11. 28 Sep, 2017 1 commit
  12. 24 Sep, 2017 1 commit
  13. 21 Sep, 2017 2 commits
    • Alexandre Ardhuin's avatar
      use bool in assert (#12170) · 2958d7d0
      Alexandre Ardhuin authored
      2958d7d0
    • xster's avatar
      Create a CupertinoTab to support parallel navigation trees in iOS (#12130) · f9e8da6d
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * add a CupertinoTab
      
      * Add default background color
      
      * Add a bunch of examples
      
      * A bunch of tests
      
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      
      * review
      
      * Rename CupertinoTab to CupertinoTabView
      
      * remove final ; in sample code for analyzer
      f9e8da6d