Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 | ||||
* | | Widget: Accept selectors and DOM elements as element-argument to _bind | jzaefferer | 2011-03-17 | 1 | -0/+2 |
| | | |||||
* | | 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: Implement delaying of opening and closing submenus | jzaefferer | 2011-03-17 | 1 | -4/+18 |
| | | |||||
* | | Menu: More test markup | jzaefferer | 2011-03-17 | 1 | -2/+16 |
| | | |||||
* | | Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵ | Scott González | 2011-03-15 | 1 | -2/+7 |
| | | | | | | | | - Menu click when no mouseover causes error. | ||||
* | | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | | | | | autoFocus test function | ||||
* | | Autocomplete: moved autoFocus implementation to after menu visible for a11y | Richard Worth | 2011-03-15 | 1 | -4/+4 |
| | | |||||
* | | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
| | | |||||
* | | Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui | Scott González | 2011-03-15 | 1 | -29/+46 |
|\ \ | |||||
| * | | effects.explode: correcting my misspelled variable name :/ | gnarf | 2011-03-12 | 1 | -18/+16 |
| | | | |||||
| * | | effects.explode: rework math used to split the div into peices - split the ↵ | gnarf | 2011-03-11 | 1 | -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). | gnarf | 2011-03-15 | 1 | -2/+6 |
| | | | |||||
* | | | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵ | gnarf | 2011-03-15 | 14 | -21/+44 |
| | | | | | | | | | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[]. | ||||
* | | | 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 | 4 | -2/+5 |
| | | | | | | | | | | | | Autocomplete: Default autoFocus to true | ||||
* | | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 2 | -0/+6 |
| | | | | | | | | | | | | 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 | 2 | -1/+10 |
| | | | | | | | | | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | | | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ↵ | Matt Hoskins | 2011-03-14 | 1 | -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. |