aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | Autocomplete unit test: corrected name and argument order of equal() call in ...Richard Worth2011-03-151-1/+1
* | 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 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: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...Richard Worth2011-03-151-0/+27
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...Richard Worth2011-03-154-2/+5
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...Richard Worth2011-03-152-0/+6
* | | Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-152-1/+10
* | | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ...Matt Hoskins2011-03-141-1/+1
| |/ |/|
* | Menu: Add menubar-with-one-button-in-table example.jzaefferer2011-03-111-8/+67
* | Menu: Improve CSS on testpagejzaefferer2011-03-111-1/+1
* | Button: find associated label even without common ancestor. Fixes #7092 - but...ddstreet2011-03-112-2/+32
* | 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-0916-675/+925
|\
| * Merge branch 'effects-api' of github.com:gnarf37/jquery-ui into effects-apignarf2011-03-080-0/+0
| |\
| | * Merge branch 'master' into effects-apignarf2011-03-07350-1287/+2514
| | |\
| * | | effect.puff: Errant console.log removedgnarf2011-03-081-1/+0
| * | | Mouse visual test: Bump jQuery version.Scott González2011-03-081-2/+2
| * | | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed aft...awgy2011-03-081-0/+67
| * | | 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-082-1/+12
| * | | Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicke...Richard Worth2011-03-081-1/+1
| * | | Switched to latest stable jQuery 1.5.1Richard Worth2011-03-08343-1283/+2420
| |/ /
| * | 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
| * | effects.*: Style Guidancegnarf2011-03-064-162/+259