aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Effect demo: Change anchor to button elementJörn Zaefferer2014-04-241-1/+1
|
* Button demo: Remove unnecessary anchors from popp menuJörn Zaefferer2014-04-231-3/+3
|
* Spinner tests: Remove mousewheel pluginJörn Zaefferer2014-04-231-1/+0
| | | | | | | | The plugin isn't needed nor used in the unit tests, which just trigger the appropriate events. This works around the failure in Firefox 27/28 that we'll try to track down separately. Ref #9988
* Autocomplete demo: Datasource needs min. 3 charactersJörn Zaefferer2014-04-231-1/+1
|
* Accordion demo: Refresh accordion after sortingScott González2014-04-231-0/+3
|
* Selectmenu: Test cleanupScott González2014-04-221-19/+33
|
* Selectmenu: Test cleanupScott González2014-04-222-49/+47
|
* Selectmenu: Test cleanupScott González2014-04-221-45/+47
|
* Selectmenu: Test cleanupScott González2014-04-211-50/+61
|
* Selectmenu: Default disabled option to nullScott González2014-04-212-2/+3
|
* Selectmenu: Fix reference to jQuery in testsScott González2014-04-211-1/+1
|
* Button: WhitespaceScott González2014-04-211-7/+7
|
* Button: Remove `ui-state-active` when disabling buttonsDaniel DeGroff2014-04-212-1/+40
| | | | | Fixes #9602 Closes gh-1151
* Selectmenu: Remove unused varScott González2014-04-181-1/+1
|
* Selectmenu: Simplify selection of focused item via keyboardScott González2014-04-181-5/+6
| | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224
* Selectmenu: Don't use active items at allScott González2014-04-182-23/+13
| | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224
* Selectmenu: CleanupScott González2014-04-181-49/+62
| | | | Ref gh-1224
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | Ref jquery/jquery-release#61
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-164-12/+58
| | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210
* External: Update mousewheel plugin, copy only main fileJörn Zaefferer2014-04-143-35/+154
|
* Build: Include draggable.css and sortable.css in the CSS concat stepTJ VanToll2014-04-141-0/+2
|
* Selectemnu: Demo cleanupScott González2014-04-082-72/+67
|
* Position: Don't create `$.support.offsetFractions`Scott González2014-04-031-3/+3
|
* Core: Don't create `$.support.selectstart`Scott González2014-04-031-5/+9
|
* Button: Properly refresh button sets with new radio buttonsScott González2014-04-013-8/+37
| | | | | Fixes #8975 Ref gh-888
* Datepicker: Fix date format for Ukranian localeScott González2014-03-311-1/+1
| | | | Fixes #9939
* Spinner: Minor typo in stepUp()'s testsTJ VanToll2014-03-301-1/+1
|
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-3/+2
|
* Build: Include grunt tasks files in jscs taskJörn Zaefferer2014-03-122-2/+2
|
* Droppable: Fix dependencies in photo manager demoScott González2014-03-101-0/+1
|
* Slider: Switch handles from <a href="#"> to <span tabindex="0">TJ VanToll2014-03-072-10/+6
| | | | | Fixes #9890 Closes gh-1207
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-0720-9/+21
|
* Externals: Update jshint to latestJörn Zaefferer2014-03-052-59348/+58476
|
* Build: Use bower to manage client-side dependenciesJörn Zaefferer2014-03-053-1/+29
| | | | | Fixes #9507 Closes gh-1201
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-05190-189/+189
|
* Build: Force LF for JS source filesJörn Zaefferer2014-03-051-1/+5
|
* Tests: Expose jQuery version selectJörn Zaefferer2014-03-041-0/+11
| | | | Makes use of the extended urlConfig in QUnit 1.14
* Selectmenu: Add UMD wrapperTJ VanToll2014-02-211-8/+18
|
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-214-46/+50
| | | | Fixes #9646
* Selectmenu: Fix invalid empty options in visual testJörn Zaefferer2014-02-211-3/+3
|
* Selectmenu: Fix whitespace in visual testJörn Zaefferer2014-02-211-8/+8
|
* Build: Update to latest grunt-htmlJörn Zaefferer2014-02-211-1/+1
|
* Selectmenu: Refactor appendTo option testsJörn Zaefferer2014-02-211-16/+27
|
* Selectmenu: Fall back to .ui-front searching for empty jQuery objectsJörn Zaefferer2014-02-212-2/+7
| | | | Fixes #9757
* Autocomplete: Fix assertion message in appendTo option testJörn Zaefferer2014-02-211-1/+1
|
* Dialog: Work around subpixel issues in dialog resizable testJörn Zaefferer2014-02-201-4/+7
| | | | | | | | | Switching to checking the size of the content element. We should be checking the dimensions of the .ui-dialog element, but that currently fails in Chromium-based browsers. Once we start using box-sizing: border-box, we should try to revert this change. Ref #9845
* Tests: Update to latest QUnitJörn Zaefferer2014-02-202-685/+814
|
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-2042-210/+42
|
* Build: Base manifest dependencies off of Bower configurationTJ VanToll2014-02-201-4/+3
|
* All: Add Bower supportTJ VanToll2014-02-201-0/+13
| | | | | Fixes #9465 Closes gh-1189