Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Widget: Accept selectors and DOM elements as element-argument to _bind | jzaefferer | 2011-03-17 | 1 | -0/+2 |
| | | |||||
* | | Menu: Implement delaying of opening and closing submenus | jzaefferer | 2011-03-17 | 1 | -4/+18 |
| | | |||||
* | | 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: moved autoFocus implementation to after menu visible for a11y | Richard Worth | 2011-03-15 | 1 | -4/+4 |
| | | |||||
* | | 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: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Autocomplete: Default autoFocus to true | ||||
* | | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+5 |
| | | | | | | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | | | | | | 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. | ||||
* | | Button: find associated label even without common ancestor. Fixes #7092 - ↵ | ddstreet | 2011-03-11 | 1 | -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ález | 2011-03-11 | 1 | -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 Toele | 2011-03-11 | 1 | -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 ↵ | gnarf | 2011-03-11 | 1 | -3/+3 |
| | | | | | | | | first pass | ||||
* | | effects.*: Explode effect was removing more elements than it should upon ↵ | gnarf | 2011-03-10 | 1 | -14/+22 |
|/ | | | | completion. Fixed #6022 - multiple explosions cut short | ||||
* | Effects: Handle just passing an effect name. | Scott González | 2011-03-09 | 1 | -0/+5 |
| | |||||
* | Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into ↵ | Scott González | 2011-03-09 | 14 | -669/+894 |
|\ | | | | | | | gnarf37-effects-api | ||||
| * | effect.puff: Errant console.log removed | gnarf | 2011-03-08 | 1 | -1/+0 |
| | | |||||
| * | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ↵ | awgy | 2011-03-08 | 1 | -0/+5 |
| | | | | | | | | click event suppressed after drag in Gecko | ||||
| * | Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - ↵ | Adam Parod | 2011-03-08 | 1 | -0/+7 |
| | | | | | | | | Reformat minDate/maxDate when dateFormat changes. | ||||
| * | Sortable: Changed floating calculation to determine also whether items are ↵ | michaelmwu | 2011-03-08 | 1 | -2/+2 |
| | | | | | | | | being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution) | ||||
| * | Dialog: Added a class to dialog wrapper when it is currently displaying ↵ | Douglas Neiner | 2011-03-08 | 1 | -0/+3 |
| | | | | | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing | ||||
| * | Datepicker i18n: corrected arabic month name for May. Fixed #7055 - ↵ | Richard Worth | 2011-03-08 | 1 | -1/+1 |
| | | | | | | | | Datepicker: arabic month name has March in place of May | ||||
| * | effects.drop: Quick second pass Style Guidance | gnarf | 2011-03-06 | 1 | -6/+7 |
| | | |||||
| * | effects.fade: Using $ instead of jQuery | gnarf | 2011-03-06 | 1 | -1/+1 |
| | | |||||
| * | effects.core: Style Guidance | gnarf | 2011-03-06 | 1 | -239/+286 |
| | | |||||
| * | effects.*: style guidance | gnarf | 2011-03-06 | 3 | -47/+68 |
| | | |||||
| * | effects.*: Style Guidance | gnarf | 2011-03-06 | 4 | -162/+259 |
| | | |||||
| * | effect.*: Style Guidance | gnarf | 2011-03-06 | 3 | -58/+76 |
| | | |||||
| * | effects.*: More Style Guidance | gnarf | 2011-03-06 | 3 | -60/+61 |
| | | |||||
| * | effects.drop: Style Guidance | gnarf | 2011-03-06 | 1 | -21/+35 |
| | |