Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵ | Kyle Florence | 2011-04-09 | 1 | -0/+1 |
| | | | | hidden when value is at 0% | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -0/+4 |
| | |||||
* | Tabs: Cleaned up _tabId() implementation. | Scott González | 2011-04-05 | 1 | -5/+4 |
| | |||||
* | Tabs: Better handling of active option and various cleanup. | Scott González | 2011-04-05 | 1 | -65/+67 |
| | |||||
* | Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵ | Scott González | 2011-04-05 | 1 | -22/+24 |
| | | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: cleanup. | Scott González | 2011-04-04 | 1 | -11/+16 |
| | |||||
* | Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵ | Scott González | 2011-04-04 | 1 | -29/+39 |
| | | | | show event to activate. | ||||
* | Tabs: Properly handle switching from active: false. | Scott González | 2011-04-04 | 1 | -3/+3 |
| | |||||
* | Accordion: When simulating events, make sure we use DOM elements, not jQuery ↵ | Scott González | 2011-04-04 | 1 | -1/+1 |
| | | | | objects. | ||||
* | Accordion: Pass original event in beforeActivate event. | Scott González | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵ | Scott González | 2011-04-04 | 1 | -40/+53 |
| | | | | Rename select event to beforeActivate. | ||||
* | Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows ↵ | Scott González | 2011-04-04 | 1 | -34/+36 |
| | | | | only single year in year dropdown if numberOfMonths > 1. | ||||
* | Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into ↵ | Scott González | 2011-03-29 | 1 | -444/+745 |
|\ | | | | | | | petersendidit-tabs | ||||
| * | Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates | David Petersen | 2011-03-29 | 1 | -27/+25 |
| | | |||||
| * | Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option | David Petersen | 2011-03-28 | 1 | -33/+54 |
| | | |||||
| * | Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method | David Petersen | 2011-03-28 | 1 | -36/+63 |
| | | |||||
| * | Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵ | David Petersen | 2011-03-27 | 1 | -7/+10 |
| | | | | | | | | event to beforeActivate | ||||
| * | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵ | David Petersen | 2011-03-27 | 1 | -7/+25 |
| | | | | | | | | activate | ||||
| * | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵ | David Petersen | 2011-03-27 | 1 | -26/+58 |
| | | | | | | | | option to active | ||||
| * | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵ | David Petersen | 2011-03-27 | 1 | -16/+36 |
| | | | | | | | | 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 | 1 | -37/+50 |
| | | | | | | | | 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 | 1 | -119/+159 |
| | | | | | | | | method | ||||
| * | Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method | David Petersen | 2011-03-26 | 1 | -4/+6 |
| | | |||||
| * | Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵ | David Petersen | 2011-03-26 | 1 | -78/+85 |
| | | | | | | | | remove methods | ||||
| * | Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵ | David Petersen | 2011-03-26 | 1 | -4/+41 |
| | | | | | | | | enable and disable events | ||||
| * | Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option | David Petersen | 2011-03-26 | 1 | -19/+32 |
| | | |||||
| * | 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 | 1 | -49/+101 |
| | | | | | | | | #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 |
| | | |||||
* | | Core: Fixed spacing. | Scott González | 2011-03-29 | 1 | -3/+3 |
| | | |||||
* | | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -0/+2 |
| | | | | | | | | Slider: value and values methods as setters aren't chainable. | ||||
* | | Autocomplete: changed autoFocus default back to false. Reverts #7042 - ↵ | Richard Worth | 2011-03-28 | 1 | -1/+1 |
|/ | | | | Autocomplete: Default autoFocus to true | ||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 1 | -3/+18 |
| | | | | Widget: Extend .option() to set partial nested options. | ||||
* | 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 | 1 | -1/+3 |
| | | | | Widget: Make the widget method maintain the stack. | ||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -1/+4 |
| | | | | search is complete. | ||||
* | Position: Coding standards. | Scott González | 2011-03-22 | 1 | -25/+29 |
| | |||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 1 | -13/+77 |
| | | | | 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 | 1 | -21/+41 |
|\ | |||||
| * | Tabs: Fix disable and enable methods to correctly handle when index is ↵ | David Petersen | 2011-03-21 | 1 | -21/+41 |
| | | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386 | ||||
* | | Restructured if/else's for better readability | Giovanni Giacobbi | 2011-03-20 | 1 | -11/+7 |
| | | |||||
* | | 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 |
| | |