1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v1.3.0 More... over 10 years ago
Readme updates More... over 10 years ago
Bump to v1.3 More... over 10 years ago
Shuffle More... over 10 years ago
Compiled More... over 10 years ago
Long wanted to do this. Now each starting letter has a line (or multiple), so that I don't have to reshuffle nearly all of it every time I add new var. More... over 10 years ago
Optimized two-char padding More... over 10 years ago
Timestamped and compiled More... over 10 years ago
Merge branch 'reel-events' into development More... over 10 years ago
Typo fix More... over 10 years ago
Event use of `.reel()` must return jQuery to comply More... over 10 years ago
Shuffled the inner structure to feature the other uses of `.reel()` first in front of the bulky main thing. Also reworded and enhanced some bits of it. More... over 10 years ago
Instead of the rather useless type check, we check for the first to be starting with `:` and if so, trigger an event instead More... over 10 years ago
Private `get` will be faster with direct data access than with the rather unnecessary journey through `.reel()` More... over 10 years ago
Prepended error messages in console with `[ Reel ]` More... over 10 years ago
The particular reason why an element failed the initial screening is now logged into the console More... over 10 years ago
Instead of simply failing on too low jQuery version, an explanation is logged into the console More... over 10 years ago
Compiled More... over 10 years ago
Redesigned preloader mechanism to be more sequential and respect maximal number of open connections. This will hopefully improve IE's troubles with huge number of images. #237 More... over 10 years ago
Compiled More... over 10 years ago
Finished cross-browser testing. More... over 10 years ago
Don't loop when cycling jQuery versions More... over 10 years ago
Added missing expectations More... over 10 years ago
Phrasing fix More... over 10 years ago
Removed `$.reel.touchy` client flag as it became obsolete with #233 resolution, which doesn't make this distinction anymore. More... over 10 years ago
Merge branch 'gh-233-touchy' into development More... over 10 years ago
Merge branch 'gh-196-firefox-flicker' into development More... over 10 years ago
In Chrome jQuery 2.0.x (and 2.1 beta too) style attribute doesn't get cleared when `null` is assigned. More... over 10 years ago
Added cache buster to Reel and unit tests params to enforce reload on tests auto respawn More... over 10 years ago
Added jQuery version cycling mechanism to accelerate cross-browser testing More... over 10 years ago