aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Some minor tweaks to the effects, trying to clean up code a bit + style guidancegnarf2011-05-012-55/+63
* effects.bounce: removing the opti for duration, the normalizeArguments in cor...gnarf2011-04-041-1/+1
* effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ...gnarf2011-03-272-60/+80
* Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...Scott González2011-03-241-3/+18
* Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate us...Scott González2011-03-231-3/+8
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...Scott González2011-03-221-1/+3
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...Scott González2011-03-221-1/+4
* Position: Coding standards.Scott González2011-03-221-25/+29
* Position: Merged offset option into my and at options and added support for p...Scott González2011-03-221-13/+77
* 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 mouse...adam j. sontag2011-03-211-1/+0
* | 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 undefi...David Petersen2011-03-211-21/+41
* | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
* | Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...Scott González2011-03-181-1/+1
* | 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
* | 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 bo...gnarf2011-03-111-26/+45
* | | 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 $.effects[...gnarf2011-03-1514-21/+44
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...Richard Worth2011-03-151-1/+1
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...Richard Worth2011-03-151-0/+5
* | | Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-151-0/+5
* | | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ...Matt Hoskins2011-03-141-1/+1
| |/ |/|
* | Button: find associated label even without common ancestor. Fixes #7092 - but...ddstreet2011-03-111-2/+10
* | Merge branch 'ddmanager-caches-wrong-dimensions' of https://github.com/Eleotl...Scott González2011-03-111-2/+2
|\ \ | |/ |/|
| * Droppable: enabled and accepting droppables are now activated prior to evalua...Marcel Toele2011-03-111-2/+2
* | effects.core: Another place where args.callback was used that escaped my firs...gnarf2011-03-111-3/+3
* | effects.*: Explode effect was removing more elements than it should upon comp...gnarf2011-03-101-14/+22
|/
* 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 gnarf...Scott González2011-03-0914-669/+894
|\
| * effect.puff: Errant console.log removedgnarf2011-03-081-1/+0
| * Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ...awgy2011-03-081-0/+5
| * Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - R...Adam Parod2011-03-081-0/+7
| * Sortable: Changed floating calculation to determine also whether items are be...michaelmwu2011-03-081-2/+2
| * Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-081-0/+3
| * Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicke...Richard Worth2011-03-081-1/+1
| * effects.drop: Quick second pass Style Guidancegnarf2011-03-061-6/+7
| * effects.fade: Using $ instead of jQuerygnarf2011-03-061-1/+1
| * effects.core: Style Guidancegnarf2011-03-061-239/+286
| * effects.*: style guidancegnarf2011-03-063-47/+68