aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Selectmenu: added custom_render.html demo, removed widgetBaseClassFelix Nagel2011-10-091-5/+5
* Selectmenu: fixed click scrollbar issue (follow up), improved document event ...Felix Nagel2011-10-091-37/+29
* Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-10-096-40/+35
|\
| * Menubar: moved mouseleave _bind call into existing _bind block, added the mou...Marian Rudzynski2011-10-011-11/+12
| * Autocomplete: Fix stray reference to element.val().David Leal2011-10-011-1/+1
| * Accordion: Fixed nested accordions.Scott González2011-09-301-5/+5
| * Effects: fixing an animateClass issue when the class was emptyCorey Frang2011-09-291-1/+1
| * Effect core: Making animate class cross-frame safe, style guidenceCorey Frang2011-09-291-3/+3
| * Menubar: Fixed an issue with autoExpand binding that caused the menu to close...kborchers2011-09-291-16/+9
| * Spinner: Added culture option.Scott González2011-09-281-2/+4
| * Sortable: replaced hard-coded sortable with this.widgetName, and removed line...Richard D. Worth2011-09-271-10/+9
* | Selectmenu: fixed event for hovering, click scrollbar issueFelix Nagel2011-10-091-3/+2
* | Selectmenu: fixed unwanted focus eventsFelix Nagel2011-10-061-10/+6
* | Selectmenu: code cleanupFelix Nagel2011-10-061-1/+0
* | Selectmenu: fixed positioning (change to inline element follow-up)Felix Nagel2011-10-061-1/+1
* | Selectmenu: removed outdated commentFelix Nagel2011-10-061-1/+0
* | Selectmenu: fixed CSS class for button wrapperFelix Nagel2011-10-051-1/+1
* | Selectmenu: changed button to inline elementFelix Nagel2011-10-051-1/+1
* | Selectmenu: fixed ENTER event on closed button, fixed demo events.htmlFelix Nagel2011-10-051-5/+6
* | Selectmenu: removed option wrapperElementFelix Nagel2011-09-301-6/+9
* | Selectmenu: removed old click event (follow up)Felix Nagel2011-09-301-4/+0
* | Selectmenu: change to _bind (follow up), improved anchor handlingFelix Nagel2011-09-301-5/+11
* | Selectmenu: changed to _bind, _create refactoring, removed source option, rep...Felix Nagel2011-09-301-121/+143
* | Selectmenu: fixed disabled status of the widget (keyboard control)Felix Nagel2011-09-291-5/+11
* | Selectmenu: replaced self with thatFelix Nagel2011-09-281-83/+83
* | Selectmenu: removed iconWidthFelix Nagel2011-09-281-4/+8
* | Selectmenu: changed from return false to event.preventDefault()Felix Nagel2011-09-281-8/+6
* | Selectmenu: improved width handling and visual styleFelix Nagel2011-09-281-3/+4
* | Selectmenu: added zIndex for positioned elementFelix Nagel2011-09-271-5/+7
* | Selectmenu: improved value option, added demo fileFelix Nagel2011-09-271-13/+15
* | Selectmenu: improved events and added test file with callbacksFelix Nagel2011-09-271-14/+18
* | Selectmenu: improved disable method, added and improved demo filesFelix Nagel2011-09-271-0/+5
* | Selectmenu: implemented change callback eventFelix Nagel2011-09-271-7/+14
* | Selectmenu: fixed method _setSelected called twiceFelix Nagel2011-09-271-3/+2
* | Selectmenu: “eats” too many key strokes when focusedFelix Nagel2011-09-271-2/+1
* | Selectmenu: improve positioning and keyboard controlFelix Nagel2011-09-261-43/+55
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-09-2412-242/+303
|\|
| * Autocomplete: Delay option just delays request, doesn't clear existing timeou...Jörn Zaefferer2011-09-241-1/+2
| * Spinner: Fix the IE6-height-fix to not break the spinner when initialized whi...Jörn Zaefferer2011-09-241-1/+1
| * Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...Corey Frang2011-09-221-22/+24
| * Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-211-3/+4
| * Popup: Use duration:fast for default animations. Also fix two missing semicol...Jörn Zaefferer2011-09-211-5/+11
| * Popup: Added show/hide animations and a demokborchers2011-09-211-8/+15
| * Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-191-11/+12
| |\
| | * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-11/+12
| * | Position: Check to also make sure to only flip if more of the element is insi...kborchers2011-09-161-2/+2
| * | Merge remote branch 'kborchers/bug_7686'Scott González2011-09-161-15/+14
| |\ \
| | * | Datepicker: Added additional check to checkExternalClick to work when clickin...kborchers2011-09-121-15/+14
| * | | Spinner: Work around a bug in IE 6 with the height of the buttons.Scott González2011-09-141-1/+7
| * | | Spinner: Added missing dependency to header comment.Scott González2011-09-141-0/+1