aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-222-3/+11
| | | | Widget: Make the widget method maintain the stack.
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵Scott González2011-03-222-12/+33
| | | | search is complete.
* Position: Split out tests for deprecated offset option.Scott González2011-03-224-41/+105
|
* Position: Coding standards.Scott González2011-03-222-310/+314
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-223-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-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-214-32/+85
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-214-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-uiScott González2011-03-211-11/+7
|\ \
| * | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
| | |
* | | Merge branch 'master' of https://github.com/RedWolves/jquery-uiScott González2011-03-211-0/+1
|\ \ \
| * | | Tabs: Updates cookie demo to include more information on how to find cookie ↵Ralph Whitbeck2011-03-201-0/+1
| | | | | | | | | | | | | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
* | | | Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
| | | | | | | | | | | | | | | | correct filename and line number output
* | | | Updated to latest QUnitjzaefferer2011-03-202-86/+133
|/ / /
* / / Build: Update to latest Closure Compiler jarjzaefferer2011-03-203-1/+1
|/ /
* | 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
| |
* | Menubar: Don't close active menu on mouseenter of associated buttonjzaefferer2011-03-171-1/+1
| |
* | Menubar: on a single-button menubar, ignore reopening the same menujzaefferer2011-03-171-0/+4
| |
* | Menubar: Another fix for tab/focus handlingjzaefferer2011-03-171-5/+7
| |
* | Menubar: Fix closing with escape keyjzaefferer2011-03-171-5/+9
| |
* | Menubar: Focus/tab handling, improved muchjzaefferer2011-03-171-12/+45
| |
* | Menubar: Put focus back to button when closing menujzaefferer2011-03-171-2/+4
| |
* | Menubar: Close submenus on Escape first, only close all when on top-leveljzaefferer2011-03-171-1/+3
| |
* | Menubar: Handle cursor UP/DOWN to open menujzaefferer2011-03-171-0/+9
| |
* | Menubar: Handle ESCAPE to close and refactor document-click code to also use ↵jzaefferer2011-03-171-2/+11
| | | | | | | | _bind
* | Widget: Accept selectors and DOM elements as element-argument to _bindjzaefferer2011-03-171-0/+2
| |
* | Menu: menubar cleanupjzaefferer2011-03-171-1/+1
| |
* | Menu: Fix menubar tab and focus handlingjzaefferer2011-03-172-10/+15
| |
* | Menu: Implement delaying of opening and closing submenusjzaefferer2011-03-171-4/+18
| |
* | Menu: More test markupjzaefferer2011-03-171-2/+16
| |
* | 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 unit test: corrected name and argument order of equal() call in ↵Richard Worth2011-03-151-1/+1
| | | | | | | | autoFocus test function
* | Autocomplete: moved autoFocus implementation to after menu visible for a11yRichard Worth2011-03-151-4/+4
| |
* | Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
| |
* | 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: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵Richard Worth2011-03-151-0/+27
| | | | | | | | | | | | Add option to automatically highlight the first result
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-154-2/+5
| | | | | | | | | | | | Autocomplete: Default autoFocus to true
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵Richard Worth2011-03-152-0/+6
| | | | | | | | | | | | Autocomplete: Add option to automatically highlight the first result
* | | Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-152-1/+10
| | | | | | | | | | | | 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.