aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Demos: Fix menu markup in tooltip video-player demoJörn Zaefferer2014-11-071-3/+3
|
* Droppable: Remove $.ui.intersect()Mike Sherov2014-11-051-4/+4
| | | | Fixes #10534
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2014-11-042-185/+213
| | | | | Fixes #9621 Closes gh-1383
* Selectmenu: Copy title attributesFelix Nagel2014-11-042-10/+21
| | | | | Fixes #10435 Closes gh-1298
* Selectmenu: Properly parse value from optionsScott González2014-11-041-1/+1
| | | | Fixes #10684
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2014-11-042-5/+40
| | | | | | | | | This addresses a bug where users initialize empty sortable lists are add items dynamically. In this situation refresh() should recognize the position and orientation of the new items. Fixes #7498 Closes gh-1381
* Selectmenu: Introduce _renderButtonItem() methodFelix Nagel2014-11-042-18/+71
| | | | | Fixes #10142 Closes gh-1299
* Selectmenu: Restore hidden overflow on menu itemsScott González2014-11-031-0/+1
|
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-036-23/+23
| | | | | Fixes #10683 Closes gh-1382
* Selectmenu: Re-add wrappers to menu itemsTJ VanToll2014-10-253-55/+60
|
* 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