aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* accordion: added a list into the first panel on the static ul-test, need to ↵Jörn Zaefferer2009-01-301-3/+7
| | | | fix ui.accordion.css
* changed theme url to jqueryui.comScott Jehl2009-01-301-1/+1
|
* demos/slider/side-scroll: fixed broken layout on index page on IE6, relates ↵Bohdan Ganicky2009-01-301-4/+4
| | | | to #3851
* accordion: better default for header-optionJörn Zaefferer2009-01-302-4/+2
|
* accordion: fix for the previous commit; event triggering still somewhat ↵Jörn Zaefferer2009-01-302-17/+13
| | | | crippled, a few tests failing
* accordion: better default for header-optionJörn Zaefferer2009-01-306-9/+3
|
* demos/slider/side-scroll: partial fix for #3851 (Slider "Simple scrollbar" ↵Bohdan Ganicky2009-01-301-4/+5
| | | | demo broken on IE) ...still some issues
* demos: added docs + effects into index file again for 1.6 finalPaul Bakaus2009-01-301-7/+1
|
* build: delete headers folder, include external folderRichard Worth2009-01-301-0/+5
|
* set version back to 1.6preRichard Worth2009-01-301-1/+1
|
* set version to 1.6rc61.6rc6Richard Worth2009-01-301-1/+1
|
* demos draggable sortable: disable text selectionRichard Worth2009-01-301-1/+2
|
* demos draggable handle: disable text selectionRichard Worth2009-01-301-1/+1
|
* effects core: fixed undefined options errorRichard Worth2009-01-301-1/+1
|
* demos sortable connect-lists: disable text selectionRichard Worth2009-01-301-1/+1
|
* demos draggable handle: disable text selectionRichard Worth2009-01-301-0/+1
|
* draggable: fixed 'o is not defined' exceptionRichard Worth2009-01-301-0/+1
|
* typoRichard Worth2009-01-301-1/+1
|
* resizable visual tests: added tests for aspectRatio, and combining ↵Richard Worth2009-01-3010-0/+264
| | | | aspectRatio with min and max height and width options
* Resizable: Fixed defaults in tests.Scott González2009-01-302-3/+3
|
* Accordion: Fixed tests.Scott González2009-01-302-9/+9
|
* eol-style and mime-typeRichard Worth2009-01-309-395/+395
|
* Accordion: Fixed destroy method with new markup.Scott González2009-01-303-57/+49
|
* dialog unit tests: Added option closeOnEscape testsRichard Worth2009-01-302-0/+54
|