0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include the uncompressed version of Raphael in the vendor folder to make debugging easier More... almost 14 years ago
Updated copyright More... almost 14 years ago
Added a version number. 1.0.1 seems to be about where it's at More... almost 14 years ago
Updated the tests after leedo's changes More... almost 14 years ago
Enable draggable on all arguments in set.push() More... almost 14 years ago
Added a gitignore file More... about 14 years ago
Added MIT license More... over 14 years ago
Some cleanup and comments More... over 14 years ago
Yikes! Was somehow using a really old version of Raphael More... over 14 years ago
A little functional magic More... over 14 years ago
Handle the mousemove event on the document and don't stop dragging if the mouse goes out of the element More... over 14 years ago
Converted tabs to spaces before doing anything else More... over 14 years ago
Added a README file More... over 14 years ago
Added more examples to the demo More... over 14 years ago
Moved common functions for sets and elements into a BaseFunctions object More... over 14 years ago
Updated the way that sets are extended. They don't need all the extra event handling stuff since the individual elements will handle that More... over 14 years ago
Forgot to take out a console line More... over 14 years ago
Updated copyright info (whatever that means) More... over 14 years ago
Got draggable sets working More... over 14 years ago
Renamed the draggable element extension in preparation for a draggable set extension More... over 14 years ago
Created a demo page to show how the draggable library works More... over 14 years ago
Added an isDragging property to keep track of whether or not the element is currently being dragged More... over 14 years ago
Added test for the mouseup event and spun the event handler mocking off into a spec helper More... over 14 years ago
mousemove event set up and tested More... over 14 years ago
tested and implemented basic behavior for the draggable plugin More... over 14 years ago
Speced out the basics More... over 14 years ago
initial commit for the plugin More... over 14 years ago