Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -299/+0 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -2/+12 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵ | Mike Sherov | 2013-12-03 | 1 | -11/+10 |
| | | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers. | ||||
* | Fix various coding style issues | Jörn Zaefferer | 2013-11-13 | 1 | -4/+0 |
| | |||||
* | Core: Move variables for .uniqueId()/.removeUniqueId() into their ↵ | Scott González | 2013-10-24 | 1 | -11/+12 |
| | | | | implementations. | ||||
* | Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵ | Brian Grinstead | 2013-05-20 | 1 | -1/+1 |
| | | | | cannot drag element inside iframe | ||||
* | Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes. | Scott González | 2013-05-02 | 1 | -6/+0 |
| | |||||
* | Draggable: allow draggable to defer destroying itself upon DOM removal until ↵ | Mike Sherov | 2013-04-12 | 1 | -2/+7 |
| | | | | after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed. | ||||
* | Core: Removed $.ui.hasScroll(). Fixes #9190 - Core: Remove $.ui.hasScroll(). | Scott González | 2013-03-27 | 1 | -44/+18 |
| | |||||
* | Core: Updated comment about $.ui.plugin. | Scott González | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 1 | -29/+29 |
| | |||||
* | Removed guard against duplicate loading. Use safe references to original ↵ | Scott González | 2013-03-08 | 1 | -20/+16 |
| | | | | functions when proxying, don't rename originals. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | All: Convert single quotes to double quotes. | Mike Sherov | 2012-12-25 | 1 | -4/+4 |
| | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+10 |
| | |||||
* | Core: Moved selectstart support test to deprecated section. | Scott González | 2012-12-12 | 1 | -3/+1 |
| | |||||
* | Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains. | Scott González | 2012-12-12 | 1 | -2/+0 |
| | |||||
* | Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove ↵ | Scott González | 2012-12-06 | 1 | -10/+0 |
| | | | | $.ui.isOver() and $.ui.isOverAxis(). | ||||
* | Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2. | Scott González | 2012-11-05 | 1 | -0/+13 |
| | |||||
* | Core: Moved old jQuery support code to the bottom (above deprecated). | Scott González | 2012-11-05 | 1 | -47/+47 |
| | |||||
* | Core: Simplify IE check now that we don't care about IE6. | Scott González | 2012-11-05 | 1 | -5/+1 |
| | |||||
* | Core: Removed $.ui.ie6. | Scott González | 2012-10-26 | 1 | -1/+0 |
| | |||||
* | Core: Removed $.support.minHeight. | Scott González | 2012-10-26 | 1 | -23/+1 |
| | |||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 1 | -4/+4 |
| | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | ||||
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 1 | -1/+7 |
| | |||||
* | Updated docs URLs for core files. | Scott González | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Core: Whitespace. | Scott González | 2012-08-23 | 1 | -8/+8 |
| | |||||
* | Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - ↵ | Scott González | 2012-08-23 | 1 | -11/+14 |
| | | | | Core: Deprecate .disableSelection() and .enableSelection(). | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Core: Adjust data pseudo creation to use new Sizzle pseudo creation for ↵ | Timmy Willison | 2012-07-07 | 1 | -3/+10 |
| | | | | pseudos with arguments. | ||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -2/+3 |
| | |||||
* | Core: Add the uniqueId() and removeUniqueId() methods written by ↵ | kborchers | 2012-05-29 | 1 | -0/+19 |
| | | | | @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId() | ||||
* | Core: Check if jQuery supports inner/outer/Width/Height setters. | Scott González | 2012-05-21 | 1 | -38/+41 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -9/+11 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -6/+6 |
| | |||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Core: Fixed typo. | Scott González | 2012-02-27 | 1 | -1/+1 |
| | | | | Thanks jsgoupil | ||||
* | Core: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes. | Scott González | 2012-02-12 | 1 | -11/+1 |
| | |||||
* | Use jQuery.css() instead of deprecated jQuery.curCSS(). | Scott González | 2012-02-12 | 1 | -6/+6 |
| | |||||
* | Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵ | Scott González | 2012-01-19 | 1 | -0/+5 |
| | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. | ||||
* | Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the ↵ | Marwan Al Jubeh | 2011-10-17 | 1 | -1/+1 |
| | | | | dragged clone if original element is removed upon drop | ||||
* | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable. | adambaratz | 2011-04-29 | 1 | -21/+25 |
| | |||||
* | Core: Fixed spacing. | Scott González | 2011-03-29 | 1 | -3/+3 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - ↵ | Scott González | 2010-12-10 | 1 | -6/+1 |
| | | | | Deprecate $.ui.contains. | ||||
* | Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 ↵ | Scott González | 2010-10-19 | 1 | -2/+2 |
| | | | | - outerWidth() setter broken with jQuery 1.3.2. | ||||
* | Core: Minor cleanup. | Scott González | 2010-10-12 | 1 | -4/+4 |
| | |||||
* | Core: Only use mousedown to prevent text selection in browsers that don't ↵ | Scott González | 2010-09-20 | 1 | -6/+7 |
| | | | | support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome. | ||||
* | Core: Avoid layout bug in IE with minHeight support test. | Scott González | 2010-09-07 | 1 | -1/+3 |
| |