Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabling interaction testsuites until we get to their rewrites; required to ↵ | jzaefferer | 2010-04-01 | 5 | -0/+15 |
| | | | | get 100% passing on TestSwarm now | ||||
* | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵ | jzaefferer | 2010-03-31 | 1 | -1/+1 |
| | | | | handler | ||||
* | Tabs: Adding demo using cookie option for persistence | unknown | 2010-03-30 | 2 | -0/+58 |
| | |||||
* | Shopping-Cart demo: Add new demo to droppable demo index | unknown | 2010-03-30 | 1 | -0/+1 |
| | |||||
* | Shopping-Cart demo: Fix demo title | unknown | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Shopping-Cart demo: Fix the eager activeClass on sorting | unknown | 2010-03-30 | 1 | -1/+6 |
| | |||||
* | Shopping-Cart demo: fix typos | unknown | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | Adding shopping cart demo for integration of accordion, draggable, droppable ↵ | unknown | 2010-03-30 | 1 | -0/+96 |
| | | | | and sortable | ||||
* | Build: Fix regeex for checksum-file-path | jzaefferer | 2010-03-30 | 1 | -1/+2 |
| | |||||
* | Build: Copy the themes folder from the dist dir to include the concatendated ↵ | jzaefferer | 2010-03-30 | 1 | -1/+1 |
| | | | | file | ||||
* | Build: Create zip file for upload to the Google CDN | jzaefferer | 2010-03-30 | 1 | -12/+16 |
| | |||||
* | Build: Adding googlecdn target to deploy-release-target and fixing checksum ↵ | jzaefferer | 2010-03-30 | 1 | -3/+11 |
| | | | | generation | ||||
* | Merge branch 'master' into checksums | jzaefferer | 2010-03-30 | 28 | -256/+902 |
|\ | |||||
| * | Build: Minify i18n files and build a concatenated version; also fixing the ↵ | jzaefferer | 2010-03-29 | 1 | -24/+47 |
| | | | | | | | | double-header issue for the jquery-ui.min.js file and removing additional headers for the various components; Fixes #5444 - build incomplete since removing yuimin and adding closure compiler | ||||
| * | 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 ↵ | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | Fixes #5280 - ui.position generates different position in static context. | ||||
| * | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 2 | -5/+2 |
| | | | | | | | | | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | ||||
| * | | | Accordion unit tets: Replacing destory method test with autocomplete/button ↵ | jzaefferer | 2010-03-27 | 2 | -46/+36 |
| | | | | | | | | | | | | | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough | ||||
| * | | | Updating autocomplete and button unit tests: use equal instead of ok to ↵ | jzaefferer | 2010-03-27 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly) | ||||
| * | | | Accordion unit tests: Further normalization of styles to get consistent ↵ | jzaefferer | 2010-03-27 | 2 | -5/+4 |
| | | | | | | | | | | | | | | | | results across browsers | ||||
| * | | | Updating to latest QUnit (sometime soon it'll get versioned...), fixes test ↵ | jzaefferer | 2010-03-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | output issues | ||||
| * | | | Slider: Removing the placeholder for the animate-option, as we generally ↵ | jzaefferer | 2010-03-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | don't try to unit-test any animations | ||||
| * | | | Slider: Test for test-option, setting the value with the value-method; ↵ | jzaefferer | 2010-03-27 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | either test is wrong or the implementation ignores the step-option when set programmatically | ||||
| * | | | 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 ↵ | jzaefferer | 2010-03-27 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | temporary variables | ||||
| * | | | 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, ↵ | jzaefferer | 2010-03-27 | 1 | -25/+33 |
| | | | | | | | | | | | | | | | | adding start, slide and stop assertions to each, removing placeholders for those other events | ||||
| * | | | 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 ↵ | jzaefferer | 2010-03-26 | 2 | -489/+0 |
| | | | | | | | | | | | | | | | | replaced with nested2/drilldown2 | ||||
| * | | | Autocomplete: Only remove classes actually added by the widget, ui-widget ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | etc. aren't added, so don't remove them | ||||
| * | | | 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 ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| |/ | | | | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo | ||||
| * | Fixed size calculations for dialogs. | Scott González | 2010-03-25 | 1 | -2/+5 |
| | | | | | | | | Fixes #5392 - Dialog explicit height doesn't match given value from set option. | ||||
| * | 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 ↵ | jzaefferer | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | menu-activate method | ||||
| * | 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, ↵ | jzaefferer | 2010-03-24 | 1 | -19/+145 |
| | | | | | | | | way simpler then original approach | ||||
| * | 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 ↵ | jzaefferer | 2010-03-24 | 2 | -0/+11 |
| |/ | | | | | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that | ||||
| * | Menu: Ignore clicks that don't occur on the anchor tag within a valid menu ↵ | Scott González | 2010-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | item. Fixes #5376 - Menu plugin fires select when border is clicked. | ||||
| * | Update testswarm url for new server | jzaefferer | 2010-03-23 | 1 | -1/+1 |
| | |