aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Menu: Check if menu is scrolling to prevent inadvertent mouseover events from...kborchers2011-10-121-4/+12
* Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #75...Scott González2011-10-121-2/+4
* Autocomplete: Added missing semicolon.Scott González2011-10-121-1/+1
* Autocomplete: Use strict equality check.Scott González2011-10-121-1/+1
* Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur sho...Scott González2011-10-121-8/+0
* Popup: Removed the focusout and focusin handlers which are nolonger necessary...kborchers2011-10-111-13/+0
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-101-11/+19
* 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
* 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
* | | Spinner: Fix step mismatches whenever stepping, paging or using the value set...Scott González2011-09-141-19/+36
| |/ |/|
* | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu...Richard D. Worth2011-09-131-1/+1
* | Datepicker i18n hu: Corrected some spellings and abbreviations as well as dat...Richard D. Worth2011-09-131-6/+6
* | Spinner: Replace var that with this and _delayJörn Zaefferer2011-09-131-3/+2
* | Popup: Replace var that with this and _delayJörn Zaefferer2011-09-131-6/+4
* | Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-21/+19
* | Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-16/+29
|\ \
| * | Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-16/+29
* | | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
* | | Widget: return timer value from _delayJörn Zaefferer2011-09-121-1/+1
* | | Widget: Get rid of `var self`Jörn Zaefferer2011-09-121-2/+2
* | | Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-121-0/+9
* | | Menu: Replace regular bind call with _bindJörn Zaefferer2011-09-121-94/+94
* | | Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-3/+9
* | | Spinner: Default min and max options to null.Scott González2011-09-091-4/+4
* | | Tabs: Find panels using aria-controls instead of index for remove method. Fix...Scott González2011-09-061-2/+5
* | | Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
* | | Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.Jörn Zaefferer2011-09-051-2/+2
* | | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...Scott González2011-08-301-1/+1
* | | Tabs: Pass the required deep parameter to cloneNode(). Fixes completely broke...Scott González2011-08-301-1/+1
* | | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
| |/ |/|
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+1