-
Notifications
You must be signed in to change notification settings - Fork 175
Comparing changes
Open a pull request
base repository: bclinkinbeard/minimalcomps
base: master
head repository: hxiangong/minimalcomps
compare: master
- 18 commits
- 6 files changed
- 5 contributors
Commits on May 24, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 024f790 - Browse repository at this point
Copy the full SHA 024f790View commit details
Commits on Jun 7, 2011
-
disabled any item that appears in the list but should not be enabled.…
… This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc.
ElliotMebane committedJun 7, 2011 Configuration menu - View commit details
-
Copy full SHA for 9735dab - Browse repository at this point
Copy the full SHA 9735dabView commit details
Commits on Jun 10, 2011
-
This is an update to a prior commit I made two days ago. It turns out…
… that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition.
ElliotMebane committedJun 10, 2011 Configuration menu - View commit details
-
Copy full SHA for 10b25a4 - Browse repository at this point
Copy the full SHA 10b25a4View commit details
Commits on Aug 23, 2011
-
Making list addItemAt(), removeItem(), removeItemAt() and removeAll()…
… work correctly
kommander committedAug 23, 2011 Configuration menu - View commit details
-
Copy full SHA for a66730c - Browse repository at this point
Copy the full SHA a66730cView commit details -
kommander committed
Aug 23, 2011 Configuration menu - View commit details
-
Copy full SHA for d40d385 - Browse repository at this point
Copy the full SHA d40d385View commit details
Commits on Nov 8, 2011
-
Configuration menu - View commit details
-
Copy full SHA for ecca339 - Browse repository at this point
Copy the full SHA ecca339View commit details
Commits on Sep 8, 2012
-
Revert "This is an update to a prior commit I made two days ago. It t…
…urns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. " This reverts commit 10b25a4.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for b0c14f9 - Browse repository at this point
Copy the full SHA b0c14f9View commit details -
Revert "disabled any item that appears in the list but should not be …
…enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. " This reverts commit 9735dab.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 3bb3197 - Browse repository at this point
Copy the full SHA 3bb3197View commit details -
Revert "Revert "disabled any item that appears in the list but should…
… not be enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. "" This reverts commit 3bb3197.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 0a77390 - Browse repository at this point
Copy the full SHA 0a77390View commit details -
Revert "Revert "This is an update to a prior commit I made two days a…
…go. It turns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. "" This reverts commit b0c14f9.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 5aaa44c - Browse repository at this point
Copy the full SHA 5aaa44cView commit details -
Revert "This is an update to a prior commit I made two days ago. It t…
…urns out that in addition to disabling the last item in a list after scrolling to the bottom, the other items need to be manually re-enabled. without re-enabling, the bottom list item position will remain disabled. The new line is around 138, the addition of item.enabled = true in the if condition. " This reverts commit 10b25a4.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 52617d9 - Browse repository at this point
Copy the full SHA 52617d9View commit details -
Revert "disabled any item that appears in the list but should not be …
…enabled. This can occur when the list is longer than the list area allows, so the scrollbar appears. If the list height doesn't divide evenly by the list item height, a little sliver of one last item will be visible at the bottom of the list and it can be clicked. This causes an error. I found that disabling the last item solves the problem. I'm not sure if there are other ramifications to this change, such as any need to re-enable list items if the list length changes, etc. " This reverts commit 9735dab.
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for 36b93eb - Browse repository at this point
Copy the full SHA 36b93ebView commit details -
Compatibility with ASC 2.0 Font SWF embedding
ElliotMebane committedSep 8, 2012 Configuration menu - View commit details
-
Copy full SHA for d0d8619 - Browse repository at this point
Copy the full SHA d0d8619View commit details
Commits on Oct 8, 2012
-
Merge pull request #29 from ElliotMebane/master
Embedded font SWF for ASC 2.0 compatibility.
Configuration menu - View commit details
-
Copy full SHA for a73c5a6 - Browse repository at this point
Copy the full SHA a73c5a6View commit details -
Merge pull request #20 from kommander/master
Fixing List Component and added Readme
Configuration menu - View commit details
-
Copy full SHA for 4538a7c - Browse repository at this point
Copy the full SHA 4538a7cView commit details -
Merge pull request #15 from tynril/master
Prevented crash when numVisibleItems is called with zero
Configuration menu - View commit details
-
Copy full SHA for e308f76 - Browse repository at this point
Copy the full SHA e308f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5cf3e - Browse repository at this point
Copy the full SHA ab5cf3eView commit details
Commits on Oct 9, 2012
-
Merge pull request #31 from makc/patch-1
Fix for the bug introduced in #15
Configuration menu - View commit details
-
Copy full SHA for f655a7a - Browse repository at this point
Copy the full SHA f655a7aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master