Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵ | David Petersen | 2011-03-27 | 5 | -11/+50 |
| | | | | activate | ||||
* | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵ | David Petersen | 2011-03-27 | 6 | -55/+136 |
| | | | | option to active | ||||
* | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵ | David Petersen | 2011-03-27 | 4 | -32/+49 |
| | | | | 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 | 5 | -63/+92 |
| | | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels | ||||
* | Use this.running to know if we are still in process of showing/hidding a tab | David Petersen | 2011-03-26 | 1 | -6/+13 |
| | |||||
* | Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵ | David Petersen | 2011-03-26 | 2 | -119/+187 |
| | | | | method | ||||
* | Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method | David Petersen | 2011-03-26 | 4 | -13/+14 |
| | |||||
* | Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵ | David Petersen | 2011-03-26 | 6 | -150/+155 |
| | | | | remove methods | ||||
* | Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵ | David Petersen | 2011-03-26 | 4 | -39/+76 |
| | | | | enable and disable events | ||||
* | Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option | David Petersen | 2011-03-26 | 5 | -54/+63 |
| | |||||
* | Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method | David Petersen | 2011-03-26 | 1 | -23/+29 |
| | |||||
* | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵ | David Petersen | 2011-03-26 | 8 | -59/+287 |
| | | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options | ||||
* | Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methods | David Petersen | 2011-03-26 | 1 | -111/+116 |
| | |||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 2 | -3/+42 |
| | | | | 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: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate ↵ | Scott González | 2011-03-23 | 1 | -3/+8 |
| | | | | use of metadata. | ||||
* | Accordion: Added missing semicolon. | Scott González | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵ | Scott González | 2011-03-22 | 2 | -3/+11 |
| | | | | Widget: Make the widget method maintain the stack. | ||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 2 | -12/+33 |
| | | | | 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 | 2 | -310/+314 |
| | |||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 3 | -18/+114 |
| | | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. | ||||
* | Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui | Scott González | 2011-03-22 | 1 | -1/+0 |
|\ | |||||
| * | Spinner: Remove debugging output that appends directly to the body from ↵ | adam j. sontag | 2011-03-21 | 1 | -1/+0 |
| | | | | | | | | mousewheel handling. | ||||
* | | Spinner: Set the widgetEventPrefix to "spin" as per the spec. | adam j. sontag | 2011-03-21 | 1 | -0/+1 |
|/ | |||||
* | Position: Fixed typo. | Scott González | 2011-03-21 | 1 | -1/+1 |
| | |||||
* | Position: Removed unused refenrece to $.fn.offset. | Scott González | 2011-03-21 | 1 | -2/+1 |
| | |||||
* | Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui | Scott González | 2011-03-21 | 4 | -32/+85 |
|\ | |||||
| * | Tabs: Fix disable and enable methods to correctly handle when index is ↵ | David Petersen | 2011-03-21 | 4 | -32/+85 |
| | | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386 | ||||
* | | Merge branch 'master' of https://github.com/thg2k/jquery-ui | Scott González | 2011-03-21 | 1 | -11/+7 |
|\ \ | |||||
| * | | Restructured if/else's for better readability | Giovanni Giacobbi | 2011-03-20 | 1 | -11/+7 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/RedWolves/jquery-ui | Scott González | 2011-03-21 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Tabs: Updates cookie demo to include more information on how to find cookie ↵ | Ralph Whitbeck | 2011-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals. | ||||
* | | | | 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 | ||||
* | | | | Updated to latest QUnit | jzaefferer | 2011-03-20 | 2 | -86/+133 |
|/ / / | |||||
* / / | Build: Update to latest Closure Compiler jar | jzaefferer | 2011-03-20 | 3 | -1/+1 |
|/ / | |||||
* | | Datepicker: Changed a comment that causes problems with YUI Compressor. ↵ | Scott González | 2011-03-18 | 1 | -1/+1 |
| | | | | | | | | Fixes #7129 - Datepicker: Can't minify with YUI Compressor. | ||||
* | | Menu: Close submenu on ESCAPE keypress | jzaefferer | 2011-03-17 | 1 | -0/+6 |
| | | |||||
* | | 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 |
| | |