aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* slider unit tests: moved init and destroy tests to 'slider: methods' moduleRichard Worth2009-02-022-60/+60
|
* draggable unit tests: typo in 'addClasses: false' testRichard Worth2009-02-022-6/+2
|
* droppable unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-028-224/+236
| | | | widget, events, methods, options, tickets
* unit tests: added common widget tests. Thanks Scott G.Richard Worth2009-02-021-0/+83
|
* Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-023-7/+25
| | | | option added)
* draggable unit tests: cleanupRichard Worth2009-02-025-79/+31
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-027-96/+187
| | | | widget, events, methods, options, tickets
* Explode demo: Fixed Safari margin bug (fix for #3968).Scott González2009-02-021-1/+1
|
* Slider:Scott González2009-02-021-3/+4
| | | | | - Fixed #4016: Vertical slider was unusable when the thumb was at the min value. - Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
* Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵Scott González2009-02-023-8/+16
| | | | demos, tests, and using alwaysOpen on init.
* accordion: deprecated alwaysOpen option, introduced collapsible option ↵Paul Bakaus2009-02-021-8/+14
| | | | (invert value) (fixes #3969)
* Tabs: fixed test in IE...Klaus Hartl2009-02-011-1/+1
|
* Tabs: added simple test for length methodKlaus Hartl2009-02-011-1/+9
|
* Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵Klaus Hartl2009-02-012-0/+15
| | | | HTML, fixes #4033
* datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵Ca-Phun Ung2009-02-013-2/+24
| | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
* Draggable: Fixed #3980: Don't allow connecting to disabled sortables.Scott González2009-02-011-0/+1
|
* Accordion: Added focus state to headers.Scott González2009-02-011-1/+3
|
* draggable: changed option cursor default to 'auto' instead of 'default'Richard Worth2009-02-011-1/+1
|
* unit tests: fixed missing tests to hide with new qunit checkboxRichard Worth2009-02-012-21/+21
|
* draggable unit tests: added some missing testsRichard Worth2009-02-012-1/+86
|
* Dialog: Fixed #4015: Set z-index on shadow when the dialog opens.Scott González2009-02-011-2/+1
|
* Sortable demos: Updated all uses of connectWith to use a string instead of ↵Scott González2009-02-013-6/+6
| | | | an array (array is deprecated).
* Sortable: Added defaults for cursor, cursorAt, opacity.Scott González2009-02-012-0/+6
|
* Sortable: Fixed #4017: Revert opacity after sort.Scott González2009-02-011-1/+1
|
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-018-724/+781
| | | | events, methods, options, tickets
* Sortable: Fixed #3979: Fixed using a string for connectWith option.Scott González2009-01-311-5/+13
|
* accordion: another partial fix for #4011, fixes ↵Jörn Zaefferer2009-01-311-2/+10
| | | | tests/visual/accordion/width.html in FF, IE still buggy
* datepicker: #4003 - Inline datepicker and button panel.Ca-Phun Ung2009-01-311-3/+2
|
* eol-style and mime-typeRichard Worth2009-01-311-42/+42
|
* progressbar demos: Added animated progressbar demoRichard Worth2009-01-313-0/+43
|
* accordion demos: file renameRichard Worth2009-01-312-1/+1
|
* eol-style and mime-typeRichard Worth2009-01-312-102/+102
|
* dialog: changed shadow default to false. Not quite ready to be on by ↵Richard Worth2009-01-316-55/+110
| | | | default. Maybe in 1.next.
* dialog visual tests - added option modal true and falseRichard Worth2009-01-312-0/+54
|
* Dialog: Shadow cleanup.Scott González2009-01-311-17/+14
| | | | | | | | | | | | | | | - Don't hide shadow during drag/resize in IE6 (let the user do this one their own). - Let users modify the shadow option after init. .parents('.ui-dialog') .bind('dragstart resizestart', function() { $(this).find('.ui-dialog-content').dialog('option', 'shadow', false); }) .bind('dragstop resizestop', function() { $(this).find('.ui-dialog-content').dialog('option', 'shadow', true); });
* Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false.Scott González2009-01-311-9/+17
| | | | | Removed some browser snifing. Added support for non-px units.
* Fixed #4008 (Sortable events are improperly named)Richard Worth2009-01-311-0/+1
|
* Tabs: reviewed and simplified just a bitKlaus Hartl2009-01-311-10/+7
|
* Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵Klaus Hartl2009-01-312-55/+36
| | | | unreported bugs
* added effect methods demos - still need class animationsScott Jehl2009-01-305-0/+243
|
* reverted r 1920Scott Jehl2009-01-3018-99/+937
|
* added effect methods demos - still have not made demos for the class animationsScott Jehl2009-01-3018-937/+99
|
* accordion: more realistic testcase for autoHeight:false accordionJörn Zaefferer2009-01-301-0/+57
|
* accordion: partial fix for #4011Jörn Zaefferer2009-01-301-4/+2
|
* accordion: demo titleJörn Zaefferer2009-01-301-1/+1
|
* accordion: demo mimetypeJörn Zaefferer2009-01-300-0/+0
|
* accordion: demo description typoJörn Zaefferer2009-01-301-1/+1
|
* accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵Jörn Zaefferer2009-01-304-6/+52
| | | | no more potential scope issues
* accordion: fixed styling of li-elementsJörn Zaefferer2009-01-301-0/+1
|
* accordion: added noAutoHeight.html demoJörn Zaefferer2009-01-302-0/+61
|