aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵David Petersen2011-03-271-7/+25
| | | | activate
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-271-26/+58
| | | | option to active
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵David Petersen2011-03-271-16/+36
| | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-271-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 tabDavid Petersen2011-03-261-6/+13
|
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵David Petersen2011-03-261-119/+159
| | | | method
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-4/+6
|
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵David Petersen2011-03-261-78/+85
| | | | remove methods
* Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵David Petersen2011-03-261-4/+41
| | | | enable and disable events
* Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-261-19/+32
|
* Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort methodDavid Petersen2011-03-261-23/+29
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-261-49/+101
| | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
* Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methodsDavid Petersen2011-03-261-111/+116
|
* Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵Scott González2011-03-241-3/+18
| | | | Widget: Extend .option() to set partial nested options.
* Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate ↵Scott González2011-03-231-3/+8
| | | | use of metadata.
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
|
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵Scott González2011-03-221-1/+3
| | | | Widget: Make the widget method maintain the stack.
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵Scott González2011-03-221-1/+4
| | | | search is complete.
* Position: Coding standards.Scott González2011-03-221-25/+29
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-221-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-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from ↵adam j. sontag2011-03-211-1/+0
| | | | | | | | mousewheel handling.
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Position: Fixed typo.Scott González2011-03-211-1/+1
|
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
|
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-211-21/+41
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-211-21/+41
| | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
| |
* | Datepicker: Changed a comment that causes problems with YUI Compressor. ↵Scott González2011-03-181-1/+1
| | | | | | | | Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
* | Menu: Close submenu on ESCAPE keypressjzaefferer2011-03-171-0/+6
| |
* | Widget: Accept selectors and DOM elements as element-argument to _bindjzaefferer2011-03-171-0/+2
| |
* | Menu: Implement delaying of opening and closing submenusjzaefferer2011-03-171-4/+18
| |
* | Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵Scott González2011-03-151-2/+7
| | | | | | | | - Menu click when no mouseover causes error.
* | Autocomplete: moved autoFocus implementation to after menu visible for a11yRichard Worth2011-03-151-4/+4
| |
* | Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-uiScott González2011-03-151-29/+46
|\ \
| * | effects.explode: correcting my misspelled variable name :/gnarf2011-03-121-18/+16
| | |
| * | effects.explode: rework math used to split the div into peices - split the ↵gnarf2011-03-111-26/+45
| | | | | | | | | | | | | | | | | | box disregarding margins Fixes #3968 - effects explode: explodes from the right instead of from the center
* | | Datepicker: Updated to check for new or old style effects (see #7103).gnarf2011-03-151-2/+6
| | |
* | | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵gnarf2011-03-1514-21/+44
| | | | | | | | | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-151-1/+1
| | | | | | | | | | | | Autocomplete: Default autoFocus to true
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵Richard Worth2011-03-151-0/+5
| | | | | | | | | | | | Autocomplete: Add option to automatically highlight the first result
* | | Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-0/+5
| | | | | | | | | | | | Fixed #7078 - Accordion: Set aria-selected
* | | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ↵Matt Hoskins2011-03-141-1/+1
| |/ |/| | | | | with a connected sortable to force containerCache initialisation/update. Fixed: #5563 - connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache.
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-2/+10
| | | | | | | | button creation that requires a matching label does not find label in all cases
* | Merge branch 'ddmanager-caches-wrong-dimensions' of ↵Scott González2011-03-111-2/+2
|\ \ | |/ |/| | | https://github.com/EleotleCram/jquery-ui into EleotleCram-ddmanager-caches-wrong-dimensions
| * Droppable: enabled and accepting droppables are now activated prior to ↵Marcel Toele2011-03-111-2/+2
| | | | | | | | evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry.
* | effects.core: Another place where args.callback was used that escaped my ↵gnarf2011-03-111-3/+3
| | | | | | | | first pass
* | effects.*: Explode effect was removing more elements than it should upon ↵gnarf2011-03-101-14/+22
|/ | | | completion. Fixed #6022 - multiple explosions cut short
* Effects: Handle just passing an effect name.Scott González2011-03-091-0/+5
|
* Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into ↵Scott González2011-03-0914-669/+894
|\ | | | | | | gnarf37-effects-api