Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 32 | -670/+230 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Visual testcase for #4231 | Jörn Zaefferer | 2010-02-24 | 1 | -0/+79 |
| | |||||
* | Externals: updated jquery.cookie plugin to ↵ | Richard Worth | 2010-02-24 | 5 | -5/+5 |
| | | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d | ||||
* | Dialog: Changed height measurement to hide content because IE quirks mode ↵ | Brant Burnett | 2010-02-22 | 1 | -0/+39 |
| | | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode) | ||||
* | Buttons: Removed the logic for triggering click events on checkboxes and ↵ | Scott González | 2010-02-18 | 1 | -9/+0 |
| | | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 189 | -189/+189 |
| | |||||
* | Dialog: Update the internal flag for whether or not the dialog is open ↵ | Scott González | 2010-02-16 | 1 | -0/+14 |
| | | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true. | ||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 171 | -206/+205 |
| | | | | file renames in 1.8a1 | ||||
* | datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵ | Ca-Phun Ung | 2010-02-09 | 1 | -0/+37 |
| | | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page. | ||||
* | Unit Tests: Added autocomplete and button to list of tests. | Scott González | 2010-02-08 | 1 | -0/+4 |
| | | | | Fixes #5149 - Button is missing on unit test index page. | ||||
* | resizable method destroy: put unwrapped original element in wrapper's place ↵ | Richard Worth | 2010-02-03 | 1 | -0/+31 |
| | | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element | ||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 3 | -10/+11 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | 'Changed | Brant Burnett | 2010-01-29 | 2 | -3/+23 |
| | |||||
* | Datepicker: Fixed conflict between beforeShowDay and getDate | Keith Wood | 2010-01-29 | 1 | -1/+22 |
| | | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1 | ||||
* | draggable: implemented #4145 - start,drag and stop events should be preventable | Paul Bakaus | 2010-01-28 | 2 | -3/+76 |
| | |||||
* | Fix for #5101 - broken dialog visual test page | Jörn Zaefferer | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | autocomplete: adding select element to visual test page for bgiframe testing | Jörn Zaefferer | 2010-01-27 | 1 | -0/+6 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 187 | -187/+187 |
| | |||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -1/+45 |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | ||||
* | button: visual default test, log args when console is available | Jörn Zaefferer | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | added class animations (including 1.4 style callbacks) to visual effects ↵ | Jörn Zaefferer | 2010-01-21 | 2 | -0/+38 |
| | | | | test page | ||||
* | button: don't log a click on disabled buttons | Jörn Zaefferer | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 14 | -677/+677 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 187 | -187/+187 |
| | |||||
* | Nested Plugin visual test: sortable accordion inside sortable tabs. | Scott González | 2010-01-20 | 1 | -0/+107 |
| | |||||
* | Nested Plugin visual test: draggable inside accordion inside accordion ↵ | Scott González | 2010-01-20 | 2 | -13/+132 |
| | | | | inside tabs inside draggable. | ||||
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 1 | -1/+0 |
| | | | | Fixes #5071 - Remove bgiframe option from all plugins. | ||||
* | 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 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 12 | -12/+12 |
| | | | | Fixes #5061 - Remove stackfix. | ||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 11 | -0/+498 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 27 | -814/+1486 |
| | | | | menu; including menu static tests). | ||||
* | slider: fixed missing references to mouse plugin | Richard Worth | 2010-01-01 | 39 | -0/+39 |
| | |||||
* | eol-style | Richard Worth | 2010-01-01 | 1 | -29/+29 |
| | |||||
* | added missing reference to position utility | Richard Worth | 2010-01-01 | 1 | -0/+1 |
| | |||||
* | Fixed #4960 - Tabs: wrong selected tab index | Richard Worth | 2009-12-31 | 1 | -1/+10 |
| | |||||
* | Datepicker: added visual test page for #4071 | Richard Worth | 2009-12-31 | 1 | -0/+95 |
| | |||||
* | 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 |
| | | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically. | ||||
* | 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 |
| | | | | plugins. | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 49 | -0/+49 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 137 | -0/+137 |
| | |||||
* | 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 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2009-11-21 | 1 | -31/+31 |
| | |||||
* | Slider: added visual test page for #4467 | Richard Worth | 2009-11-21 | 1 | -0/+31 |
| |