aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-253-75/+103
| |/ / / / /
| * | | | | Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...Scott González2011-10-251-1/+3
| * | | | | Widget: Use parentWindow if defaultView doesn't exist.Scott González2011-10-211-1/+1
| * | | | | Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-208-19/+19
| * | | | | Button: Create text span in correct document.Scott González2011-10-201-1/+1
| * | | | | Widget: Refactoring setOptions loop to remove unnesecary closure / that refer...Corey Frang2011-10-191-4/+5
| * | | | | Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1
| * | | | | Popup: Remove any references to "that" and use _delay instead of setTimeout.kborchers2011-10-191-16/+12
| * | | | | Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-10-191-1/+1
| |\ \ \ \ \
| | * | | | | Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
| * | | | | | Rewrite popup/menu interaction to make popup managed by menu (adds trigger op...Hans Hillen2011-10-194-59/+157
| |/ / / / /
| * | | | | Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes ...Corey Frang2011-10-189-65/+8804
| * | | | | Upgraded jQuery to 1.6.4.Scott González2011-10-18270-430/+18585
| * | | | | Build: For some reason, using parallel for gzip is causing some truncation is...Corey Frang2011-10-171-11/+9
| * | | | | Build: Fixing the sizer script to handle this many filesCorey Frang2011-10-171-9/+11
| * | | | | Build: whitespaceCorey Frang2011-10-171-98/+89
| * | | | | Build: `ant size` will now give you a report detailing differences in size si...Corey Frang2011-10-173-122/+191
| | |_|/ / | |/| | |
| * | | | Spinner: Re-enable autocomplete if the page is unloaded so the browser will r...Scott González2011-10-171-0/+9
| * | | | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...Scott González2011-10-171-0/+10
| * | | | Autocomplete: Avoid handling keypress when keydown modified the search term. ...Scott González2011-10-171-0/+14
| * | | | Scale: We can't detect this reliably currently, so assume all elements are po...Corey Frang2011-10-142-18/+5
| * | | | Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - S...Florian Gutmann2011-10-141-6/+5
| * | | | Spinner: Fixed mousewheel stop timer.Scott González2011-10-131-1/+1
| * | | | Spinner: Adjust height check for IE 6 rendering.Scott González2011-10-131-1/+2
| * | | | Merge pull request #497 from dmethvin/fix-7788-ui-autocompleteScott González2011-10-131-1/+1
| |\ \ \ \
| | * | | | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.Dave Methvin2011-10-131-1/+1
| |/ / / /
| * | | | 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
| * | | | Tooltip tests: Adjust test to deal with blurring being async in IE.Scott González2011-10-121-1/+3
| * | | | Popup: Removed the focusout and focusin handlers which are nolonger necessary...kborchers2011-10-112-23/+5
| | |_|/ | |/| |
| * | | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-102-12/+21
| * | | Spinner: Simulate keyup at the end of incremental tests to stop the repeat ti...Scott González2011-10-101-0/+3
* | | | Selectmenu: added basic markup and a11y unit testsFelix Nagel2011-11-022-4/+42
* | | | Selectmenu: fixed initial unit test by adding create callback to selectmenu_d...Felix Nagel2011-11-021-1/+2
* | | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-11-027-0/+145
|\ \ \ \
| * | | | Selectmenu: Add placeholder for unit testsJörn Zaefferer2011-10-197-0/+145
* | | | | Selectmenu: added visual tests for testing compatibility with other widgetsFelix Nagel2011-11-023-0/+234
* | | | | Selectmenu: renaming of internal variable opened to isOpenFelix Nagel2011-11-021-10/+10
* | | | | Selectmenu: fixed default.html demoFelix Nagel2011-10-271-3/+1
|/ / / /
* | | | Selectmenu: code cleanupFelix Nagel2011-10-173-7/+9
* | | | Selectmenu: added open and close method demoFelix Nagel2011-10-171-0/+12
* | | | Selectmenu: fixed disabled optionFelix Nagel2011-10-171-0/+1
* | | | Selectmenu: fixed IE width calcFelix Nagel2011-10-171-2/+2
* | | | Selectmenu: removed unneeded data binding, improved event handling,Felix Nagel2011-10-171-54/+45
* | | | Selectmenu: added braces to if clauses, coding guidelinesFelix Nagel2011-10-121-11/+26
* | | | Selectmenu: changed this.ids to associative arrayFelix Nagel2011-10-121-6/+6
* | | | Selectmenu: improved event handling, fixed tabindex when disabledFelix Nagel2011-10-121-3/+2