| Commit message (Expand) | Author | Age | Files | Lines |
* | Tabs: unit test to verify that number of panels is equal to number of tabs. | dominiquevincent | 2010-05-10 | 1 | -0/+11 |
* | added tests for disabled property | carhartl | 2010-05-05 | 1 | -10/+23 |
* | more inline widgets and variations added to theme test page | paulirish | 2010-05-01 | 1 | -45/+187 |
* | visual test page to demonstrate theme. adapted from the UI download build. | paulirish | 2010-04-29 | 2 | -0/+391 |
* | Slider unit tests: Disabled stale tests on Testswarm | jzaefferer | 2010-04-28 | 1 | -1/+12 |
* | added tests for enable/disable | carhartl | 2010-04-20 | 2 | -27/+70 |
* | Merge branch 'master' of github.com:jquery/jquery-ui | maggiewachs | 2010-04-16 | 29 | -605/+1229 |
|\ |
|
| * | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 4 | -4/+48 |
| * | Unit tests: Disable stale interaction tests only on testswarm, but allow them... | jzaefferer | 2010-04-14 | 4 | -16/+48 |
| * | Unit tests: Try to disable tests only for testswarm; if this works, I'll modi... | jzaefferer | 2010-04-14 | 1 | -4/+12 |
| * | Position unit tests: Add module for testswarm to run all tests | jzaefferer | 2010-04-14 | 1 | -0/+2 |
| * | Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes... | jzaefferer | 2010-04-13 | 1 | -2/+2 |
| * | Autocomplete unit tests: Fix event handling in IE | jzaefferer | 2010-04-13 | 1 | -2/+3 |
| * | Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test | jzaefferer | 2010-04-13 | 1 | -1/+1 |
| * | Autocomplete and button unit tests: Same remove-role-attr fix as for accordio... | jzaefferer | 2010-04-13 | 2 | -0/+8 |
| * | Accordion unit tests: And another height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -1/+1 |
| * | Accordion unit tests: One more height-testing hotfix for Safari 3.x | jzaefferer | 2010-04-13 | 1 | -4/+4 |
| * | Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height... | jzaefferer | 2010-04-13 | 3 | -32/+27 |
| * | Accordion unit tests: Trying some more style resets for getting accordion tes... | jzaefferer | 2010-04-12 | 1 | -1/+1 |
| * | Accordion unit tests: Cleaned and fixed destroy-method test, working around h... | jzaefferer | 2010-04-12 | 2 | -4/+4 |
| * | Accordion unit tests: Cleaned and fixed resize-method test, using #navigation... | jzaefferer | 2010-04-12 | 1 | -9/+1 |
| * | sortable: don't call the base widget _setOption for disabled to avoid the ui-... | Richard D. Worth | 2010-04-09 | 1 | -1/+2 |
| * | Autocomplete: Track input changes and fire change-event on blur, along with s... | jzaefferer | 2010-04-08 | 1 | -4/+21 |
| * | Accordion: different useless markup for getting consistent results for the de... | jzaefferer | 2010-04-03 | 1 | -3/+3 |
| * | Accordion: Trying some styl resets, maybe finding the one for Safari 3.x | jzaefferer | 2010-04-03 | 1 | -1/+1 |
| * | Accordion: more useless markup for getting consistent results for the destroy... | jzaefferer | 2010-04-03 | 1 | -3/+3 |
| * | Accordion: Improved resize-method test, starting with a fixed container height | jzaefferer | 2010-04-03 | 1 | -2/+2 |
| * | Accordion: Rewrote the resize method test; fails in IE8, probably related to ... | jzaefferer | 2010-04-03 | 2 | -5/+12 |
| * | Accordion unit tests: Cleanup | jzaefferer | 2010-04-03 | 1 | -2/+1 |
| * | Accordion unit tests: Use display!=none instead of :visible to work around :v... | jzaefferer | 2010-04-03 | 1 | -1/+3 |
| * | Accordion unit tests: Refactored state-helper function | jzaefferer | 2010-04-03 | 4 | -30/+12 |
| * | tabs: core ajax unit test - more refactoring, seems IE7 needs a quick setTime... | Richard D. Worth | 2010-04-02 | 1 | -15/+15 |
| * | tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ... | Richard D. Worth | 2010-04-02 | 1 | -0/+2 |
| * | Align slider value to step. Fixes #5471 - value not aligned to step when set ... | Richard D. Worth | 2010-04-01 | 1 | -4/+37 |
| * | crlf mess, round XIIIMD | jzaefferer | 2010-04-01 | 1 | -225/+225 |
| * | Tuning disabled testsuites to run with ?draggable that TestSwarm adds | jzaefferer | 2010-04-01 | 5 | -5/+5 |
| * | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 6 | -631/+225 |
| * | Merge branch 'tooltip' of github.com:jquery/jquery-ui | jzaefferer | 2010-04-01 | 6 | -225/+631 |
| |\ |
|
| | * | Added tooltip to widgets_in_dialog compound test | unknown | 2010-03-31 | 1 | -225/+228 |
| | * | Merge branch 'master' into tooltip | jzaefferer | 2010-03-27 | 13 | -649/+208 |
| | |\ |
|
| | * \ | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 6 | -14/+495 |
| | |\ \ |
|
| | * | | | Added compound test for Tabs with Tooltips | jzaefferer | 2010-03-25 | 2 | -0/+38 |
| | * | | | Tooltip: Add Button to visual test page to test interoperability | jzaefferer | 2010-03-25 | 1 | -0/+18 |
| | * | | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) su... | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| | * | | | Tooltip: Added another element for testing the issue with mouseover/out | jzaefferer | 2010-03-21 | 1 | -1/+5 |
| | * | | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 4 | -0/+343 |
| * | | | | Disabling interaction testsuites until we get to their rewrites; required to ... | jzaefferer | 2010-04-01 | 5 | -0/+15 |
| * | | | | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ... | jzaefferer | 2010-03-31 | 1 | -1/+1 |
| * | | | | 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 | 2 | -0/+22 |
| |\ \ \ |
|