Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: Remove colons from labels, annoying for screenreader-users. ↵ | Jörn Zaefferer | 2012-12-09 | 1 | -3/+3 |
| | | | | Cleanup whitespace. | ||||
* | Selectmenu: Cleanup demo markup | Jörn Zaefferer | 2012-12-07 | 2 | -8/+7 |
| | |||||
* | Selectmenu: fix jQuery UI framework icon demo | Felix Nagel | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into selectmenu | Felix Nagel | 2012-11-28 | 8 | -20/+27 |
|\ | |||||
| * | Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵ | Pawel Maruszczyk | 2012-11-28 | 1 | -1/+6 |
| | | | | | | | | ugly in IE | ||||
| * | Tooltip: Escape the title attribute so that it's treated as text and not ↵ | Scott González | 2012-11-27 | 1 | -1/+1 |
| | | | | | | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content. | ||||
| * | Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ↵ | Scott González | 2012-11-27 | 1 | -1/+1 |
| | | | | | | | | - Autocomplete: XSS in combobox demo. | ||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-11-23 | 3 | -6/+57 |
|\| | |||||
| * | Progressbar: Add ability to set value: false for an indeterminate ↵ | kborchers | 2012-11-21 | 3 | -6/+57 |
| | | | | | | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar | ||||
* | | Selectmenu: Upgrade jQuery to 1.8.3 | Felix Nagel | 2012-11-23 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2012-11-15 | 136 | -136/+136 |
|\| | |||||
| * | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 136 | -136/+136 |
| | | |||||
* | | Selectmenu: lint fixes | Felix Nagel | 2012-11-13 | 1 | -3/+3 |
| | | |||||
* | | Selectmenu: CSS fix for gravatar demo | Felix Nagel | 2012-11-13 | 1 | -1/+2 |
| | | |||||
* | | Selectmenu: fix doctype declaration | Felix Nagel | 2012-11-12 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-11-10 | 23 | -206/+109 |
|\| | |||||
| * | Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz ↵ | Sergey Kartashov | 2012-11-07 | 1 | -0/+2 |
| | | | | | | | | localization. | ||||
| * | Revert "Datepicker: Added Kyrgyz localisation" | Scott González | 2012-11-06 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 4995ea05fef171bc6cb2f941f062997d2cab76a4. | ||||
| * | 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 |
| | | | | | | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. | ||||
| * | 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 - ↵ | Scott González | 2012-10-25 | 2 | -2/+0 |
| | | | | | | | | Autocomplete: Remove data fallbacks. | ||||
| * | 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 |
| | | | | | | | | with animated modal dialog. | ||||
| * | 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 |
| | | |||||
* | | Selectmenu: follow-up to "Fix data naming" | Felix Nagel | 2012-10-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-10-12 | 4 | -6/+6 |
|\| | |||||
| * | Datepicker demo: Fixed date range restriction when clearing dates. Fixes ↵ | Scott González | 2012-10-11 | 1 | -2/+2 |
| | | | | | | | | #5473 - Datepicker: Date range demo bug when clearing date. | ||||
| * | Demos: Fixed titles. | Scott González | 2012-10-08 | 3 | -4/+4 |
| | | |||||
* | | Selectmenu: Upgrade jQuery to 1.8.2. | Felix Nagel | 2012-10-03 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-10-03 | 167 | -2687/+878 |
|\| | |||||
| * | Autocomplete cache demo: Let the widget handle request synchronization. ↵ | Scott González | 2012-10-02 | 1 | -6/+3 |
| | | | | | | | | Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync. | ||||
| * | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 137 | -137/+137 |
| | | |||||
| * | Button demos: Fix selector since demo wrapper div was removed | Kris Borchers | 2012-09-20 | 1 | -1/+1 |
| | | |||||
| * | Widget demo: Remove link to planning wiki. | Scott González | 2012-09-11 | 1 | -1/+0 |
| | | |||||
| * | Demo: Missed one wrapper div. | Scott González | 2012-09-10 | 1 | -2/+0 |
| | | |||||
| * | Demos: Cleanup. | Scott González | 2012-09-10 | 167 | -2542/+731 |
| | | |||||
| * | Menu demo: Added demo description. | Scott González | 2012-09-06 | 1 | -0/+8 |
| | | |||||
| * | Accordion demo: Cleanup. | Scott González | 2012-08-31 | 1 | -4/+4 |
| | | |||||
* | | Selectmenu: Upgrade jQuery to 1.8.0. | Felix Nagel | 2012-08-30 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-08-30 | 139 | -170/+151 |
|\| | |||||
| * | Position cycler demo: Cleanup. | Scott González | 2012-08-26 | 1 | -26/+12 |
| | | |||||
| * | Tooltip demo: Remove leftover styles from popup widget. | Scott González | 2012-08-26 | 1 | -5/+0 |
| | |