aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* effects core: the second argument passed to effect methods wasn't checked for...Paul Bakaus2009-02-191-1/+1
* Fixed #4156 Serbian localizationsKeith Wood2009-02-192-0/+38
* Resizable: Fixed containment within relative/absolute positioned parent. Fix...Scott González2009-02-191-0/+5
* Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement...Scott González2009-02-191-4/+1
* Dialog: Refactored event delegation to cancel events for modal dialogs. Fixe...Scott González2009-02-191-20/+5
* Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807...Scott González2009-02-191-2/+2
* Dialog: Refactored moveToTop, greatly improving performance for opening dialo...Scott González2009-02-191-8/+11
* Tabs: solved spinner issues and ajax loading not being stopped when selecting...Klaus Hartl2009-02-181-45/+54
* Slider: Removed support for auto orientation, set default to horizontal. Fix...Scott González2009-02-181-2/+2
* slider: limit the returned floats to 5 digits after the decimal point, correc...Paul Bakaus2009-02-171-1/+3
* slider:Paul Bakaus2009-02-171-32/+32
* slider: animate option was ignored if only one handle (fixes #4167 slider:ani...Paul Bakaus2009-02-171-8/+6
* Slider: Fixed divide by zero error when min and max are the same. Fixed #415...Scott González2009-02-171-1/+6
* Cleaned up transfer effect. Despite the huge diff, I didn't change any logic...Scott González2009-02-171-39/+25
* Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then ...Scott González2009-02-171-4/+4
* Resizable: Fixed #4147 - Little jump when a resizable is about to reach the c...Eduardo Lundgren2009-02-151-8/+8
* Tabs: using closest() is shorterKlaus Hartl2009-02-141-4/+3
* Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occ...Scott González2009-02-141-1/+1
* Mouse: Stop immediate propagation of click events. Partial fix for #3177 - c...Scott González2009-02-141-0/+1
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well...Klaus Hartl2009-02-131-17/+19
* sortable: pageX/pageY already do not include scroll offsets in safari, theref...Paul Bakaus2009-02-131-4/+4
* draggable: pageX/pageY already do not include scroll offsets in safari, there...Paul Bakaus2009-02-131-2/+2
* draggable: pageX/pageY already do not include scroll offsets in safari, there...Paul Bakaus2009-02-131-4/+4
* draggable: pageX/pageY already do not include scroll offsets in safari, there...Paul Bakaus2009-02-131-4/+4
* draggable,sortable: if the offset parent is the body, top/left values should ...Paul Bakaus2009-02-132-2/+2
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator i...Scott González2009-02-131-3/+2
* Resizable:Scott González2009-02-131-8/+10
* Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - f...Scott González2009-02-131-5/+3
* Prevent loading core files multiple times. Fixes #4130 - Too much recurson w...Scott González2009-02-132-6/+4
* datepicker: temporary solution for inline click events with noConflict(true),...Paul Bakaus2009-02-111-9/+13
* progressbar: removed unused variables, some whitespace changes (fixes #4052)Paul Bakaus2009-02-111-7/+5
* draggable: fixed numerous issues with over/out logic on connected sortable li...Paul Bakaus2009-02-101-3/+16
* all: fixed jslint warningsPaul Bakaus2009-02-107-13/+13
* sortable: if current item was removed by user, it was reappended by the clear...Paul Bakaus2009-02-101-2/+3
* core: prevent calling plugins if the node doesn't exist in DOM anymore (has b...Paul Bakaus2009-02-101-1/+1
* accordion: chaining breaks if value in height() is negative (fixes #4102)Paul Bakaus2009-02-101-1/+1
* slider: fixed failing visual test: slider_in_container_with_scrollbarsRichard Worth2009-02-101-0/+2
* dialog: added some missing defaultsRichard Worth2009-02-091-0/+4
* Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper elementEduardo Lundgren2009-02-091-1/+4
* Resizable: Fixed #4090 - proportionallyResize option should be removed (made ...Eduardo Lundgren2009-02-091-13/+12
* Resizable: Fixed #4092 - preserveCursor option should be removedEduardo Lundgren2009-02-091-7/+3
* Resizable: Fixed #4098 - Remove transparent optionEduardo Lundgren2009-02-091-6/+1
* Dialog: Don't allow the height of the content area to be negative.Scott González2009-02-091-1/+1
* Resizable: Fixed #4093: Removed disableSelection option.Scott González2009-02-091-9/+5
* Removed unused code obsoleted by #3906 and r1754Richard Worth2009-02-081-18/+0
* droppable: defaults - alpha orderRichard Worth2009-02-071-1/+1
* Dialog: Fixed #4086: Allow changing the dialogClass option after init.Scott González2009-02-071-18/+23
* Tabs: cleanup - no longer supports tabifying via list element, must use conta...Klaus Hartl2009-02-051-7/+3
* Tabs: fixed bug related to setting selected via data method, cleaned up mess ...Klaus Hartl2009-02-051-2/+5
* Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" classKlaus Hartl2009-02-051-7/+6