Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gmoledina/GMGridView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shacked/GMGridView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 2, 2012

  1. Manually merger pull request #47, "sortingDelegate additions: allow/d…

    …isallow movement and insertion of items at certain index"
    chadpod committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    96581cd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

  1. Rasterize cells prior to shake animation to get rid of edge aliasing.

    Change from using a transform to reposition dragged cell to using frame positioning based on gesture offset and original cell position.
    Enabled sorting while in edit mode.
    chadpod committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    86c6436 View commit details
    Browse the repository at this point in the history
  2. Fix bug related to sorting while scrolling through grid. Had to store…

    … original cell rect, instead of original index.
    chadpod committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    1244951 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. Needed to set rasterizationScale for cell shake animation, so it had …

    …proper resolution on Retina displays.
    chadpod committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    f7b5d42 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2012

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