| Commit message (Expand) | Author | Age | Files | Lines |
* | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569... | Scott González | 2010-07-19 | 2 | -2/+2 |
* | Autocomplete: Added position option. Fixes #5153 - Autocomplete position option. | Scott González | 2010-07-19 | 1 | -1/+6 |
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 2 | -11/+3 |
* | Button performance test: Don't use alert(). | Scott González | 2010-07-16 | 1 | -1/+1 |
* | Button performance test: Added alert for time to initialize. | Scott González | 2010-07-16 | 1 | -0/+3 |
* | Dialog: Fixed tests for position option. | Scott González | 2010-07-16 | 1 | -26/+22 |
* | added empty test for containment by array option | JustinMacCarthy | 2010-07-16 | 1 | -0/+4 |
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:... | Scott González | 2010-07-15 | 3 | -1/+48 |
* | Updated test for default position option: Reference using-implementation, as ... | jzaefferer | 2010-07-15 | 1 | -7/+1 |
* | Dialog: Updated test for default position option. QUnit still fails the test ... | Scott González | 2010-07-14 | 1 | -1/+13 |
* | Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial... | Ben Hollis | 2010-07-14 | 1 | -2/+101 |
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
* | Dialog: Verify that we get a string back from .attr( "title" ) before using t... | Scott González | 2010-07-14 | 1 | -0/+1 |
* | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow bre... | Scott González | 2010-07-14 | 1 | -0/+202 |
* | Updated copyright headers to make it clear that you can choose between MIT an... | Scott González | 2010-07-09 | 1 | -3/+3 |
* | Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate incor... | Richard D. Worth | 2010-05-30 | 1 | -0/+30 |
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ... | Richard D. Worth | 2010-05-26 | 2 | -28/+59 |
* | Visual test for #5382 - Button: specifying only a secondary icon for the butt... | jzaefferer | 2010-05-26 | 1 | -1/+2 |
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -57/+47 |
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -0/+62 |
* | Fixed visual test for Autocomplete to include select event. Test for #5405 Au... | jzaefferer | 2010-05-15 | 1 | -1/+4 |
* | 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 |