aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* slider: check in the destroy method if a handle actually exists or not, ↵Paul Bakaus2008-06-191-5/+11
| | | | before calling removal functions (fixes #2987)
* sortable: the options.items callback now receives null as first argument, a ↵Paul Bakaus2008-06-191-1/+1
| | | | limited ui object as the second.
* Dialog - fixed #3017Eduardo Lundgren2008-06-181-6/+12
|
* Draggable: Changed mouse's cancel option from ":input,button" to ":input" ↵Scott González2008-06-181-1/+1
| | | | (button is redundant).
* Fixed #3016 - Distance option defaultRichard Worth2008-06-183-3/+3
|
* Missed highlightWeek setting defaultKeith Wood2008-06-181-0/+1
|
* dialog - added dragHelperEduardo Lundgren2008-06-171-0/+1
|
* dialog - added resizeHelperEduardo Lundgren2008-06-171-0/+1
|
* Fixed 2371 Datepicker showing "off page" behaves strangelyKeith Wood2008-06-171-19/+24
|
* Fixed 2641 Week row hover stylingKeith Wood2008-06-171-2/+7
|
* Fixed 2593 Datepicker using months instead of prev and nextKeith Wood2008-06-171-7/+16
|
* use el[0] instead of this for callbackAaron Eisenberger2008-06-161-1/+1
|
* clip effect should be animating the wrapperAaron Eisenberger2008-06-161-5/+5
|
* Fixed #2658 Next link shows > when hideIfNoPrevNext is trueKeith Wood2008-06-161-4/+5
| | | | | Fixed #2700 Datepicker does not allow manual entry of alphabetic characters Fixed #2724 Date range + restricting allows invalid range
* sortable; moved the cursorAt and containment blocks after the start ↵Paul Bakaus2008-06-161-12/+14
| | | | callback, allowing the helper to be resized in the start callback (fixes #3000)
* Allow folding to occur horizontally firstKeith Wood2008-06-161-3/+7
|
* Allow relative dates with multiple periodsKeith Wood2008-06-161-7/+8
|
* Fix onClose bug for ranges in IEKeith Wood2008-06-131-14/+20
| | | | | | Fix wrapper span bug in IE Fix remove attribute bug in IE Refactor more class names to constants
* tests: initial version of sortable tests/Paul Bakaus2008-06-131-0/+1
| | | | sortable: added default value for helper ("clone")
* #2876 Fire event on change of month/yearKeith Wood2008-06-121-0/+13
|
* Allow setting of cell title via beforeShowDayKeith Wood2008-06-121-1/+3
|
* Refactor class names as constantsKeith Wood2008-06-121-34/+33
|
* Correct appendText bug in destroyKeith Wood2008-06-111-34/+22
| | | | Tidy if statements
* Datepicker language file correctionsKeith Wood2008-06-117-71/+64
|
* Dropped blank line at end of header comments.Scott González2008-06-1122-22/+0
|
* core: Added $.widget.defaults.Scott González2008-06-111-3/+9
|
* Resizable fix for this.ui() - Now returns originalElement, element, helper, ↵Eduardo Lundgren2008-06-101-2/+10
| | | | position, size, options, originalSize, originalPosition
* Partial fix for #2538 - still need to add support for optionsRichard Worth2008-06-091-2/+2
|
* Added @VERSIONRichard Worth2008-06-091-1/+1
|
* fixed sliderRichard Worth2008-06-091-0/+1
|
* Fixed draggable bug that affects the droppable critically - ↵Eduardo Lundgren2008-06-091-1/+1
| | | | $.ui.ddmanager.current could not be null
* Removed old rev ids from jQuery svnRichard Worth2008-06-0910-10/+0
|
* Resizable containment bug - fixed #2956Eduardo Lundgren2008-06-091-11/+35
|
* dialog - fixed autoOpen false in Safari for disconnected element - ↵Richard Worth2008-06-091-1/+1
| | | | .appendTo(body) before .hide()
* ui-core: added mouseCapture, replacing the condition feature before. Allows ↵Paul Bakaus2008-06-093-6/+12
| | | | text to be selected in sortables on non-handles.
* whitespace only - newline at EOFRichard Worth2008-06-091-1/+1
|
* fixed typoPaul Bakaus2008-06-081-1/+1
|
* transfer: added optional className optionPaul Bakaus2008-06-081-0/+1
|
* pulsate: correctly pulsates n-times now on show/hidePaul Bakaus2008-06-081-2/+2
|
* slider: fixed IE issue when handles where initialized without defined ↵Paul Bakaus2008-06-081-2/+2
| | | | left/top values
* core: cancel checks for type string before it's usedPaul Bakaus2008-06-082-4/+4
| | | | draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value.
* core: fixed propagation issue that didn't allow resizables and sortables to ↵Paul Bakaus2008-06-081-1/+1
| | | | work together, because the event didn't bubble out.
* dialog - fixed context of button callbacks should be DOMElement, not jQuery ↵Richard Worth2008-06-081-1/+1
| | | | object
* core widget - added explicit disabled: false optionRichard Worth2008-06-081-1/+1
|
* core widget - fail gracefully if unknown method name suppliedRichard Worth2008-06-081-1/+1
|
* draggable,sortable: fixed containment "document", added containment: ↵Paul Bakaus2008-06-072-2/+14
| | | | "window" (fixes #2936,#2171)
* draggable, sortable: fixed issue when handle wasn't working with elements ↵Paul Bakaus2008-06-072-2/+4
| | | | nested in the handle (fixes #2937)
* draggable: fixed cursorAt issue (#2965)Paul Bakaus2008-06-071-4/+5
|
* one more for #2928 - Plugin instances should not be exposed in the ui ↵Richard Worth2008-06-071-2/+0
| | | | parameter of callbacks
* fixed #2928 - Plugin instances should not be exposed in the ui parameter of ↵Richard Worth2008-06-073-3/+0
| | | | callbacks