aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: Update authors listScott González2015-02-111-0/+7
|
* Sortable: Add support for iframesMarcus Warren2015-02-091-21/+21
| | | | | | Fixes #9604 Closes gh-1443 (cherry picked from commit 17c7f698a2894211bbb5f2d63750f5b3b84bb0ab)
* Resizable: correct width when grid approaches zeroMike Sherov2015-02-092-3/+3
| | | | | Fixes #10590 (cherry picked from commit 9493839f23b6ff71aacb9cb8fe8fde6c8d0ecd61)
* Resizable: Whitespace CleanupMike Sherov2015-02-092-3/+3
| | | | (cherry picked from commit 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e)
* Docs: Clarify PHP UsageLuke Page2015-02-092-46/+47
| | | | | | | | Clarify that PHP is not required for testing, add a link to the CONTRIBUTING page and tidy up. Closes gh-1418 (cherry picked from commit 8cc636dd448afb8df7147640a7fbfb67f7d53623)
* Slider: Fix max calculation, when step is floatJyoti Deka2015-02-092-3/+33
| | | | | | Fixes #10721 Closes gh-1398 (cherry picked from commit ae1d6d5f90236405023964bb3061eccd6c625e39)
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-02-091-1/+1
| | | | (cherry picked from commit a3b43eeb58a290f9447ac4127d145ef121ca255c)
* Tests: Fix jquery reference in unit index fileJörn Zaefferer2015-02-091-1/+1
| | | | (cherry picked from commit d3bb0f7bdba444d90b560b245c894bfa4eb99987)
* DatePicker: increase date range so that tests still pass through 2015Luke Page2015-02-091-2/+2
| | | | (cherry picked from commit 0566e9945774dea1b672eeb0472685a31c56edca)
* DatePicker: Fix tests to have unique namesLuke Page2015-02-091-4/+4
| | | | (cherry picked from commit c21700742b0bfd4debc32b9058504d01b62a1501)
* Resizable: Match on exact node nameAdam Foster2015-02-091-2/+2
| | | | | | Fixes #10748 Closes gh-1417 (cherry picked from commit faefab842bc79f212ccee227b7a37c7630b1573c)
* Core: Match on exact node name for `:focusable` and `:tabbable`Adam Foster2015-02-091-1/+1
| | | | | | Fixes #10747 Ref gh-1417 (cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f)
* Position: Add unit tests for bug 8710Thomas Meyer2015-02-092-0/+40
| | | | | | Ref #8710 Closes gh-1071 (cherry picked from commit 4de983c6d5eacbdc668c0b7280d9818dd6281a53)
* Position: Restore old flip collision handlingThomas Meyer2015-02-091-2/+2
| | | | | | | | This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1. Fixes #8710 Ref gh-1071 (cherry picked from commit ebaaca7206cae201ec069dbaed85bc8d6beeab32)
* Accordion: Set `aria-expanded` when collapsingScott González2015-02-092-29/+62
| | | | | | Fixes #10703 Closes gh-1413 (cherry picked from commit ab798cb4646cfeb79f1949eb70cd64813a248d87)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-0959-60/+59
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* Widget: Improve readability in `$.widget.bridge()`Giovanni Giacobbi2015-02-091-5/+6
| | | | | Closes gh-1409 (cherry picked from commit 713688dccdfc7eddd596cdd1a3522e2ce9fb9d2a)
* Easing: Fixed small typo in easing demoAnne-Gaelle Colom2015-02-091-1/+1
| | | | (cherry picked from commit fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0)
* Widget: Fix typosScott González2015-02-091-4/+4
| | | | | Closes gh-1386 (cherry picked from commit 347b2a5ecd02933c191a13596a5849960f8f4ad2)
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2015-02-092-185/+213
| | | | | | Fixes #9621 Closes gh-1383 (cherry picked from commit 6a242ab4ebdcec265826b959fa27881dcf462c96)
* Selectmenu: Properly parse value from optionsScott González2015-02-091-1/+1
| | | | | | | | | Fixes #10684 (cherry picked from commit 809cc0f8d0c07c2be44942b3010bba1f9ce91be8) Conflicts: ui/selectmenu.js
* Tests: Adding missing dependencyTJ VanToll2015-02-051-0/+1
| | | | (cherry picked from commit ae577ae108e6c01be1ef6d318e4065aab3cb0b87)
* Datepicker: Fixed month names and firstDay value in Arabic localeMohammed Alshehri2015-02-051-6/+7
| | | | | | Fixes #10035 Closes gh-1246 (cherry picked from commit 06231cf7622fe112703c38535df71aa7f100ef7d)
* Selectmenu: Remove broken tabindex codeScott González2015-02-051-3/+2
| | | | (cherry picked from commit 1fb08790a6cae0ac861df0373a303d72ed0e8d71)
* Dialog: Remove leftover backcompat flag in testsScott González2015-02-051-3/+0
| | | | (cherry picked from commit b2a477f1bfbe34368d6006c98a9a44e31387e17b)
* Demos: Remove duplicate CSS propertiesBruno Pérel2015-02-052-2/+2
| | | | | Closes gh-1363 (cherry picked from commit 14c4eae32423682dd291fea633081502077f4df9)
* Autocomplete: Remove duplicate array key in demoBruno Pérel2015-02-051-1/+0
| | | | | Ref gh-1363 (cherry picked from commit 0fccf94113eb549ba591729f8854d1e289b0479b)
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2015-02-051-0/+4
| | | | | | Fixes #10668 Closes gh-1362 (cherry picked from commit e5e3ca4240fbae9684f689ec6e00882ec0211922)
* Build: Update links to AUTHORS.txt and LICENSE.txt in package.jsonScott González2014-11-031-2/+2
|
* 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