Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -1/+2 | |
| | | | | 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ález | 2009-02-01 | 1 | -0/+1 | |
| | ||||||
* | Accordion: Added focus state to headers. | Scott González | 2009-02-01 | 1 | -1/+3 | |
| | ||||||
* | draggable: changed option cursor default to 'auto' instead of 'default' | Richard Worth | 2009-02-01 | 1 | -1/+1 | |
| | ||||||
* | Dialog: Fixed #4015: Set z-index on shadow when the dialog opens. | Scott González | 2009-02-01 | 1 | -2/+1 | |
| | ||||||
* | Sortable: Added defaults for cursor, cursorAt, opacity. | Scott González | 2009-02-01 | 1 | -0/+3 | |
| | ||||||
* | Sortable: Fixed #4017: Revert opacity after sort. | Scott González | 2009-02-01 | 1 | -1/+1 | |
| | ||||||
* | Sortable: Fixed #3979: Fixed using a string for connectWith option. | Scott González | 2009-01-31 | 1 | -5/+13 | |
| | ||||||
* | accordion: another partial fix for #4011, fixes ↵ | Jörn Zaefferer | 2009-01-31 | 1 | -2/+10 | |
| | | | | tests/visual/accordion/width.html in FF, IE still buggy | |||||
* | datepicker: #4003 - Inline datepicker and button panel. | Ca-Phun Ung | 2009-01-31 | 1 | -3/+2 | |
| | ||||||
* | dialog: changed shadow default to false. Not quite ready to be on by ↵ | Richard Worth | 2009-01-31 | 1 | -1/+1 | |
| | | | | default. Maybe in 1.next. | |||||
* | Dialog: Shadow cleanup. | Scott González | 2009-01-31 | 1 | -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ález | 2009-01-31 | 1 | -9/+17 | |
| | | | | | Removed some browser snifing. Added support for non-px units. | |||||
* | Fixed #4008 (Sortable events are improperly named) | Richard Worth | 2009-01-31 | 1 | -0/+1 | |
| | ||||||
* | Tabs: reviewed and simplified just a bit | Klaus Hartl | 2009-01-31 | 1 | -10/+7 | |
| | ||||||
* | Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵ | Klaus Hartl | 2009-01-31 | 1 | -8/+9 | |
| | | | | unreported bugs | |||||
* | accordion: partial fix for #4011 | Jörn Zaefferer | 2009-01-30 | 1 | -4/+2 | |
| | ||||||
* | accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -1/+6 | |
| | | | | no more potential scope issues | |||||
* | accordion: fix for the previous commit; event triggering still somewhat ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -16/+12 | |
| | | | | crippled, a few tests failing | |||||
* | accordion: better default for header-option | Jörn Zaefferer | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | effects core: fixed undefined options error | Richard Worth | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | draggable: fixed 'o is not defined' exception | Richard Worth | 2009-01-30 | 1 | -0/+1 | |
| | ||||||
* | Resizable: Fixed defaults in tests. | Scott González | 2009-01-30 | 1 | -0/+1 | |
| | ||||||
* | Accordion: Fixed destroy method with new markup. | Scott González | 2009-01-30 | 1 | -3/+1 | |
| | ||||||
* | Accordion: only animate height and padding. | Scott González | 2009-01-30 | 1 | -3/+1 | |
| | ||||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 1 | -20/+29 | |
| | | | | allowing accordions to work with dl's and ul's again. | |||||
* | draggable: connectToSortable couldn't accept strings (fixes #3984) | Paul Bakaus | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | sortable: containment option now respects the padding (fixes #3958) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 | |
| | ||||||
* | draggable: containment option now respects the padding (fixes #3957) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 | |
| | ||||||
* | slider: fixed orientation detection | Paul Bakaus | 2009-01-29 | 1 | -5/+8 | |
| | ||||||
* | dialog: all triggered custom events should have related events attached if ↵ | Paul Bakaus | 2009-01-29 | 1 | -17/+17 | |
| | | | | possible (fixes #3718,#3983) | |||||
* | effects: fixed various problems with order of callbacks (i.e. show('drop', ↵ | Paul Bakaus | 2009-01-29 | 1 | -7/+16 | |
| | | | | 500) wasn't working) (additionally fixes #3912) | |||||
* | draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵ | Paul Bakaus | 2009-01-29 | 3 | -3/+6 | |
| | | | | ui.offset (fixes #3978,#3977,#3976) | |||||
* | resizable: removed ui.options | Paul Bakaus | 2009-01-29 | 1 | -11/+10 | |
| | ||||||
* | dialog: shadow is hidden during drag/resize for slow performance browsers ↵ | Paul Bakaus | 2009-01-29 | 1 | -3/+11 | |
| | | | | (currently IE < 7) (fixes #3966) | |||||
* | Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be ↵ | Scott González | 2009-01-29 | 1 | -1/+1 | |
| | | | | negative (breaks IE). | |||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+2 | |
| | ||||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+0 | |
| | ||||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -0/+2 | |
| | ||||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -25/+30 | |
| | | | | | - implemented animate method - slider min/max values could be exceeded using the keyboard (fixes #3737) | |||||
* | Fixed #3954 | Eduardo Lundgren | 2009-01-28 | 1 | -7/+13 | |
| | ||||||
* | slider: closestHandle never got set when the distance between the handles ↵ | Paul Bakaus | 2009-01-28 | 1 | -1/+1 | |
| | | | | are the maximum available (fixes #3948) | |||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -3/+19 | |
| | | | | | - when dragging a handle, the position of the relative click is respected (fixes #3972) - when dragging two range handles to 0, the slider was broken because the nearest handle would always be the first. Implemented a workaround. (fixes #3736) | |||||
* | core: check for event.originalEvent before copying | Richard Worth | 2009-01-28 | 1 | -3/+5 | |
| | ||||||
* | datepicker: fixes #3863: fixed vertical position when scroll position is ↵ | Ca-Phun Ung | 2009-01-28 | 1 | -3/+3 | |
| | | | | present and added a viewport visual testcase. | |||||
* | $.widget: Fixed #3965: Copy properties from original event on to new event ↵ | Scott González | 2009-01-28 | 1 | -0/+8 | |
| | | | | in _trigger. | |||||
* | Mouse: Fixed #3552, reverted r1763: Let mouse events propagate. | Scott González | 2009-01-28 | 1 | -5/+4 | |
| | ||||||
* | draggable: fixed snap | Paul Bakaus | 2009-01-27 | 1 | -2/+2 | |
| | ||||||
* | dialog: | Paul Bakaus | 2009-01-27 | 1 | -5/+36 | |
| | | | | | - implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681) - implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681) |