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

CoreAnimationTest update - disable unsupported CALayer controls; adds a header and footer table entry; affine transformations update #1874

Merged
merged 4 commits into from
Feb 10, 2017

Commits on Jan 30, 2017

  1. CoreAnimationTest update - disable unsupported CALayer controls; adds…

    … a header and footer table entry; affine transformations update
    
    CHANGES:
    1. Supports the enabling/disabling of layer property controls (greyed out if disabled)
    2. Custom table view cells for header and footer added - view and number of layers
    3. Affine transformations are now applied collectively, 3D transformation still require it to be centered at origin
    4. Cosmetic updates and autolayout corrections - IslandWood autolayout still has some quirks (see CGRect- and CGPoint- cells)
    5. All specialized layers extracted from external sources are marked as "not supported" even if render partially
    
    Fixes microsoft#1598
    oliversa-msft committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    b0ddd30 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Configuration menu
    Copy the full SHA
    d4e2119 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    1625a0d View commit details
    Browse the repository at this point in the history
  2. Code review feedback

    oliversa-msft committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    12244a9 View commit details
    Browse the repository at this point in the history