Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Tooltip: Add track option | Jörn Zaefferer | 2012-06-14 | 1 | -21/+1 | |
| | | ||||||
| * | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -3/+3 | |
| | | ||||||
| * | Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened ↵ | Scott González | 2012-06-13 | 1 | -4/+7 | |
| | | | | | | | | on hover. Don't let the positioning of one tooltip affect other tooltips. | |||||
| * | Tabs: Removed cookie demo since the cookie option is deprecated. | Scott González | 2012-06-11 | 2 | -58/+0 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-05-31 | 3 | -9/+2 | |
|\| | ||||||
| * | Datepicker: Corrected language code for Georgian language according to ISO ↵ | Pavel Stetina | 2012-05-29 | 2 | -2/+2 | |
| | | | | | | | | 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code. | |||||
| * | Revert "Autocomplete: make categories work again (follow-up)" | Scott González | 2012-05-24 | 1 | -7/+0 | |
| | | | | | | | | This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8. | |||||
* | | Merge remote-tracking branch 'origin/master' into selectmenu | Felix Nagel | 2012-05-24 | 1 | -0/+7 | |
|\| | ||||||
| * | Autocomplete: make categories work again (follow-up) | Felix Nagel | 2012-05-24 | 1 | -0/+7 | |
| | | ||||||
* | | Merge with master | Felix Nagel | 2012-05-24 | 10 | -41/+66 | |
|\| | ||||||
| * | Progressbar demo: Made animated background selector more specific. Fixes ↵ | Scott González | 2012-05-22 | 1 | -1/+1 | |
| | | | | | | | | #8314 - Theme on animated progressbar remains the same. | |||||
| * | Don't use :submit selector. | Scott González | 2012-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | Don't use :input selector. | Scott González | 2012-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | Widget demo: Don't use .toggle(fn). | Scott González | 2012-05-21 | 1 | -4/+7 | |
| | | ||||||
| * | Effects toggle demo: Coding standards. | Scott González | 2012-05-21 | 1 | -9/+24 | |
| | | ||||||
| * | Animate demo: Don't use .toggle(fn). | Scott González | 2012-05-21 | 1 | -5/+6 | |
| | | ||||||
| * | Accordion demo: Don't use .toggle(fn). | Scott González | 2012-05-21 | 1 | -4/+6 | |
| | | ||||||
| * | Spinner demo: Don't use .toggle(fn). | Scott González | 2012-05-21 | 1 | -9/+13 | |
| | | ||||||
| * | Tabs manipulation demo: Update for aria-controls. | Scott González | 2012-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | Autocomplete: Update live region if focus event is canceled. Remove live ↵ | Scott González | 2012-05-16 | 2 | -5/+3 | |
| | | | | | | | | region on destroy. | |||||
| * | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵ | Jörn Zaefferer | 2012-05-16 | 2 | -3/+5 | |
| | | | | | | | | #7840 - Autocomplete: popup results not read by screen-readers | |||||
| * | Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ↵ | Scott González | 2012-05-14 | 1 | -4/+4 | |
| | | | | | | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles. | |||||
* | | Selectmenu: Upgrade jQuery to 1.7.2. | Felix Nagel | 2012-05-14 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-05-14 | 17 | -157/+124 | |
|\| | ||||||
| * | Tooltip: Make demos more accessible (and less stupid, in case of the forms ↵ | Jörn Zaefferer | 2012-05-09 | 2 | -26/+13 | |
| | | | | | | | | demo). Fixes #7842 | |||||
| * | Menu: Drop contextmenu link from menu demos index, demo doesn't exist | Jörn Zaefferer | 2012-05-09 | 1 | -1/+0 | |
| | | ||||||
| * | Autocomplete delete: Adjust styles. | Scott González | 2012-05-08 | 1 | -2/+0 | |
| | | ||||||
| * | Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵ | Scott González | 2012-05-03 | 1 | -8/+10 | |
| | | | | | | | | date in Date range datepicker. | |||||
| * | Autocomplete combobox demo: Define this.wrapper for use inside destroy(). | Scott González | 2012-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into position-notification | Scott González | 2012-04-23 | 10 | -21/+24 | |
| |\ | | | | | | | | | | | | | Conflicts: tests/unit/position/position_core_within.js | |||||
| | * | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 3 | -4/+4 | |
| | | | ||||||
| | * | Fix various issues in our html files, first batch | Jörn Zaefferer | 2012-04-23 | 8 | -18/+21 | |
| | | | ||||||
| * | | Merge branch 'master' into position-notification | Scott González | 2012-04-20 | 1 | -31/+6 | |
| |\| | ||||||
| | * | Position: Simplify default demo by removing drag functionality on positioned ↵ | Scott González | 2012-04-15 | 1 | -31/+6 | |
| | | | | | | | | | | | | elements. Fixes #5380 - Position Demo breaks when dragging an element. | |||||
| * | | Tooltip: Update custom-style demo, remove the ugly padding that was hiding ↵ | Jörn Zaefferer | 2012-04-17 | 1 | -55/+46 | |
| |/ | | | | | | | layout issues, use new position feedback API instead of position callout in more then just one place | |||||
| * | Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵ | Scott González | 2012-04-07 | 1 | -13/+25 | |
| | | | | | | | | Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0). | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2012-05-14 | 140 | -140/+143 | |
|\| | ||||||
| * | Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵ | Lado Lomidze | 2012-03-22 | 2 | -0/+3 | |
| | | | | | | | | Georgian localization. | |||||
| * | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 140 | -140/+140 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Scott González | 2012-02-29 | 10 | -98/+42 | |
|\| | ||||||
| * | Accordion: Removed mouseover demo. We shouldn't demo bad UX choices. | Scott González | 2012-02-29 | 2 | -58/+0 | |
| | | ||||||
| * | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 8 | -32/+31 | |
| | | | | | | | | associated ui-accordion-heading class). | |||||
| * | Position: Fix initial positioning of cycler demo. | Jörn Zaefferer | 2012-02-23 | 1 | -12/+15 | |
| | | ||||||
* | | Selectmenu: added empty.html visual test, small improvements in html files | Felix Nagel | 2012-02-26 | 1 | -3/+2 | |
| | | ||||||
* | | Selectmenu: fix for IEs item hover problem, overflow CSS properties now included | Felix Nagel | 2012-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Selectmenu: removed Button widget dependency | Felix Nagel | 2012-02-23 | 2 | -2/+0 | |
| | | ||||||
* | | Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵ | Jörn Zaefferer | 2012-02-21 | 2 | -5/+5 | |
| | | | | | | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. | |||||
* | | Selectmenu: Reorder default demo to reduce the odd top-margin (still needed ↵ | Jörn Zaefferer | 2012-02-21 | 1 | -18/+17 | |
| | | | | | | | | to fully show the popup menu) | |||||
* | | Selectmenu: Simplify id-selectors, no need for element-selector | Jörn Zaefferer | 2012-02-21 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2012-02-21 | 10 | -43/+52 | |
|\| |