| Commit message (Expand) | Author | Age | Files | Lines |
* | dialog: corrected typo in ui.position property for drag events. Updated unit ... | Richard Worth | 2010-03-11 | 1 | -18/+42 |
* | Button: Fixed tests that check for hidden button elements. | Scott González | 2010-03-11 | 1 | -3/+3 |
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 5 | -5/+25 |
* | Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8... | Richard Worth | 2010-02-25 | 25 | -464/+214 |
* | Externals: updated jquery.cookie plugin to http://github.com/carhartl/jquery-... | Richard Worth | 2010-02-24 | 5 | -5/+5 |
* | Buttons: Removed the logic for triggering click events on checkboxes and radi... | Scott González | 2010-02-18 | 1 | -9/+0 |
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 20 | -20/+20 |
* | Dialog: Update the internal flag for whether or not the dialog is open before... | Scott González | 2010-02-16 | 1 | -0/+14 |
* | fixed #5163 - themes: css files need to be renamed to be consistent with js f... | Richard Worth | 2010-02-16 | 4 | -4/+4 |
* | Unit Tests: Added autocomplete and button to list of tests. | Scott González | 2010-02-08 | 1 | -0/+4 |
* | Fix for #5120 - create menu only once and return that element from the widget... | Jörn Zaefferer | 2010-02-02 | 3 | -10/+11 |
* | 'Changed | Brant Burnett | 2010-01-29 | 2 | -3/+23 |
* | Datepicker: Fixed conflict between beforeShowDay and getDate | Keith Wood | 2010-01-29 | 1 | -1/+22 |
* | draggable: implemented #4145 - start,drag and stop events should be preventable | Paul Bakaus | 2010-01-28 | 2 | -3/+76 |
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 20 | -20/+20 |
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ... | Richard Worth | 2010-01-27 | 1 | -1/+45 |
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 14 | -677/+677 |
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 20 | -20/+20 |
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 1 | -1/+0 |
* | Button: conform to coding standards. | Scott González | 2010-01-18 | 1 | -2/+2 |
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -7/+7 |
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 2 | -2/+2 |
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 10 | -0/+428 |
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m... | Scott González | 2010-01-07 | 16 | -434/+801 |
* | eol-style | Richard Worth | 2010-01-01 | 1 | -29/+29 |
* | Fixed #4960 - Tabs: wrong selected tab index | Richard Worth | 2009-12-31 | 1 | -1/+10 |
* | Datepicker: Corrected tests for changes in r3494 | Keith Wood | 2009-12-26 | 1 | -4/+8 |
* | Tabs: fixed to work with empty nav list again. | Scott González | 2009-12-25 | 2 | -2/+47 |
* | updated unit test for #4031 - Tabs: Remove deselectable option | Richard Worth | 2009-12-24 | 1 | -16/+0 |
* | slider unit tests: added missing reference to jquery.ui.mouse.js | Richard Worth | 2009-12-24 | 1 | -0/+1 |
* | updated unit test for #3991 - Sortable: Remove absolutePosition from ui hash | Richard Worth | 2009-12-24 | 1 | -6/+0 |
* | Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ... | Scott González | 2009-12-23 | 1 | -0/+1 |
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 8 | -0/+8 |
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 16 | -0/+16 |
* | Datepicker - Fixed #4870 - yearRange doesn't work as expected | Keith Wood | 2009-12-01 | 1 | -2/+9 |
* | Datepicker - Fixed #4787 - Datepicker: fix animation control | Keith Wood | 2009-12-01 | 2 | -2/+2 |
* | Slider: Added paging - page up/down jumps by 1/5 the size of the range. | Scott González | 2009-11-09 | 1 | -0/+46 |
* | Removed use of .data() for getting/setting options in tests; using each plugi... | Scott González | 2009-11-09 | 11 | -151/+71 |
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 16 | -16/+16 |
* | slider unit tests: method value | Richard Worth | 2009-09-19 | 1 | -1/+25 |
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 1 | -2/+14 |
* | dialog: fixed _position regression; wrote a test for the default positon, whi... | Jörn Zaefferer | 2009-09-19 | 1 | -1/+10 |
* | datepicker: removing odd ticket test, has no assertions | Jörn Zaefferer | 2009-09-19 | 1 | -14/+0 |
* | datepicker: renabling tests, with timeouts inbetween each test, hopefully avo... | Jörn Zaefferer | 2009-09-19 | 5 | -11/+24 |
* | dialog unit tests: options closeOnEscape, draggable | Richard Worth | 2009-09-19 | 2 | -8/+24 |
* | dialog unit tests: methods close, moveToTop, open | Richard Worth | 2009-09-19 | 1 | -5/+22 |
* | dialog: fixed enable and disable methods | Richard Worth | 2009-09-19 | 1 | -2/+10 |
* | uni tests: cleanup after common widget tests | Jörn Zaefferer | 2009-09-17 | 1 | -0/+2 |
* | unit tests: added positon to index | Jörn Zaefferer | 2009-09-17 | 1 | -0/+5 |
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery... | Richard Worth | 2009-09-17 | 17 | -79/+79 |