Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new grid layout algorithm to improve performance and fix some bugs #1517

Merged
merged 34 commits into from May 14, 2018

Commits on May 7, 2018

  1. Fix issue#1516 MinHeight/MinWidth deos not work correctly in Grid.Col…

    …umnDefinition/RowDefinition.
    walterlv committed May 7, 2018
    Copy the full SHA
    38e63d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5cd5a04 View commit details
    Browse the repository at this point in the history
  3. If the MinHeight/MinWidth is set and it affects the Grid layout, a ne…

    …w calculation will be triggered. (Not only the MaxHeight/MaxWidth)
    walterlv committed May 7, 2018
    Copy the full SHA
    e56f1ab View commit details
    Browse the repository at this point in the history
  4. Add unit test for grid layout:

    1. Pixel row column
    1. Start row column
    1. Mix pixel star row column
    walterlv committed May 7, 2018
    Copy the full SHA
    4314074 View commit details
    Browse the repository at this point in the history
  5. Add unit test for grid layout:

    - start row column with min length.
    walterlv committed May 7, 2018
    Copy the full SHA
    b8bebd6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b9d7186 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c32c619 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b135f98 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e403299 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fc73d7c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a051895 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    cae8a2a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    163744b View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    63af32b View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0110f7a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    ed01e59 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4768124 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    2052d53 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    a6fe992 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    382ef6e View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    e280652 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    42bfe0b View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    3f1a5ed View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    2af4205 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    f334ef0 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    a4cb49f View commit details
    Browse the repository at this point in the history
  27. If the children are in the same column/row, the Grid will not incorre…

    …ctly aggregate their widths/heights.
    
    Instead, it will calculate the Max width/height.
    walterlv committed May 7, 2018
    Copy the full SHA
    e58a064 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    b2a868d View commit details
    Browse the repository at this point in the history
  29. Fix the calendaritem style.

    walterlv committed May 7, 2018
    Copy the full SHA
    3453c6e View commit details
    Browse the repository at this point in the history
  30. Fix some words spell.

    walterlv committed May 7, 2018
    Copy the full SHA
    03a97df View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    b09bd2f View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    e4b9f9f View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    811e740 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Merge branch 'master' into t/lvyi/fix-1516

    danwalmsley committed May 14, 2018
    Copy the full SHA
    415d4d5 View commit details
    Browse the repository at this point in the history