aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* droppable: greedy childs that dont accept the draggable dont block ↵Paul Bakaus2009-08-221-4/+7
| | | | propagation anymore, fixes #4570
* draggable: scope option failed when no droppables within that scope exist, ↵Paul Bakaus2009-08-221-3/+3
| | | | fixes #4289
* draggable: position and offset were undefined in start callback, fixes #4380Paul Bakaus2009-08-221-2/+2
|
* draggable: made stack accept a selector instead of a complex hash, min value ↵Paul Bakaus2009-08-221-5/+6
| | | | is autodetermined now, implements #4365
* draggable: direct removal of draggable element on drop event doesnt make ↵Paul Bakaus2009-08-211-0/+4
| | | | used plugins fire an error anymore, fixes #4550
* Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793Chi Cheng2009-08-193-5/+5
|
* Workaround for #4786, improvedJörn Zaefferer2009-08-181-0/+1
|
* Workaround for #4786Jörn Zaefferer2009-08-181-1/+11
|
* sortable accordion: formattingJörn Zaefferer2009-08-181-1/+6
|
* Tabs: Fix for #4785, improving stylesJörn Zaefferer2009-08-181-2/+3
|
* Tabs: Fix for #4785, mime-typeJörn Zaefferer2009-08-180-0/+0
|
* Tabs: Fix for #4785Jörn Zaefferer2009-08-182-0/+58
|
* position: improved default demo to use position:absolute instead of fixed - ↵Jörn Zaefferer2009-08-161-1/+1
| | | | with fixed, the positioned element doesn't move on scroll
* position: added demo to demos/index.htmlJörn Zaefferer2009-08-161-0/+2
|
* set trunk version to 1.8preRichard Worth2009-08-131-1/+1
|
* set trunk version to 1.8a11.8a1Richard Worth2009-08-131-1/+1
|
* dialog unit tests: added position and stackfixRichard Worth2009-08-121-1/+3
|
* dialog visual tests: added position and stackfixRichard Worth2009-08-128-8/+24
|
* accordion: Fix for #4695, refactoredJörn Zaefferer2009-08-111-2/+1
|
* accordion: Fix for #4695Jörn Zaefferer2009-08-110-0/+0
|
* accordion: Fix for #4695Jörn Zaefferer2009-08-114-9/+18
|
* accordion: fix for #4436Jörn Zaefferer2009-08-112-1/+51
|
* Accordion: added a couple failing tests for option active: init and collapsedRichard Worth2009-08-111-2/+9
|
* Fixed accordion option active getter and setter. Normalized getter to ↵Richard Worth2009-08-112-1/+20
| | | | number, 0-based index.
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-1017-21/+19
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* slider option visual testsRichard Worth2009-08-0821-0/+490
|
* accordion: visual testcase and fix for #4444; probably fixes a few other ↵Jörn Zaefferer2009-08-062-1/+50
| | | | issues, too, eg. less flickering
* accordion: fix for #4754; related tests were failing before, fixed them, too ↵Jörn Zaefferer2009-08-062-7/+7
| | | | (checked to correct sizes in Firebug)
* accordion: visual testcase for #4322, improved the browser default stylings ↵Jörn Zaefferer2009-08-061-0/+3
| | | | for a better comparsion
* accordion: visual testcase for #4322Jörn Zaefferer2009-08-061-0/+70
|
* include position plugin in demos/index.html - especially annoying when that ↵Jörn Zaefferer2009-08-061-0/+1
| | | | is missing because position() isn't undefined when ui.position.js is missing
* draggable: inline comment to clarify some odd checkJörn Zaefferer2009-08-061-0/+1
|
* datepicker i18n: missing comma (syntax checking editors are great)Jörn Zaefferer2009-08-061-1/+1
|
* Added zIndex method. Fixes #4709 - Add zIndex setter/getter method.Scott González2009-08-053-0/+34
|
* visual test : Accordion option navigation true - added a note about needing ↵Richard Worth2009-08-051-0/+8
| | | | to refresh the page after clicking a navigation link.
* eol-style and mime-typeRichard Worth2009-08-051-37/+37
|
* Accordion visual test: option navigation trueRichard Worth2009-08-051-0/+37
|
* Slider: Create a copy of the options.values array for the return value of ↵Scott González2009-08-041-1/+3
| | | | | | _value(). Fixes #4751 - Dragging slider modifies values, even if callback returns false. Thanks bkrausz.
* Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize.Scott González2009-08-041-5/+5
|
* Dialog: Support hash, array, string for cursorAt option. Use position ↵Scott González2009-08-037-45/+46
| | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
* Position: fixed comment wording.Scott González2009-08-031-2/+2
|
* Sortable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-032-52/+139
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-1/+2
| | | | work with default value
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-0/+1
| | | | work with default value
* Build: download document for Position and StackfixChi Cheng2009-08-021-0/+3
|
* Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ↵Scott González2009-07-311-6/+10
| | | | accordion steals header clicks.
* Position: Removed default options hash.Scott González2009-07-311-7/+2
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|