6
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 18 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix user agent checking for webOS and set scroller horizontal default to auto. More... over 12 years ago
* correct flick calculation to, again, work on mobile More... over 12 years ago
Merge branch 'master' of github.com:enyojs/enyo More... over 12 years ago
* corrected overscrolling typo. * added getScrollBounds method. More... over 12 years ago
Merge pull request #20 from davidcalhoun/patch-1 More... over 12 years ago
minor typo: it's -> its More... over 12 years ago
Merge branch 'master' of github.com:enyojs/enyo More... over 12 years ago
* syncronize scroll math with automatic scrolling. * correct auto scroll calculation typo * prevent overscroll code from jumping in when scroller is in range. More... over 12 years ago
remove confusing reference to window.Worker object in docs More... over 12 years ago
Merge pull request #14 from rwldrn/2 More... over 12 years ago
* remove unnecessary updating for scrollLeft/Top properties when scrolling. These are virtual properties, calling getter is required. More... over 12 years ago
* correct typo in scrollIntoView. More... over 12 years ago
Merge pull request #16 from MartinH-HP-open/patch-1 More... over 12 years ago
Add missing closing parenthesis in enyo.kind "Hello From Enyo" example More... over 12 years ago
Merge pull request #15 from error454/master More... over 12 years ago
Merge pull request #10 from subtleGradient/patch-1 More... over 12 years ago
Fix syntax error in hello world example More... over 12 years ago
Update isFunction and isArray shim to use toString.call More... over 12 years ago
Use Object.prototype.toString [[Class]] for safer, more reliable 'type' checks. Fixes #2 More... over 12 years ago
makes the "For example" line more readable More... over 12 years ago
readme tweaks More... over 12 years ago
remove unused image More... over 12 years ago
updated enyo logo More... over 12 years ago
api tool refinements More... over 12 years ago
* added note to readme about problem using file:// in chrome. More... over 12 years ago
* Ajax: xhr status of 0 is now properly considered a success for file transfer More... over 12 years ago
* initialize scrollTop/Left to 0. More... over 12 years ago
* gesture: stop flick from occurring after a pause before up. * Scroller: implement setScrollTop/setScrollLeft since the related properties are virtual More... over 12 years ago
Merge branch 'master' of github.com:enyojs/enyo More... over 12 years ago
updated api tool More... over 12 years ago