Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | droppable: defaults - alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed #4086: Allow changing the dialogClass option after init. | Scott González | 2009-02-07 | 1 | -18/+23 |
| | |||||
* | Tabs: cleanup - no longer supports tabifying via list element, must use ↵ | Klaus Hartl | 2009-02-05 | 1 | -7/+3 |
| | | | | container | ||||
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵ | Klaus Hartl | 2009-02-05 | 1 | -2/+5 |
| | | | | in tests | ||||
* | Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class | Klaus Hartl | 2009-02-05 | 1 | -7/+6 |
| | |||||
* | Tabs: Added tests for select method while at the same time implemented ↵ | Klaus Hartl | 2009-02-05 | 1 | -8/+13 |
| | | | | consistent handling of possible values to pass, addresses #4051 | ||||
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 1 | -38/+0 |
| | |||||
* | Fixed 4062 - slider: vertical slider handle jumps up when you click on it | Richard Worth | 2009-02-05 | 1 | -1/+5 |
| | |||||
* | Fixed #3804 (Multiple Slider Focus Issues) | Richard Worth | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | accordion defaults in alpha order | Richard Worth | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable ↵ | Scott González | 2009-02-05 | 1 | -4/+6 |
| | | | | activate/deactivate callback when receiving a draggable. | ||||
* | Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable ↵ | Scott González | 2009-02-05 | 1 | -1/+3 |
| | | | | receive callback when receiving a draggable. | ||||
* | Draggable: Removed ridiculousness (some of it anyway). | Scott González | 2009-02-05 | 1 | -14/+9 |
| | |||||
* | Mouse: Fixed #4061: Prevent errors when manually triggering mousedown events ↵ | Scott González | 2009-02-05 | 1 | -0/+2 |
| | | | | on elements that use $.ui.mouse (event.originalEvent isn't defined). | ||||
* | effect core: speed wasn't detected in all situations (fixes #4057) | Paul Bakaus | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Tabs: fixed duration for show animation - setting wasn't considered | Klaus Hartl | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed #4050 (Dialog: undefined class being added to ui-dialog element) | Richard Worth | 2009-02-03 | 1 | -0/+1 |
| | |||||
* | draggable: missed internal use of ui.absolutePosition | Richard Worth | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Fixed #4038 (sortable: cssNamespace option should be removed) | Richard Worth | 2009-02-03 | 1 | -11/+10 |
| | |||||
* | sortable: changed sortable option cursor default value to 'auto' instead of ↵ | Richard Worth | 2009-02-03 | 1 | -1/+1 |
| | | | | 'default' | ||||
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -0/+4 |
| | |||||
* | Tabs: introduced "collapsible" option while deprecating "deselectable", ↵ | Klaus Hartl | 2009-02-02 | 1 | -10/+15 |
| | | | | fixes #4029 | ||||
* | accordion: use synced animations only when animating two elements; optimize ↵ | Jörn Zaefferer | 2009-02-02 | 1 | -16/+13 |
| | | | | for only-one | ||||
* | Fixed #4037 (droppable: cssNamespace option should be removed, addClasses ↵ | Richard Worth | 2009-02-02 | 1 | -4/+4 |
| | | | | option added) | ||||
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵ | Richard Worth | 2009-02-02 | 1 | -7/+12 |
| | | | | option added) | ||||
* | Slider: | Scott González | 2009-02-02 | 1 | -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ález | 2009-02-02 | 1 | -1/+9 |
| | | | | demos, tests, and using alwaysOpen on init. | ||||
* | accordion: deprecated alwaysOpen option, introduced collapsible option ↵ | Paul Bakaus | 2009-02-02 | 1 | -8/+14 |
| | | | | (invert value) (fixes #3969) | ||||
* | Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵ | Klaus Hartl | 2009-02-01 | 1 | -0/+4 |
| | | | | HTML, fixes #4033 | ||||
* | 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 |
| |