| Commit message (Expand) | Author | Age | Files | Lines |
* | Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: P... | TJ VanToll | 2013-02-28 | 1 | -0/+1 |
* | Accordion demo: Clean up hoverintent implementation to avoid using jQuery.eve... | Scott González | 2013-02-27 | 1 | -23/+38 |
* | Autocomplete demo (Combobox): Split code into smaller functions. | Scott González | 2013-02-22 | 1 | -64/+81 |
* | Autocomplete demo (Combobox): Rename selected event to select. | Scott González | 2013-02-22 | 1 | -1/+1 |
* | Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Aut... | Scott González | 2013-02-22 | 1 | -15/+3 |
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 136 | -136/+136 |
* | oops... | Scott González | 2013-02-02 | 1 | -1/+0 |
* | Dialog: Check for empty array in addition to empty object when checking if th... | Scott González | 2013-02-01 | 1 | -0/+1 |
* | Datepicker demo: Simplify localization demo so that jqueryui.com works properly. | Scott González | 2013-01-31 | 5 | -142/+98 |
* | Sortable demo: Fix use of tabs API. | Scott González | 2013-01-31 | 1 | -1/+1 |
* | Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: Mu... | Scott González | 2013-01-30 | 2 | -2/+2 |
* | Autocomplete demo: Fixed reference to widget instance. | Scott González | 2013-01-24 | 1 | -1/+1 |
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 136 | -148/+148 |
* | Tabs: Update manipulation demo - implement alt+del shortcut to remove active ... | Jörn Zaefferer | 2012-12-28 | 1 | -2/+10 |
* | Tabs: Update manipulation demo - use delegate instead of live (can't use on u... | Jörn Zaefferer | 2012-12-28 | 1 | -1/+1 |
* | Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadi... | Matthieu Penant | 2012-12-17 | 1 | -0/+2 |
* | Autocomplete: Combobox demo - Collapse menu when clicking button. | Scott González | 2012-12-13 | 1 | -7/+7 |
* | Progressbar: Add link to custom label demo in demo index. | Kris Borchers | 2012-12-06 | 1 | -0/+1 |
* | Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes #888... | Bjørn Johansen | 2012-12-05 | 1 | -0/+4 |
* | Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add Belarusian... | Pavel Selitskas | 2012-12-05 | 1 | -0/+2 |
* | Progressbar: Custom label demo cleanup | Kris Borchers | 2012-12-03 | 1 | -21/+22 |
* | Progressbar: Add custom label demo. | Kris Borchers | 2012-11-29 | 1 | -0/+57 |
* | Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid C... | Anika Henke | 2012-11-29 | 1 | -7/+7 |
* | Progressbar demos: Cleanup. | Scott González | 2012-11-29 | 1 | -8/+8 |
* | Progressbar demos: Removed resize demo. | Scott González | 2012-11-29 | 2 | -34/+0 |
* | Progressbar demos: Removed animated demo. | Scott González | 2012-11-29 | 2 | -35/+0 |
* | Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ugl... | Pawel Maruszczyk | 2012-11-28 | 1 | -1/+6 |
* | Tooltip: Escape the title attribute so that it's treated as text and not HTML... | Scott González | 2012-11-27 | 1 | -1/+1 |
* | Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ... | Scott González | 2012-11-27 | 1 | -1/+1 |
* | Autocomplete demo: Combobox cleanup. | Scott González | 2012-11-26 | 1 | -16/+12 |
* | Dialog: Use button widget for close button (was already listed as dependency) | Jörn Zaefferer | 2012-11-26 | 6 | -3/+9 |
* | Progressbar: Add ability to set value: false for an indeterminate progressbar... | kborchers | 2012-11-21 | 3 | -6/+57 |
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 136 | -136/+136 |
* | Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz l... | Sergey Kartashov | 2012-11-07 | 1 | -0/+2 |
* | Revert "Datepicker: Added Kyrgyz localisation" | Scott González | 2012-11-06 | 1 | -2/+0 |
* | Datepicker: Added Kyrgyz localisation | elisy | 2012-11-06 | 1 | -0/+2 |
* | Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ... | Jörn Zaefferer | 2012-11-05 | 1 | -0/+3 |
* | Slider demo: Removed IE6 CSS hack. | Scott González | 2012-10-26 | 1 | -1/+0 |
* | Droppable demo: Removed IE6 CSS hack. | Scott González | 2012-10-26 | 1 | -2/+2 |
* | Removed bgiframe. | Scott González | 2012-10-26 | 6 | -6/+0 |
* | Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata. | Scott González | 2012-10-25 | 1 | -1/+1 |
* | Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Auto... | Scott González | 2012-10-25 | 2 | -2/+0 |
* | Position: Removed offset option. Fixes #6982 - Position: Remove offset option. | Scott González | 2012-10-25 | 1 | -5/+0 |
* | Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ... | Jörn Zaefferer | 2012-10-24 | 1 | -5/+8 |
* | Cleanup demos: Copy&paste errors in titles, bad descriptions or styling | Jörn Zaefferer | 2012-10-24 | 4 | -5/+7 |
* | Menu: Use start icon (first is deprecated) | Jörn Zaefferer | 2012-10-24 | 1 | -1/+1 |
* | Menu: Remove stupid demos, add an icons demo, improve the default demo | Jörn Zaefferer | 2012-10-23 | 5 | -179/+86 |
* | Datepicker demo: Fixed date range restriction when clearing dates. Fixes #547... | Scott González | 2012-10-11 | 1 | -2/+2 |
* | Demos: Fixed titles. | Scott González | 2012-10-08 | 3 | -4/+4 |
* | Autocomplete cache demo: Let the widget handle request synchronization. Fixes... | Scott González | 2012-10-02 | 1 | -6/+3 |