aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* draggable: fixed issue when scroll was set to true, and therefore droppables ↵Paul Bakaus2008-07-291-8/+12
| | | | inside changed their position as well
* draggable: fixed overflow calculation in the positioning methodsPaul Bakaus2008-07-291-26/+26
|
* moved history plugin to 1.7Paul Bakaus2008-07-281-112/+0
|
* draggable,droppable: implemented cssNamespace option, if set to false/null, ↵Paul Bakaus2008-07-282-4/+9
| | | | it won't add a class to the element
* sortable: small fix that causes the scope default not to work correctlyPaul Bakaus2008-07-281-1/+1
|
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-284-76/+71
| | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
* Fixed 2818 Display simultaneously past and current month in datepickerKeith Wood2008-07-252-4/+13
|
* Fixed 3111 Localisations for big previous/next stepsKeith Wood2008-07-2532-81/+168
|
* draggable: since revert no longer checks for numbers, introduced a ↵Paul Bakaus2008-07-251-1/+1
| | | | revertDuration option
* Disable inline datepickersKeith Wood2008-07-231-1/+7
|
* Fixed 3107 Dialog example does not return false when clickedKeith Wood2008-07-236-27/+46
| | | | | Demonstrate inline disabled datepicker Demonstrate big previous/next links
* Tests for inline disabled datepickerKeith Wood2008-07-232-0/+18
|
* Disable inline datepickersKeith Wood2008-07-231-0/+6
|
* Disable inline datepickersKeith Wood2008-07-231-6/+46
|
* Fixed 3105 First week in November day repeatKeith Wood2008-07-231-2/+6
| | | | Fixed 3088 Repeating date in October 2008
* Fixed 3108 Allow ids with square bracketsKeith Wood2008-07-231-1/+2
| | | | Fixed 3113 Allow ids with colon or period
* Fixed 3111 Add option to allow large previous/next movementsKeith Wood2008-07-231-3/+21
|
* don't need document ready on initMarc Grabanski2008-07-201-5/+3
|
* Datepicker div now appends to the document after the datepicker(); function ↵Marc Grabanski2008-07-201-6/+12
| | | | is called instead of automatically on include.
* updated default style pathMarc Grabanski2008-07-201-1/+1
|
* sortable: fixed a items issue caused the items of the container itself to be ↵Paul Bakaus2008-07-191-5/+54
| | | | doubled if the connected query also match on it. Implemented the option connected (bool), for function serialize to also serialize connected lists.
* Fixed 3084 Arrange order of month and year selectboxesKeith Wood2008-07-182-4/+12
|
* Fixed 3080 Calls _setDateFromField when inlineKeith Wood2008-07-181-3/+10
| | | | | | Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges
* Added tests for inline datepickerKeith Wood2008-07-182-2/+135
|
* draggable: implemented more advanced features for the snap option - you can ↵Paul Bakaus2008-07-171-3/+15
| | | | now pass in a object instead of a bolean into "snap", possible keys are the callbacks snap/release (which both receive ui.snapItem) and items (jQuery selector, defaults to :data(draggable))
* draggable: fixed relative position bug (please NEVER check in elem.style ↵Paul Bakaus2008-07-171-17/+9
| | | | just for performance optimizations)
* Added missing ui-selectable-helper class to helper/lasso elementRichard Worth2008-07-161-1/+3
|
* Magnifier: Partial cleanup.Scott González2008-07-161-9/+12
|
* Magnifier: Partial cleanup.Scott González2008-07-151-12/+11
|
* Magnifier: Partial cleanup.Scott González2008-07-151-24/+20
|
* Magnifier: Partial cleanup.Scott González2008-07-151-64/+54
|
* Tabs: Updated to use new trigger() method.Scott González2008-07-141-30/+10
|
* Accordion: Updated to use new trigger() method.Scott González2008-07-141-1/+1
|
* completes keyboard operation (fixes #3801)David Bolter2008-07-141-4/+17
|
* Droppable .is(accept) on init() fixedEduardo Lundgren2008-07-141-1/+2
|
* draggable: removed adding the class ui-draggable in favor of the new data ↵Paul Bakaus2008-07-141-3/+2
| | | | selector
* core: added :data selector that matches elements that have data for a given key.Paul Bakaus2008-07-142-13/+13
| | | | droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2
* Color Picker: Fixed heading and indentation.Scott González2008-07-141-441/+441
|
* Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51.Scott González2008-07-141-1/+17
|
* accordion: fixed incosistent accordionchange event arguments ↵Jörn Zaefferer2008-07-132-4/+33
| | | | (http://dev.jquery.com/ticket/3111)
* Dialog: If options.title is empty on init, set it to the title attribute of ↵Scott González2008-07-121-1/+3
| | | | the dialog element.
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-122-3/+3
| | | | no title is provided (after initialization).
* Added tests for datepicker structure and callbacksKeith Wood2008-07-112-160/+654
| | | | | | Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse
* Add day-of-year to format and parse date routinesKeith Wood2008-07-111-32/+68
| | | | Correct status display
* Core: cleaned up $.ui.hasScroll().Scott González2008-07-111-3/+11
|
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-111-1/+1
| | | | no title is provided.
* Dialog: Fixed #3086: Fixed problem with auto margins in IE.Scott González2008-07-111-5/+5
|
* Minorl performance improvements at draggable initEduardo Lundgren2008-07-101-3/+9
|
* Sortable updateOriginalPosition addedEduardo Lundgren2008-07-101-2/+4
|
* - moved all default css files into themes/defaultPaul Bakaus2008-07-1029-207/+1198
| | | | - added Colorpicker, heavily modified for UI (thanks Stefan!)