Commit Graph

1950 Commits

Author SHA1 Message Date
Ca-Phun Ung
658a0f7f40 datepicker: #4003 - Inline datepicker and button panel. 2009-01-31 10:40:55 +00:00
Richard Worth
b388e6b8e1 eol-style and mime-type 2009-01-31 06:24:22 +00:00
Richard Worth
60b38f0e02 progressbar demos: Added animated progressbar demo 2009-01-31 06:08:17 +00:00
Richard Worth
ac8b734e98 accordion demos: file rename 2009-01-31 05:56:46 +00:00
Richard Worth
4db23193c8 eol-style and mime-type 2009-01-31 05:54:48 +00:00
Richard Worth
9f382c5814 dialog: changed shadow default to false. Not quite ready to be on by default. Maybe in 1.next. 2009-01-31 05:47:58 +00:00
Richard Worth
272391bd2f dialog visual tests - added option modal true and false 2009-01-31 04:41:20 +00:00
Scott González
171c7c0671 Dialog: Shadow cleanup.
- 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);
});
2009-01-31 04:33:36 +00:00
Scott González
6695e5ac7f Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false.
Removed some browser snifing.
Added support for non-px units.
2009-01-31 02:55:56 +00:00
Richard Worth
39dac81b24 Fixed #4008 (Sortable events are improperly named) 2009-01-31 02:36:47 +00:00
Klaus Hartl
0ad6bff312 Tabs: reviewed and simplified just a bit 2009-01-31 01:16:59 +00:00
Klaus Hartl
195838c443 Tabs: simplified tests a bit, found bug by that - fixed as well as two other unreported bugs 2009-01-31 00:45:14 +00:00
Scott Jehl
82cf103c93 added effect methods demos - still need class animations 2009-01-30 22:57:11 +00:00
Scott Jehl
3353f65c0e reverted r 1920 2009-01-30 22:54:41 +00:00
Scott Jehl
8d61ce344b added effect methods demos - still have not made demos for the class animations 2009-01-30 22:35:58 +00:00
Jörn Zaefferer
4aff25a422 accordion: more realistic testcase for autoHeight:false accordion 2009-01-30 21:47:20 +00:00
Jörn Zaefferer
a1e9c63911 accordion: partial fix for #4011 2009-01-30 21:40:34 +00:00
Jörn Zaefferer
506ae46a6d accordion: demo title 2009-01-30 20:48:46 +00:00
Jörn Zaefferer
30ed50dc54 accordion: demo mimetype 2009-01-30 20:48:09 +00:00
Jörn Zaefferer
39e4178cf2 accordion: demo description typo 2009-01-30 20:46:30 +00:00
Jörn Zaefferer
5484aad005 accordion: added ul-visual-test; improved solution for fixing ul-accordions, no more potential scope issues 2009-01-30 20:42:03 +00:00
Jörn Zaefferer
1322a98df9 accordion: fixed styling of li-elements 2009-01-30 20:27:36 +00:00
Jörn Zaefferer
900edafd34 accordion: added noAutoHeight.html demo 2009-01-30 20:23:04 +00:00
Jörn Zaefferer
3fded1ab27 accordion: added a list into the first panel on the static ul-test, need to fix ui.accordion.css 2009-01-30 20:22:37 +00:00
Scott Jehl
1d24c0caf8 changed theme url to jqueryui.com 2009-01-30 19:26:02 +00:00
Bohdan Ganicky
d5094f9a3b demos/slider/side-scroll: fixed broken layout on index page on IE6, relates to #3851 2009-01-30 18:25:09 +00:00
Jörn Zaefferer
2b7f14f234 accordion: better default for header-option 2009-01-30 16:58:29 +00:00
Jörn Zaefferer
cc62471b4f accordion: fix for the previous commit; event triggering still somewhat crippled, a few tests failing 2009-01-30 16:49:40 +00:00
Jörn Zaefferer
00b0b3661f accordion: better default for header-option 2009-01-30 16:10:00 +00:00
Bohdan Ganicky
b81f57ad38 demos/slider/side-scroll: partial fix for #3851 (Slider "Simple scrollbar" demo broken on IE) ...still some issues 2009-01-30 15:54:23 +00:00
Paul Bakaus
d2d5ea246c demos: added docs + effects into index file again for 1.6 final 2009-01-30 14:30:34 +00:00
Richard Worth
e504af55bf build: delete headers folder, include external folder 2009-01-30 07:00:27 +00:00
Richard Worth
d08c1c63b4 set version back to 1.6pre 2009-01-30 06:32:46 +00:00
Richard Worth
b818e7631f set version to 1.6rc6 2009-01-30 06:31:26 +00:00
Richard Worth
3fdeb1a270 demos draggable sortable: disable text selection 2009-01-30 05:58:39 +00:00
Richard Worth
211451e409 demos draggable handle: disable text selection 2009-01-30 05:55:43 +00:00
Richard Worth
55953d650a effects core: fixed undefined options error 2009-01-30 05:46:46 +00:00
Richard Worth
ecce15895d demos sortable connect-lists: disable text selection 2009-01-30 05:28:01 +00:00
Richard Worth
1b005c0871 demos draggable handle: disable text selection 2009-01-30 05:20:05 +00:00
Richard Worth
c36da07ca6 draggable: fixed 'o is not defined' exception 2009-01-30 05:17:48 +00:00
Richard Worth
d1a19a1c91 typo 2009-01-30 05:13:33 +00:00
Richard Worth
252e24d9d9 resizable visual tests: added tests for aspectRatio, and combining aspectRatio with min and max height and width options 2009-01-30 04:59:41 +00:00
Scott González
256ea0670a Resizable: Fixed defaults in tests. 2009-01-30 04:53:30 +00:00
Scott González
3ad604216e Accordion: Fixed tests. 2009-01-30 04:01:04 +00:00
Richard Worth
d6406b9671 eol-style and mime-type 2009-01-30 03:52:48 +00:00
Scott González
967d6595a6 Accordion: Fixed destroy method with new markup. 2009-01-30 03:27:44 +00:00
Richard Worth
902c1910e7 dialog unit tests: Added option closeOnEscape tests 2009-01-30 03:25:06 +00:00
Richard Worth
1b7948cd93 sortable unit tests: fixed default value for tolerance: intersect 2009-01-30 03:17:26 +00:00
Scott González
18b42f45d5 Accordion: only animate height and padding. 2009-01-30 03:09:10 +00:00
Richard Worth
1fc03acdde dialog unit tests: no more overlay option 2009-01-30 03:08:20 +00:00