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: AlanQuatermain/AQGridView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thirst/AQGridView
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.
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 21, 2012

  1. eliminating "rows" and "columns" from AQGridView API

    want to push this down into a delegate pattern eventually
    deeje committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    a54500f View commit details
    Browse the repository at this point in the history
  2. renaming AQGridData to AQGridLayout to make it absolutely clear what …

    …it does
    
    continue to hide all public notions of rows and columns
    deeje committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    4c2f468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba676b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6318356 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2012

  1. expose gridLayout as a settable property

    deeje committed Feb 22, 2012
    Configuration menu
    Copy the full SHA
    df75bf9 View commit details
    Browse the repository at this point in the history
  2. removing some commented-out code

    deeje committed Feb 22, 2012
    Configuration menu
    Copy the full SHA
    09599b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d233831 View commit details
    Browse the repository at this point in the history
  4. EITHER there are new few visible cells OR too many visible cells OR j…

    …ust the right amount
    deeje committed Feb 22, 2012
    Configuration menu
    Copy the full SHA
    66e9339 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2012

  1. _visibleIndices is now an actual IndexSet, rather than an implied set…

    … via a range
    deeje committed Feb 23, 2012
    Configuration menu
    Copy the full SHA
    ef58bf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2012

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