aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Slider tests: Split three different change-event tests into three tests, addi...jzaefferer2010-03-271-25/+33
* Drilldown menu: First attempt at drilldown animationsjzaefferer2010-03-261-3/+27
* Menu prototypes: Renamed newer ones to old namesjzaefferer2010-03-262-0/+0
* Menu prototypes: Remove early nested and drilldown prototypes, to be replaced...jzaefferer2010-03-262-489/+0
* Autocomplete: Only remove classes actually added by the widget, ui-widget etc...jzaefferer2010-03-261-1/+1
* Added $.ui.keyCode.ALT to complete list of metakeys, used in autocompletejzaefferer2010-03-262-1/+2
* Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436...jzaefferer2010-03-261-1/+1
* Fixed size calculations for dialogs.Scott González2010-03-251-2/+5
* Core unit tests: Include testsuite.js for the testswarm includejzaefferer2010-03-251-0/+1
* Updating to latest QUnitjzaefferer2010-03-251-9/+37
* Drilldown menu: Fixing type-to-search, missing event argument to menu-activat...jzaefferer2010-03-251-1/+1
* Menu: new prototype for drilldown menu with keyboard handlingjzaefferer2010-03-241-0/+235
* Improved drilldown keyboard handlingjzaefferer2010-03-241-8/+12
* Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, w...jzaefferer2010-03-241-19/+145
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-241-1/+0
|\
| * Autocomplete demo: Removed todo (already captured in trac).Scott González2010-03-241-1/+0
* | Fixing styles for menu to work properly in IEs, even with nested menus (updat...jzaefferer2010-03-242-0/+11
|/
* Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it...Scott González2010-03-241-1/+1
* Update testswarm url for new serverjzaefferer2010-03-231-1/+1
* Menu: Testing nested menus without the DOM restructuring, just need to fix di...jzaefferer2010-03-231-0/+103
* Remove width:100%; from menu-item styles (was there for icon-support, which w...jzaefferer2010-03-222-6/+10
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-2233-615/+268
|\
| * Updated AUTHORS.txt with URLs to website and Github, thanks Ralphjzaefferer2010-03-221-2/+2
| * Adding a .gitignore file with some presetsjzaefferer2010-03-211-0/+7
| * Cleaning up visual tests jzaefferer2010-03-2128-594/+169
| * Fixing another typo in READMEjzaefferer2010-03-211-1/+1
| * Adding link to using-jquery-ui forum to READMEjzaefferer2010-03-211-1/+1
| * Improving README.md, eg. fixing links after misunderstanding Markdownjzaefferer2010-03-211-4/+4
| * Adding README.md for Github to display somethingjzaefferer2010-03-211-0/+9
| * Position Visual Test: Corrected page title - Testcase for #5284 Position: Sma...jzaefferer2010-03-211-1/+1
| * Position: Adding visual testcase for #5284 - Position: Smarter collision dete...jzaefferer2010-03-211-0/+65
| * Added scoped selectors for .ui-widget-headerDoug Neiner2010-03-201-11/+11
| * Combobox demo: Improved styling and added a title to the button, to avoid hav...jzaefferer2010-03-201-8/+5
* | Dialog: Use .height(0) instead of .hide(0) when determining the size of the n...Scott González2010-03-221-1/+1
|/
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-206-781/+1088
|\
| * Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-201-7/+7
| |\
| * | line-endingsjzaefferer2010-03-204-773/+773
| * | Widgets in Dialog compound visual test: Added more widgets and linked Slider ...jzaefferer2010-03-201-10/+63
| * | Compound visual dialog tests: Add some content to the page for better testingjzaefferer2010-03-202-0/+254
* | | Autocomplete: Combobox demo - don't use position plugin to place the button n...Scott González2010-03-201-6/+5
| |/ |/|
* | Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-209-782/+802
|\|
| * Added visual menu tests from (old) dev-branch and fixed nested-menujzaefferer2010-03-204-0/+773
| * Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-207-808/+37
| |\
| | * Merge branch 'master' of git@github.com:jquery/jquery-uiJohn Resig2010-03-201-0/+3
| | |\
| | * | Moved to using Google Closure from YUI Compressor.John Resig2010-03-205-782/+29
| * | | line-endingsjzaefferer2010-03-200-0/+0
* | | | Menu: pass the original event to the select callback.Scott González2010-03-201-7/+7
| |_|/ |/| |
* | | Menu: Don't trigger select if a click occurs outside of a menu item.Scott González2010-03-201-0/+3
| |/ |/|
* | Autocomplete: Don't trigger a search when the left or right arrow keys are used.Scott González2010-03-201-0/+2
* | Menu: skip over elements that aren't menu items.Scott González2010-03-202-26/+3
|/