Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method | David Petersen | 2011-03-28 | 5 | -41/+47 |
| | |||||
* | Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵ | David Petersen | 2011-03-27 | 4 | -7/+29 |
| | | | | event to beforeActivate | ||||
* | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵ | David Petersen | 2011-03-27 | 4 | -4/+25 |
| | | | | activate | ||||
* | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵ | David Petersen | 2011-03-27 | 5 | -29/+78 |
| | | | | option to active | ||||
* | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵ | David Petersen | 2011-03-27 | 3 | -16/+13 |
| | | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) | ||||
* | Tabs: Deprecate url method; use aria-controls instead of title to specify ↵ | David Petersen | 2011-03-27 | 3 | -25/+40 |
| | | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels | ||||
* | Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵ | David Petersen | 2011-03-26 | 1 | -0/+28 |
| | | | | method | ||||
* | Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method | David Petersen | 2011-03-26 | 3 | -9/+8 |
| | |||||
* | Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵ | David Petersen | 2011-03-26 | 5 | -72/+70 |
| | | | | remove methods | ||||
* | Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵ | David Petersen | 2011-03-26 | 3 | -35/+35 |
| | | | | enable and disable events | ||||
* | Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option | David Petersen | 2011-03-26 | 4 | -35/+31 |
| | |||||
* | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵ | David Petersen | 2011-03-26 | 7 | -10/+186 |
| | | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options | ||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 1 | -0/+24 |
| | | | | Widget: Extend .option() to set partial nested options. | ||||
* | Progressbar: Removed visual test pages. | Scott González | 2011-03-23 | 1 | -28/+0 |
| | |||||
* | Tabs: Removed visual test pages. | Scott González | 2011-03-23 | 1 | -32/+0 |
| | |||||
* | Autocomplete: Removed visual test pages. | Scott González | 2011-03-23 | 1 | -80/+0 |
| | |||||
* | Accordion: Removed visual test pages. | Scott González | 2011-03-23 | 17 | -758/+0 |
| | |||||
* | Static tests: Removed highlight/error, overlay and index pages. | Scott González | 2011-03-23 | 3 | -152/+0 |
| | |||||
* | Tabs: Removed static test pages. | Scott González | 2011-03-23 | 2 | -66/+0 |
| | |||||
* | Progressbar: Removed static test pages. | Scott González | 2011-03-23 | 2 | -38/+0 |
| | |||||
* | Interactions: Removed static test pages. | Scott González | 2011-03-23 | 5 | -96/+0 |
| | |||||
* | Dialog: Removed static test pages. | Scott González | 2011-03-23 | 2 | -71/+0 |
| | |||||
* | Accordion: Removed static test pages. Added unit tests for dl markup structure. | Scott González | 2011-03-23 | 6 | -137/+54 |
| | |||||
* | Accordion tests: Fixed indentation. | Scott González | 2011-03-23 | 2 | -76/+64 |
| | |||||
* | Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵ | Scott González | 2011-03-22 | 1 | -2/+8 |
| | | | | Widget: Make the widget method maintain the stack. | ||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -11/+29 |
| | | | | search is complete. | ||||
* | Position: Split out tests for deprecated offset option. | Scott González | 2011-03-22 | 4 | -41/+105 |
| | |||||
* | Position: Coding standards. | Scott González | 2011-03-22 | 1 | -285/+285 |
| | |||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 1 | -1/+35 |
| | | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. | ||||
* | Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui | Scott González | 2011-03-21 | 3 | -11/+44 |
|\ | |||||
| * | Tabs: Fix disable and enable methods to correctly handle when index is ↵ | David Petersen | 2011-03-21 | 3 | -11/+44 |
| | | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386 | ||||
* | | Use QUnit.push instead of assertion method for custom assertions to get | jzaefferer | 2011-03-20 | 1 | -1/+2 |
| | | | | | | | | correct filename and line number output | ||||
* | | Menubar: Don't close active menu on mouseenter of associated button | jzaefferer | 2011-03-17 | 1 | -1/+1 |
| | | |||||
* | | Menubar: on a single-button menubar, ignore reopening the same menu | jzaefferer | 2011-03-17 | 1 | -0/+4 |
| | | |||||
* | | Menubar: Another fix for tab/focus handling | jzaefferer | 2011-03-17 | 1 | -5/+7 |
| | | |||||
* | | Menubar: Fix closing with escape key | jzaefferer | 2011-03-17 | 1 | -5/+9 |
| | | |||||
* | | Menubar: Focus/tab handling, improved much | jzaefferer | 2011-03-17 | 1 | -12/+45 |
| | | |||||
* | | Menubar: Put focus back to button when closing menu | jzaefferer | 2011-03-17 | 1 | -2/+4 |
| | | |||||
* | | Menubar: Close submenus on Escape first, only close all when on top-level | jzaefferer | 2011-03-17 | 1 | -1/+3 |
| | | |||||
* | | Menubar: Handle cursor UP/DOWN to open menu | jzaefferer | 2011-03-17 | 1 | -0/+9 |
| | | |||||
* | | Menubar: Handle ESCAPE to close and refactor document-click code to also use ↵ | jzaefferer | 2011-03-17 | 1 | -2/+11 |
| | | | | | | | | _bind | ||||
* | | Menu: menubar cleanup | jzaefferer | 2011-03-17 | 1 | -1/+1 |
| | | |||||
* | | Menu: Fix menubar tab and focus handling | jzaefferer | 2011-03-17 | 2 | -10/+15 |
| | | |||||
* | | Menu: More test markup | jzaefferer | 2011-03-17 | 1 | -2/+16 |
| | | |||||
* | | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | | | | | autoFocus test function | ||||
* | | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
| | | |||||
* | | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 |
| | | | | | | | | Add option to automatically highlight the first result | ||||
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 3 | -1/+4 |
| | | | | | | | | Autocomplete: Default autoFocus to true | ||||
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 |
| | | | | | | | | Autocomplete: Add option to automatically highlight the first result | ||||
* | | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -1/+5 |
|/ | | | | Fixed #7078 - Accordion: Set aria-selected |