aboutsummaryrefslogtreecommitdiffstats
path: root/ui/droppable.js
Commit message (Collapse)AuthorAgeFilesLines
* Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-081-459/+0
| | | | Ref #13885
* Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-1/+1
| | | | Ref #9647
* Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Droppable: Add classes optionAlexander Schmitz2015-03-111-24/+65
| | | | | Ref #7053 Ref gh-1411
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Droppable: Remove $.ui.intersect()Mike Sherov2014-11-051-4/+4
| | | | Fixes #10534
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-131-2/+2
| | | | Fixes #6876
* Droppable: only consider pointer location with tolerance "pointer"Will Holley2014-08-101-9/+6
| | | | Fixes #4977 Closes gh-991
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+416
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029