| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: Adding googlecdn target to deploy-release-target and fixing checksum g... | jzaefferer | 2010-03-30 | 1 | -3/+11 |
* | Merge branch 'master' into checksums | jzaefferer | 2010-03-30 | 28 | -256/+902 |
|\ |
|
| * | Build: Minify i18n files and build a concatenated version; also fixing the do... | jzaefferer | 2010-03-29 | 1 | -24/+47 |
| * | Build: Use closure-jar property | jzaefferer | 2010-03-29 | 1 | -2/+2 |
| * | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-29 | 1 | -2/+2 |
| |\ |
|
| | * | Changed widget factory to keep generic css framework class -state-disabled in... | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| * | | Adding a visual testpage for button for profiling | jzaefferer | 2010-03-29 | 1 | -0/+552 |
| |/ |
|
| * | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-27 | 3 | -0/+26 |
| |\ |
|
| | * | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-03-26 | 1 | -1/+1 |
| | |\ |
|
| | * | | Position: Use parseInt() to prevent fractional pixel values. | Scott González | 2010-03-26 | 3 | -0/+26 |
| * | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest... | jzaefferer | 2010-03-27 | 2 | -5/+2 |
| * | | | Accordion unit tets: Replacing destory method test with autocomplete/button a... | jzaefferer | 2010-03-27 | 2 | -46/+36 |
| * | | | Updating autocomplete and button unit tests: use equal instead of ok to compa... | jzaefferer | 2010-03-27 | 2 | -3/+2 |
| * | | | Accordion unit tests: Further normalization of styles to get consistent resul... | jzaefferer | 2010-03-27 | 2 | -5/+4 |
| * | | | Updating to latest QUnit (sometime soon it'll get versioned...), fixes test o... | jzaefferer | 2010-03-27 | 1 | -3/+3 |
| * | | | Slider: Removing the placeholder for the animate-option, as we generally don'... | jzaefferer | 2010-03-27 | 1 | -4/+0 |
| * | | | Slider: Test for test-option, setting the value with the value-method; either... | jzaefferer | 2010-03-27 | 1 | -1/+11 |
| * | | | Slider: Refactoring _trimValue method to use more sane programming logic | jzaefferer | 2010-03-27 | 1 | -3/+6 |
| * | | | Slider: Refactoring _valueMin and _valueMax methods, removing useless tempora... | jzaefferer | 2010-03-27 | 1 | -4/+2 |
| * | | | Slider: Inlining _step method, was used only once | jzaefferer | 2010-03-27 | 1 | -6/+1 |
| * | | | Slider tests: Split three different change-event tests into three tests, addi... | jzaefferer | 2010-03-27 | 1 | -25/+33 |
| * | | | Drilldown menu: First attempt at drilldown animations | jzaefferer | 2010-03-26 | 1 | -3/+27 |
| * | | | Menu prototypes: Renamed newer ones to old names | jzaefferer | 2010-03-26 | 2 | -0/+0 |
| * | | | Menu prototypes: Remove early nested and drilldown prototypes, to be replaced... | jzaefferer | 2010-03-26 | 2 | -489/+0 |
| * | | | Autocomplete: Only remove classes actually added by the widget, ui-widget etc... | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| * | | | Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete | jzaefferer | 2010-03-26 | 2 | -1/+2 |
| | |/
| |/| |
|
| * | | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436... | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| |/ |
|
| * | Fixed size calculations for dialogs. | Scott González | 2010-03-25 | 1 | -2/+5 |
| * | Core unit tests: Include testsuite.js for the testswarm include | jzaefferer | 2010-03-25 | 1 | -0/+1 |
| * | Updating to latest QUnit | jzaefferer | 2010-03-25 | 1 | -9/+37 |
| * | Drilldown menu: Fixing type-to-search, missing event argument to menu-activat... | jzaefferer | 2010-03-25 | 1 | -1/+1 |
| * | Menu: new prototype for drilldown menu with keyboard handling | jzaefferer | 2010-03-24 | 1 | -0/+235 |
| * | Improved drilldown keyboard handling | jzaefferer | 2010-03-24 | 1 | -8/+12 |
| * | Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, w... | jzaefferer | 2010-03-24 | 1 | -19/+145 |
| * | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-24 | 1 | -1/+0 |
| |\ |
|
| | * | Autocomplete demo: Removed todo (already captured in trac). | Scott González | 2010-03-24 | 1 | -1/+0 |
| * | | Fixing styles for menu to work properly in IEs, even with nested menus (updat... | jzaefferer | 2010-03-24 | 2 | -0/+11 |
| |/ |
|
| * | Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it... | Scott González | 2010-03-24 | 1 | -1/+1 |
| * | Update testswarm url for new server | jzaefferer | 2010-03-23 | 1 | -1/+1 |
| * | Menu: Testing nested menus without the DOM restructuring, just need to fix di... | jzaefferer | 2010-03-23 | 1 | -0/+103 |
| * | Remove width:100%; from menu-item styles (was there for icon-support, which w... | jzaefferer | 2010-03-22 | 2 | -6/+10 |
| * | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-03-22 | 33 | -615/+268 |
| |\ |
|
| | * | Updated AUTHORS.txt with URLs to website and Github, thanks Ralph | jzaefferer | 2010-03-22 | 1 | -2/+2 |
| * | | Dialog: Use .height(0) instead of .hide(0) when determining the size of the n... | Scott González | 2010-03-22 | 1 | -1/+1 |
* | | | Build: MANIFEST file for Google CDN | jzaefferer | 2010-03-30 | 1 | -20/+15 |
* | | | First iteration for generating the MANIFEST file with checksums | jzaefferer | 2010-03-21 | 1 | -0/+29 |
| |/
|/| |
|
* | | Adding a .gitignore file with some presets | jzaefferer | 2010-03-21 | 1 | -0/+7 |
* | | Cleaning up visual tests | jzaefferer | 2010-03-21 | 28 | -594/+169 |
* | | Fixing another typo in README | jzaefferer | 2010-03-21 | 1 | -1/+1 |
* | | Adding link to using-jquery-ui forum to README | jzaefferer | 2010-03-21 | 1 | -1/+1 |