aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Selectmenu: fixed unit tests, needs additional check and cleanupFelix Nagel2012-01-122-31/+34
* | | Selectmenu: removed option valueFelix Nagel2012-01-125-89/+18
* | | Selectmenu: removed forgotten console statementFelix Nagel2012-01-121-1/+0
* | | Selectmenu: fixed keyboard control (follow-up)Felix Nagel2012-01-121-0/+6
* | | Selectmenu: improved disabled state handlingFelix Nagel2012-01-112-6/+10
* | | Selectmenu: create menu items with first opening to increase performanceFelix Nagel2012-01-111-1/+6
* | | Merge pull request #536 from danwellman/selectmenuFelix Nagel2012-01-112-6/+139
|\ \ \
| * \ \ Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\ \ \
| | * | | removed duplicates from options unit tests and added new options and events t...Dan Wellman2011-12-012-8/+8
| * | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-129-174/+171
| |\ \ \ \
| * | | | | Selectmenu: updated options and events unit testsDan Wellman2011-12-122-8/+23
| * | | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-017-31/+116
| |\ \ \ \ \
| * | | | | | Selectmenu: removed duplicates from options unit tests and added new options ...Dan Wellman2011-12-012-8/+8
| | |_|/ / / | |/| | | |
| * | | | | Updates to events and options unit testsDan Wellman2011-12-012-51/+10
| * | | | | Merge remote-tracking branch 'upstream/selectmenu' into selectmenuDan Wellman2011-11-28238-687/+9977
| |\ \ \ \ \
| * | | | | | Selectmenu: added option unit testsDan Wellman2011-11-251-3/+58
| * | | | | | Selectmenu: Added event unit testsDan Wellman2011-11-241-3/+105
* | | | | | | Merge branch 'master' into selectmenuJörn Zaefferer2012-01-1120-1392/+97
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed t...Jörn Zaefferer2012-01-111-2/+1
| * | | | | | Widget: Set guid on event handler proxies so direct unbinding works.Scott González2012-01-071-0/+7
| * | | | | | Spinner: Allow strings for min, max, and step options, converting immediately...Scott González2012-01-072-2/+61
| * | | | | | Effects: Whitespace fixes & using parseFloat instead of parseIntCorey Frang2012-01-051-1/+1
| * | | | | | Effects: Blind effect bugfix - Pull Request #563 - No Ticketrozwell2012-01-051-4/+6
| * | | | | | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this de...Jörn Zaefferer2012-01-0416-1384/+22
* | | | | | | 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
| |\| | | | | | | |_|_|_|/ | |/| | | |