aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-254-4/+7
|
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-2513-435/+543
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-249-23/+2
| | | | | Fixes #10131 Closes gh-1374
* Tests: Removing unused visual theme testTJ VanToll2014-10-242-530/+0
|
* Tests: Adding missing dependencyTJ VanToll2014-10-241-0/+1
|
* Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors taskScott González2014-10-244-5/+70
| | | | Closes gh-1378
* Datepicker: Fixed month names and firstDay value in Arabic localeMohammed Alshehri2014-10-221-6/+7
| | | | | Fixes #10035 Closes gh-1246
* Selectmenu: Remove broken tabindex codeScott González2014-10-221-3/+2
|
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-1/+1
| | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later.
* All: Drop support for IE7Scott González2014-10-2111-33/+8
| | | | | Fixes #9838 Closes gh-1365
* Core: Remove .zIndex()Scott González2014-10-205-187/+0
| | | | Fixes #9156
* Core: Removed .focus( delay )Scott González2014-10-202-44/+0
| | | | Fixes #9649
* Dialog: Remove leftover backcompat flag in testsScott González2014-10-201-3/+0
|
* Demos: Remove duplicate CSS propertiesBruno Pérel2014-10-202-2/+2
| | | | Closes gh-1363
* Autocomplete: Remove duplicate array key in demoBruno Pérel2014-10-201-1/+0
| | | | Ref gh-1363
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2014-10-201-0/+4
| | | | | Fixes #10668 Closes gh-1362
* Build: Update version to 1.12.0-preScott González2014-10-161-1/+1
|
* Build: Updating the master version to 1.11.3-pre.Scott González2014-10-161-1/+1
|
* Selectmenu: Preserve text selection and button focus on clickScott González2014-10-161-3/+47
| | | | | Fixes #10639 Closes gh-1358
* Build: Update authors listScott González2014-10-141-0/+3
|
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-092-26/+84
| | | | | Fixes #10602 Closes gh-1353
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-082-4/+28
| | | | | Fixes #9376 Closes gh-1016
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
| | | | Ref #10651
* Datepicker: Fix French localeScott González2014-10-071-1/+1
| | | | | | | Thanks Jérémy M Fixes #10651 Closes gh-1357
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-073-3/+5
| | | | | Fixes #10649 Closes gh-1356
* Menu: Remove a redundant checkTJ VanToll2014-10-031-7/+3
| | | | Closes gh-1355
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-032-1/+23
| | | | | Fixes #10644 Closes gh-1354
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-293-13/+43
| | | | | Fixes #10571 Closes gh-1329
* Datepicker: Fix currentText in Greek localeScott González2014-09-221-1/+1
| | | | | | | Thanks Nikos Kalogridis Fixes #10620 Closes gh-1349
* Menu: Adding a demo showing how to create category headersTJ VanToll2014-09-192-0/+43
| | | | Closes gh-1347
* Effects Demos: Fix typeErrors on puff and size demosMike Sherov2014-09-103-0/+6
|
* Effects tests: Add clip visual testMike Sherov2014-09-036-6/+98
| | | | Closes gh-1338
* CONTRIBUTING: Close parenthesisRichard Gibson2014-09-031-1/+1
| | | | Closes gh-1337
* Tests: CleanupScott González2014-09-032-22/+26
|
* Effects Tests: Add shake visual testMike Sherov2014-09-022-0/+100
| | | | Closes gh-1328
* Effects Tests: Fix and format scale visual testMike Sherov2014-09-021-12/+23
|
* Widget: modify this.window test to support IE8 window equality quirkAlexander Schmitz2014-08-271-1/+4
| | | | Comparing this.window with strict equality fails in IE8
* Tabs: Fix description in ajax demoScott González2014-08-271-1/+1
| | | | Closes jquery/jqueryui.com#90
* Menu: Ignore mouseenter events while typeahead is acticeJörn Zaefferer2014-08-271-0/+6
| | | | | | | Prevents focusing the wrong item when typeahead causes a scroll while the mouse is over an item in the menu. Fixes #10458
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-272-5/+9
| | | | Closes gh-1320
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-262-28/+107
| | | | | | Refs #9481 Refs #9675 Closes gh-1323
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-262-17/+7
| | | | Refs #9675
* Draggable: Whitespace and naming cleanup of connectToSortableMike Sherov2014-08-261-44/+41
|
* Draggable: Refresh sortables when draggable is added or removedMike Sherov2014-08-251-0/+12
| | | | | | | | Since a sortable grows or shrinks when a draggable element is added to it, refresh the cached positions of sortables whenever an element is added or removed from the sortable. Refs #9675
* Draggable: Clarify comments and whitespace in connectToSortableMike Sherov2014-08-251-5/+6
|
* Draggable: Ensure sortable revert still works after draggable is removedMike Sherov2014-08-251-7/+8
| | | | Fixes #9481
* Draggable: Ensure css is always restored after connectToSortable dragMike Sherov2014-08-251-7/+8
| | | | Fixes #9675
* Draggable: Ensure correct widget removes helper in connectToSortableMike Sherov2014-08-241-3/+10
|
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-242-13/+64
| | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-232-14/+24
| | | | Fixes #9612