aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into selectmenukborchers2011-12-235-40/+68
|\
| * Menu: Change first() and last() to isFirstItem() and isLastItem()kborchers2011-12-232-6/+6
| * Menu: Fix close delay and increase the default delaykborchers2011-12-202-31/+39
| * Merge pull request #553 from AlbertoMonteiro/masterScott González2011-12-152-3/+23
| |\
| | * Dialog: When destroy is called place the element back in original DOM positio...Alberto Monteiro2011-12-152-3/+23
* | | Selectmenu: fixed button keyboard event handling (follow-up)Felix Nagel2011-12-231-14/+23
* | | Selectmenu: improved a11y unit testFelix Nagel2011-12-221-3/+10
* | | Selectmenu: improved ARIA handling (follow-up)Felix Nagel2011-12-221-1/+1
* | | Selectmenu: removed unneeded position workaroundFelix Nagel2011-12-221-4/+0
* | | Selectmenu: removed unneeded IE7 CSS fixFelix Nagel2011-12-221-3/+1
* | | Selectmenu: improved handing of (ARIA) attributesFelix Nagel2011-12-221-3/+4
* | | Selectmenu: improved button event handling, Home/End and Page Up/Page Down ke...Felix Nagel2011-12-221-18/+24
* | | Merge branch 'master' into selectmenukborchers2011-12-151-0/+15
|\| |
| * | Menu: Replace accidentally removed scroll-handling code in focuskborchers2011-12-151-0/+15
* | | Merge branch 'master' into selectmenukborchers2011-12-158-100/+149
|\| |
| * | Menu: Fix focus handling to keep focus on the menu and prevent jumping around...kborchers2011-12-153-44/+41
| |/
| * Menu: Update the default visual test to use the new menus option that replace...kborchers2011-12-071-2/+2
| * Merge pull request #541 from kborchers/menubar_otherStructuresKris Borchers2011-12-074-54/+106
| |\
| | * Menubar: Fix font-weight and spacing of disabled menu itemskborchers2011-12-012-3/+3
| | * Menubar: Update the items option in Menu to the renamed menus optionkborchers2011-12-011-1/+1
| | * Merge branch 'master' into menubar_otherStructureskborchers2011-12-01341-5139/+21633
| | |\ | | |/ | |/|
| | * Menubar: Refactored _next, _prev, _right and _left into a single method calle...kborchers2011-10-261-49/+43
| | * Menubar: Allow structures other than just UL/LIkborchers2011-10-193-15/+73
* | | Selectmenu: added visual test for themeswitcherFelix Nagel2011-12-011-0/+104
* | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-12-012-2/+8
|\ \ \
| * | | Merge branch 'master' into selectmenukborchers2011-12-012-2/+8
| |\| |
| | * | Menu: Change items option to menuskborchers2011-12-011-2/+2
| | * | Build: Also minify i18n files.Jörn Zaefferer2011-12-011-0/+6
* | | | Selectmenu: improved visual tests (title and merging widget compatibility tests)Felix Nagel2011-12-016-172/+59
|/ / /
* | | Merge branch 'master' into selectmenukborchers2011-11-307-31/+116
|\| |
| * | Menu: Remove the isScrolling check which nolonger seems necessary.kborchers2011-11-301-12/+4
| * | Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expandi...Scott González2011-11-291-1/+1
| * | Merge pull request #537 from RobLoach/masterScott González2011-11-291-1/+1
| |\ \
| | * | Remove whitespace at the end of the Dialog title CSS definition.Rob Loach2011-11-281-1/+1
| |/ /
| * | Dialog: Modified the dialog._size() to use outerHeight in calculating the non...James Khoury2011-11-282-5/+10
| * | Autocomplete: Don't invoke a search from arrow keys when the element can have...meh-cfl2011-11-282-12/+100
* | | Selectmenu: improved method unit testsFelix Nagel2011-11-281-36/+99
* | | Upgrade jQuery to 1.7.1.Jörn Zaefferer2011-11-249-59/+59
* | | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-24228-592/+9819
|\| |
| * | Menu: Move mousedown handler into _bind and fix focusing of the Menu after cl...kborchers2011-11-231-10/+7
| * | Autocomplete: Removed commented out test.Scott González2011-11-231-18/+0
| * | Autocomplete: Making sure we do not show search menu after a blur. Fixed #742...Shannon2011-11-232-1/+22
| * | Upgrade jQuery to 1.7.1.Scott González2011-11-22220-541/+9773
| * | Selectable: Explicitly check event.ctrlKey now that jQuery differentiates bet...Scott González2011-11-221-4/+4
| * | Merge pull request #463 from jason-oster/masterScott González2011-11-211-1/+2
| |\ \
| | * | Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepick...Jay Oster2011-09-151-1/+2
| * | | Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009...Michael P. Jung2011-11-211-1/+1
| * | | Widget: Simplify data normalization in _trigger().Scott González2011-11-211-7/+2
| * | | Widget: Don't use $.event.props when creating events.Scott González2011-11-211-13/+12
| * | | Widget tests: Fixed _super() call in redefine test.Scott González2011-11-211-1/+1