aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Don't use `rgba()` for solid colors in video player demoScott González2014-05-061-2/+2
| | | | Fixes a display issue in IE8.
* Selectmenu: Add new production selection demoFelix Nagel2014-05-052-0/+94
| | | | Closes gh-1230
* Tooltip demo: Reword dialog description for clarityTJ VanToll2014-05-051-1/+1
| | | | Closes gh-1233
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
| | | | | Fixes #5816 Closes gh-974
* Build: Migrate to jquery-releaseJörn Zaefferer2014-04-243-752/+117
| | | | Fixes #9793
* Dialog demo: Update modal form demoJörn Zaefferer2014-04-241-40/+52
| | | | | | | | | | - Removes an invalid jquery.ui.button.js reference (button.js is loaded) - Updates the email regex to use the one from the HTML5 spec - Refactors the code to add the user on both button click and form submit - Reset the form to its original state on submit - Initialize the form with values that can be submitted immediately, better for a demo - Rename bValid to valid
* Dialog demo: Move animated dialog demo to the end of the indexJörn Zaefferer2014-04-241-1/+1
| | | | | This demo looks rather silly and has no purpose beyond showing of the animation options. It doesn't do that very well.
* Dialog demo: Remove regular modal demo, the other modal demos are betterJörn Zaefferer2014-04-242-39/+0
|
* Demos: Delete useless interactions demosJörn Zaefferer2014-04-247-220/+0
| | | | | | | All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous.
* Progressbar demo: Speed up the progress a bit to make them less annoyingJörn Zaefferer2014-04-242-4/+4
|
* Button demo: Replace anchors with more appropriate buttonsJörn Zaefferer2014-04-248-15/+8
|
* Build: Add Felix Nagel as a maintainerScott González2014-04-241-0/+5
|
* Resizable demo: Trivial grammatical fixTJ VanToll2014-04-241-1/+1
|
* Selectmenu: Work around test bug in IEScott González2014-04-241-1/+1
|
* Widget demo: Replace 'go black' with 'go screen' to keep text readableJörn Zaefferer2014-04-241-5/+5
|
* Tooltip demo: Add a menu to the playlist buttonJörn Zaefferer2014-04-241-1/+31
|
* Tooltip demo: We have no plans for interactive tooltipsJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Mention the option used in the track demoJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Position tooltips next to inputs instead of over inputsJörn Zaefferer2014-04-241-1/+6
|
* Tabs demo: Improve manipulation by providing default values for new tabJörn Zaefferer2014-04-241-2/+2
|
* Spinner demo: Reorder input and select to be consistent with other demosJörn Zaefferer2014-04-241-4/+5
|
* Sortable demo: Allow dropping to empty list and improve general stylingJörn Zaefferer2014-04-241-2/+16
|
* Slider demo: Make read only inputs readonlyJörn Zaefferer2014-04-246-6/+6
|
* Resizable demo: Fix description text, replacing the copy-pastaJörn Zaefferer2014-04-241-1/+1
|
* Position demo: Address todo comment by replacing plugin methodsJörn Zaefferer2014-04-241-22/+21
|
* 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