Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 10 | -10/+10 |
| | |||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -3/+3 |
| | |||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 |
| | |||||
* | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -7/+7 |
| | |||||
* | Sortable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -3/+3 |
| | |||||
* | Button: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -5/+5 |
| | |||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -6/+6 |
| | |||||
* | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -6/+6 |
| | |||||
* | Slider: Remove scrollbar demo | Scott González | 2015-04-22 | 1 | -131/+0 |
| | | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation. | ||||
* | Autocomplete: Cleanup remote-jsonp demo | Jörn Zaefferer | 2015-04-20 | 1 | -18/+11 |
| | | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542 | ||||
* | Selectmenu: Add a disabled-default option example to default demo | Jörn Zaefferer | 2015-04-08 | 1 | -0/+12 |
| | | | | Ref gh-1520 | ||||
* | Menu: Update default demo, use product categories | Jörn Zaefferer | 2015-04-08 | 1 | -20/+18 |
| | | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641 | ||||
* | Droppable: Remove shopping cart demo | Alexander Schmitz | 2015-03-11 | 1 | -96/+0 |
| | | | | This has terrible UX that we shouldn't promote anymore. | ||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -1/+3 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 6 | -15/+33 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 3 | -9/+0 |
| | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | ||||
* | Tabs: Use standard promise methods for jqXHR | Scott González | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 | ||||
* | Datepicker: Fix date range demo when entering values manually | Scott González | 2015-02-23 | 1 | -15/+28 |
| | | | | | Fixes #11143 Closes gh-1454 | ||||
* | Theme: Improve default theme styling | Jasper de Groot | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248 | ||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 7 | -13/+19 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Dialog: Updating demo style based on changes to theme and demo CSS | Alexander Schmitz | 2014-11-18 | 2 | -3/+4 |
| | | | | | Fixes #10693 Closes #1385 | ||||
* | Easing: Fixed small typo in easing demo | Anne-Gaelle Colom | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Demos: Fix menu markup in split button demo | Jörn Zaefferer | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Demos: Fix menu markup in tooltip video-player demo | Jörn Zaefferer | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Selectmenu: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -4/+5 |
| | |||||
* | Autocomplete: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 3 | -38/+56 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 2 | -4/+0 |
| | | | | | Fixes #10131 Closes gh-1374 | ||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 1 | -4/+0 |
| | | | | | Fixes #9838 Closes gh-1365 | ||||
* | Demos: Remove duplicate CSS properties | Bruno Pérel | 2014-10-20 | 2 | -2/+2 |
| | | | | Closes gh-1363 | ||||
* | Autocomplete: Remove duplicate array key in demo | Bruno Pérel | 2014-10-20 | 1 | -1/+0 |
| | | | | Ref gh-1363 | ||||
* | Menu: Adding a demo showing how to create category headers | TJ VanToll | 2014-09-19 | 2 | -0/+43 |
| | | | | Closes gh-1347 | ||||
* | Effects Demos: Fix typeErrors on puff and size demos | Mike Sherov | 2014-09-10 | 3 | -0/+6 |
| | |||||
* | Tabs: Fix description in ajax demo | Scott González | 2014-08-27 | 1 | -1/+1 |
| | | | | Closes jquery/jqueryui.com#90 | ||||
* | Autocomplete: Fix styling for combobox demo | Scott González | 2014-07-24 | 1 | -4/+1 |
| | | | | Fixes #10059 | ||||
* | Datepicker: Set explicit button text in demo | Scott González | 2014-07-15 | 1 | -1/+2 |
| | | | | | Fixes #9626 Closes gh-1283 | ||||
* | Spinner: Fix inclusion of mousewheel plugin in demos | Scott González | 2014-07-12 | 6 | -6/+6 |
| | | | | Fixes #10188 | ||||
* | Dialog demo: Remove a duplicate (and incorrect) script include | TJ VanToll | 2014-07-10 | 1 | -1/+0 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 134 | -142/+142 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tooltip: Don't use `rgba()` for solid colors in video player demo | Scott González | 2014-05-06 | 1 | -2/+2 |
| | | | | Fixes a display issue in IE8. | ||||
* | Selectmenu: Add new production selection demo | Felix Nagel | 2014-05-05 | 2 | -0/+94 |
| | | | | Closes gh-1230 | ||||
* | Tooltip demo: Reword dialog description for clarity | TJ VanToll | 2014-05-05 | 1 | -1/+1 |
| | | | | Closes gh-1233 | ||||
* | Dialog demo: Update modal form demo | Jörn Zaefferer | 2014-04-24 | 1 | -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 index | Jörn Zaefferer | 2014-04-24 | 1 | -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 better | Jörn Zaefferer | 2014-04-24 | 2 | -39/+0 |
| |