Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵ | Scott González | 2009-02-13 | 1 | -3/+2 |
| | | | | is undocumented. | ||||
* | Resizable: | Scott González | 2009-02-13 | 1 | -8/+10 |
| | | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false). | ||||
* | Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - ↵ | Scott González | 2009-02-13 | 1 | -5/+3 |
| | | | | | | focus on dialog open should be constrained to the contents of the dialog. NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable. However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason. | ||||
* | Prevent loading core files multiple times. Fixes #4130 - Too much recurson ↵ | Scott González | 2009-02-13 | 2 | -6/+4 |
| | | | | with double include. | ||||
* | datepicker: temporary solution for inline click events with ↵ | Paul Bakaus | 2009-02-11 | 1 | -9/+13 |
| | | | | noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) | ||||
* | progressbar: removed unused variables, some whitespace changes (fixes #4052) | Paul Bakaus | 2009-02-11 | 1 | -7/+5 |
| | |||||
* | draggable: fixed numerous issues with over/out logic on connected sortable ↵ | Paul Bakaus | 2009-02-10 | 1 | -3/+16 |
| | | | | lists (fixes #3988) | ||||
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 7 | -13/+13 |
| | |||||
* | sortable: if current item was removed by user, it was reappended by the ↵ | Paul Bakaus | 2009-02-10 | 1 | -2/+3 |
| | | | | clearing logic (fixes #4088) | ||||
* | core: prevent calling plugins if the node doesn't exist in DOM anymore (has ↵ | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | | | | been removed by the user) (fixes #4087) | ||||
* | accordion: chaining breaks if value in height() is negative (fixes #4102) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | slider: fixed failing visual test: slider_in_container_with_scrollbars | Richard Worth | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 1 | -0/+4 |
| | |||||
* | Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element | Eduardo Lundgren | 2009-02-09 | 1 | -1/+4 |
| | |||||
* | Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵ | Eduardo Lundgren | 2009-02-09 | 1 | -13/+12 |
| | | | | internal) | ||||
* | Resizable: Fixed #4092 - preserveCursor option should be removed | Eduardo Lundgren | 2009-02-09 | 1 | -7/+3 |
| | |||||
* | Resizable: Fixed #4098 - Remove transparent option | Eduardo Lundgren | 2009-02-09 | 1 | -6/+1 |
| | |||||
* | Dialog: Don't allow the height of the content area to be negative. | Scott González | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 1 | -9/+5 |
| | |||||
* | Removed unused code obsoleted by #3906 and r1754 | Richard Worth | 2009-02-08 | 1 | -18/+0 |
| | |||||
* | 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 |