Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | 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 | |||||
| * | | | 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 | |
| | |/ | |/| | ||||||
* | | | Added left icons and CSS to indent menu option text. | maggiewachs | 2010-04-16 | 1 | -0/+172 | |
| |/ |/| | ||||||
* | | 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 | |
| | | ||||||
* | | Menu: Testing nested menus without the DOM restructuring, just need to fix ↵ | jzaefferer | 2010-03-23 | 1 | -0/+103 | |
| | | | | | | | | display issue in IE6 | |||||
* | | Remove width:100%; from menu-item styles (was there for icon-support, which ↵ | jzaefferer | 2010-03-22 | 2 | -6/+10 | |
| | | | | | | | | was dropped); also fixed the nested-menu visual test to position properly in IE6 | |||||
* | | 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 | |
| |/ | ||||||
| * | 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 | |
| | | | | | | Fixes #5395 - Visual Tests Cleanup | |||||
| * | 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 | |
| | | ||||||
| * | Improving README.md, eg. fixing links after misunderstanding Markdown | jzaefferer | 2010-03-21 | 1 | -4/+4 | |
| | | ||||||
| * | Adding README.md for Github to display something | jzaefferer | 2010-03-21 | 1 | -0/+9 | |
| | | ||||||
| * | Position Visual Test: Corrected page title - Testcase for #5284 Position: ↵ | jzaefferer | 2010-03-21 | 1 | -1/+1 | |
| | | | | | | | | Smarter collision detection | |||||
| * | Position: Adding visual testcase for #5284 - Position: Smarter collision ↵ | jzaefferer | 2010-03-21 | 1 | -0/+65 | |
| | | | | | | | | detection | |||||
| * | Added scoped selectors for .ui-widget-header | Doug Neiner | 2010-03-20 | 1 | -11/+11 | |
| | | | | | | | | | | | | When using buttons in a .ui-widget-header, they were loosing their styling on link elements. By scoping the selector just like is done for .ui-widget-content, it fixes this problem | |||||
| * | Combobox demo: Improved styling and added a title to the button, to avoid ↵ | jzaefferer | 2010-03-20 | 1 | -8/+5 | |
| | | | | | | | | having in the tooltip | |||||
* | | Dialog: Use .height(0) instead of .hide(0) when determining the size of the ↵ | Scott González | 2010-03-22 | 1 | -1/+1 | |
|/ | | | | | non-content area of a dialog. Partial fix for #5392 - Dialog explicit height doesn't match given value from set option. | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-03-20 | 6 | -781/+1088 | |
|\ |