aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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!)
* core: trigger() needs to be able to return a value from triggerHandlerPaul Bakaus2008-07-101-1/+1
|
* fix for arrow key operation (refs #3801)David Bolter2008-07-101-2/+3
|
* New plugins for 1.6: Fixed headers and indentation.Scott González2008-07-105-532/+546
|
* Dialog: Use new trigger method from the widget factory.Scott González2008-07-101-21/+5
|
* Widget factory: Added trigger method for triggering callbacks and events.Scott González2008-07-101-0/+8
|
* Sortable math accuracy for tolerance pointer - checking the direction before ↵Eduardo Lundgren2008-07-101-15/+23
| | | | rearrange
* Dialog: fixed triggered events.Scott González2008-07-101-4/+16
|
* Dialog: cleanup.Scott González2008-07-091-15/+27
|
* Sortable minor intersectWidth maths accuracyEduardo Lundgren2008-07-091-8/+5
|
* - removed 1.6 branch1.5.2Paul Bakaus2008-07-0917-42/+2049
| | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6
* sortable: added forcePointerForContainers option (to have another ↵Paul Bakaus2008-07-091-10/+14
| | | | intersection mode for items, but allow only one container to be activated at the same time), added custom object in options, that holds custom (defined) functions that are called instead of original pieces. Only for advanced developers, currently only supported function: refreshContainers.
* Resizable - fixed #3074Eduardo Lundgren2008-07-081-0/+5
|
* fixed #3066 - Wrong cursor in dialog title when draggable is falseRichard Worth2008-07-081-2/+7
|
* Fixed 3050 Renamed speed to duration, added support for UI effects animations.Keith Wood2008-07-082-54/+102
| | | | | Added standard date formats as attributes of $.datepicker. Added timestamp metacharacter for date formats.
* Fixed 3033 First day is MondayKeith Wood2008-07-081-1/+1
|
* prevent overriding/changing the actual $.ui.mouse object by extending it - ↵Paul Bakaus2008-07-074-4/+4
| | | | this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work)
* UI Tabs: make sure panels are hiddenKlaus Hartl2008-07-061-1/+1
|
* UI Tabs: added index to ui object passed into event handlersKlaus Hartl2008-07-061-1/+2
|
* UI Tabs: fixed usage of only an image as tab labelKlaus Hartl2008-07-061-1/+1
|
* Correct readonly handlingKeith Wood2008-07-061-2/+15
| | | | | | Display inline range date selection Demonstrate gotoCurrent setting Add alternate style demonstration
* Ensure button doesn't submit formKeith Wood2008-07-061-1/+1
|
* Refactored datepicker to use $.data for instance settingsKeith Wood2008-07-062-31/+67
| | | | Added tests for setDate
* Added gotoCurrent setting to show currently selected date instead of todayKeith Wood2008-07-061-2/+11
| | | | Fixed positioning for right-to-left languages
* Refactor to use $.data for instance settingsKeith Wood2008-07-061-488/+481
|
* dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), ↵Paul Bakaus2008-07-041-3/+5
| | | | implements #2728, fixed a couple jslint warnings
* datepicker: stop propagation on the button triggering the datepicker (fixes ↵Paul Bakaus2008-07-041-0/+2
| | | | #3047)
* slider: animate is a bit smoother now - stops the previous animationPaul Bakaus2008-07-031-2/+2
|
* slider: added animate option: can be simply set to true, or to a multiplier ↵Paul Bakaus2008-07-031-3/+5
| | | | that makes the animation longer or shorter (higher = longer, shorter = faster)
* slider: removed cursor:default on the a wrapper, allows for better styling, ↵Paul Bakaus2008-07-031-1/+1
| | | | changing the cursor of the slider handle (fixes #2854)