aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Effects: RewriteMike Sherov2014-12-1031-806/+921
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Build: Fix typoRafael Xavier de Souza2014-11-251-1/+1
| | | | | | | Amend "Build: Remove manifest files; move metadata to source files" b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 Ref gh-1379
* Dialog: Updating demo style based on changes to theme and demo CSSAlexander Schmitz2014-11-182-3/+4
| | | | | Fixes #10693 Closes #1385
* Easing: Fixed small typo in easing demoAnne-Gaelle Colom2014-11-171-1/+1
|
* Build: Remove manifest files; move metadata to source filesScott González2014-11-1043-426/+262
| | | | Closes gh-1379
* Widget: Fix typosScott González2014-11-101-4/+4
| | | | Closes gh-1386
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-082-2/+29
| | | | Fixes #10669
* Demos: Fix menu markup in split button demoJörn Zaefferer2014-11-071-3/+3
|
* 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