Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into selectmenu | Felix Nagel | 2013-03-19 | 6 | -9/+14 |
|\ | |||||
| * | Demos: Updating to use instance method on bridge | Corey Frang | 2013-03-19 | 5 | -5/+5 |
| | | |||||
| * | Progressbar demo (label): Use absolute positioning for the label. Fixes ↵ | Scott González | 2013-03-18 | 1 | -3/+6 |
| | | | | | | | | #9163 - Progressbar demo: Incorrect presentation with progressbar label in IE9. | ||||
| * | Autocomplete demo (combobox): Hide select on create. Fixes #9158 - ↵ | Scott González | 2013-03-16 | 1 | -0/+1 |
| | | | | | | | | Autocomplete Combobox demo shows underlying select by default. | ||||
| * | Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox ↵ | TJ VanToll | 2013-03-16 | 1 | -1/+2 |
| | | | | | | | | demo does not show Items | ||||
* | | Selectmenu: improve custom render demo | Felix Nagel | 2013-03-09 | 1 | -5/+5 |
| | | |||||
* | | Selectmenu: simplify custom render demo inits | Felix Nagel | 2013-03-09 | 1 | -6/+3 |
| | | |||||
* | | Selectmenu: simplify overflow selectmenu init in default demo | Felix Nagel | 2013-03-09 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-03-03 | 3 | -98/+119 |
|\| | |||||
| * | Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: ↵ | TJ VanToll | 2013-02-28 | 1 | -0/+1 |
| | | | | | | | | Portlet demo is buggy. | ||||
| * | Accordion demo: Clean up hoverintent implementation to avoid using ↵ | Scott González | 2013-02-27 | 1 | -23/+38 |
| | | | | | | | | jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method. | ||||
| * | 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 - ↵ | Scott González | 2013-02-22 | 1 | -15/+3 |
| | | | | | | | | Autocomplete: Incorrect escaping in combobox demo. | ||||
* | | Selectmenu: Updating jQuery to 1.9.1. | Felix Nagel | 2013-02-09 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-02-09 | 140 | -279/+235 |
|\| | |||||
| * | 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 ↵ | Scott González | 2013-02-01 | 1 | -0/+1 |
| | | | | | | | | there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes. | ||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-01-30 | 3 | -3/+3 |
|\| | |||||
| * | Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: ↵ | Scott González | 2013-01-30 | 2 | -2/+2 |
| | | | | | | | | Multiple demo has errors. | ||||
| * | Autocomplete demo: Fixed reference to widget instance. | Scott González | 2013-01-24 | 1 | -1/+1 |
| | | |||||
* | | Selectmenu: Updating to jQuery 1.9.0 | Felix Nagel | 2013-01-18 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-01-18 | 136 | -148/+148 |
|\| | |||||
| * | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 136 | -148/+148 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-01-02 | 1 | -3/+11 |
|\| | |||||
| * | Tabs: Update manipulation demo - implement alt+del shortcut to remove active ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -2/+10 |
| | | | | | | | | tab. Fixes #7847 - Tabs: simple manipulation accessibility | ||||
| * | Tabs: Update manipulation demo - use delegate instead of live (can't use on ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -1/+1 |
| | | | | | | | | until we drop core 1.6 support), reuse selected element | ||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-12-20 | 1 | -0/+2 |
|\| | |||||
| * | Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add ↵ | Matthieu Penant | 2012-12-17 | 1 | -0/+2 |
| | | | | | | | | Canadian French locale. | ||||
* | | Selectmenu: make dropdown style default and remove option dropdown | Felix Nagel | 2012-12-20 | 2 | -9/+3 |
| | | |||||
* | | Selectmenu: improved custom render demo CGL | Felix Nagel | 2012-12-19 | 1 | -12/+19 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-12-15 | 1 | -7/+7 |
|\| | |||||
| * | Autocomplete: Combobox demo - Collapse menu when clicking button. | Scott González | 2012-12-13 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-12-12 | 7 | -84/+80 |
|\| | |||||
| * | 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 ↵ | Bjørn Johansen | 2012-12-05 | 1 | -0/+4 |
| | | | | | | | | | | | | #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales. Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no> | ||||
| * | Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add ↵ | Pavel Selitskas | 2012-12-05 | 1 | -0/+2 |
| | | | | | | | | Belarusian locale. | ||||
| * | 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 ↵ | Anika Henke | 2012-11-29 | 1 | -7/+7 |
| | | | | | | | | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way. | ||||
| * | 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 |
| | | |||||
* | | 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 |
|\| |