| Commit message (Expand) | Author | Age | Files | Lines |
* | Tabs: refactored so that it's using queue, fixes #4060 | Klaus Hartl | 2009-02-25 | 1 | -2/+3 |
* | Sortable: Removed accurateIntersection option (Fixes #4225). | Scott González | 2009-02-25 | 2 | -9/+0 |
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 16 | -16/+16 |
* | Tabs: normalization of href attribute required in IE, fixes #4134 | Klaus Hartl | 2009-02-19 | 1 | -1/+3 |
* | Tabs: solved spinner issues and ajax loading not being stopped when selecting... | Klaus Hartl | 2009-02-18 | 5 | -7/+37 |
* | Slider: Removed support for auto orientation, set default to horizontal. Fix... | Scott González | 2009-02-18 | 1 | -1/+1 |
* | Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well... | Klaus Hartl | 2009-02-13 | 1 | -0/+12 |
* | Datepicker: Added test for #4055 - onclick events contain references to "jQue... | Scott González | 2009-02-13 | 1 | -0/+14 |
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator i... | Scott González | 2009-02-13 | 1 | -1/+0 |
* | Resizable: | Scott González | 2009-02-13 | 1 | -1/+0 |
* | Resizable tests: Removed preserveCursor and proportionallyResize options. | Scott González | 2009-02-09 | 1 | -2/+0 |
* | Resizable tests: Removed transparent option. | Scott González | 2009-02-09 | 1 | -1/+0 |
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 1 | -2/+4 |
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 1 | -1/+0 |
* | resizable unit tests: defaults alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
* | resizable unit tests: zIndex default: 1000 | Richard Worth | 2009-02-07 | 1 | -1/+1 |
* | unit tests: Added all defaults test page | Richard Worth | 2009-02-07 | 1 | -0/+42 |
* | sortable: implemented tests for start,stop,beforeStop,change and update | Paul Bakaus | 2009-02-06 | 1 | -6/+103 |
* | sortable unit tests - fixed el.css not a function | Richard Worth | 2009-02-06 | 3 | -20/+34 |
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ... | Klaus Hartl | 2009-02-05 | 1 | -27/+22 |
* | Tabs: Added tests for select method while at the same time implemented consis... | Klaus Hartl | 2009-02-05 | 1 | -4/+35 |
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 1 | -1/+0 |
* | accordion defaults in alpha order | Richard Worth | 2009-02-05 | 1 | -1/+1 |
* | just reviewed | Klaus Hartl | 2009-02-04 | 3 | -4/+6 |
* | unit tests: added index page | Richard Worth | 2009-02-04 | 1 | -0/+57 |
* | all unit tests: fixed paths to point to new separate files | Richard Worth | 2009-02-04 | 1 | -21/+93 |
* | selectable unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -208/+170 |
* | resizable unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -427/+411 |
* | progressbar unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -80/+41 |
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -733/+683 |
* | datepicker unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -1398/+1375 |
* | tabs unit tests: split tests into individual files, added some missing tests | Richard Worth | 2009-02-03 | 8 | -312/+322 |
* | accordion unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 8 | -164/+273 |
* | sortable unit tests: stubbed out missing tests | Richard Worth | 2009-02-03 | 1 | -4/+0 |
* | sortable unit tests: stubbed out missing tests | Richard Worth | 2009-02-03 | 1 | -0/+224 |
* | Fixed #4038 (sortable: cssNamespace option should be removed) | Richard Worth | 2009-02-03 | 1 | -1/+0 |
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -2/+7 |
* | sortable unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 8 | -159/+213 |
* | Tabs: introduced "collapsible" option while deprecating "deselectable", fixes... | Klaus Hartl | 2009-02-02 | 1 | -16/+27 |
* | unit tests: created separate file for each module: core, common widget, event... | Richard Worth | 2009-02-02 | 48 | -0/+552 |
* | unit tests: minor updates | Richard Worth | 2009-02-02 | 4 | -5/+15 |
* | Fixed #4037 (droppable: cssNamespace option should be removed, addClasses opt... | Richard Worth | 2009-02-02 | 1 | -11/+1 |
* | Failing test for #4037 (droppable: cssNamespace option should be removed, add... | Richard Worth | 2009-02-02 | 2 | -1/+13 |
* | slider unit tests: moved init and destroy tests to 'slider: methods' module | Richard Worth | 2009-02-02 | 2 | -60/+60 |
* | draggable unit tests: typo in 'addClasses: false' test | Richard Worth | 2009-02-02 | 2 | -6/+2 |
* | droppable unit tests: created separate file for each module: core, common wid... | Richard Worth | 2009-02-02 | 8 | -224/+236 |
* | unit tests: added common widget tests. Thanks Scott G. | Richard Worth | 2009-02-02 | 1 | -0/+83 |
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses opt... | Richard Worth | 2009-02-02 | 2 | -0/+13 |
* | draggable unit tests: cleanup | Richard Worth | 2009-02-02 | 5 | -79/+31 |
* | slider unit tests: created separate file for each module: core, common widget... | Richard Worth | 2009-02-02 | 7 | -96/+187 |