aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Widget factory: _trigger will now set event.result if the callback returns a ↵Scott González2009-01-091-4/+11
| | | | value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped().
* draggable: removed unneeded comment blockPaul Bakaus2009-01-092-76/+77
| | | | sortable: fixed sort callback, merged position fixes from draggables
* set eol-style to nativeRichard Worth2009-01-091-18/+18
|
* datepicker: fixes #3779: added code to detect browser width/height in ↵Ca-Phun Ung2009-01-081-2/+2
| | | | quirksmode.
* sortable,draggable: fixed order and propagation of events (fixes #3658, ↵Paul Bakaus2009-01-082-36/+39
| | | | #3730 and #3726)
* draggable: revert 'invalid/valid' now works with dropping on sortables ↵Paul Bakaus2009-01-081-6/+18
| | | | (fixes #3556), beautified demo of connectToSortable demonstrating the reverts on both draggable and sortable
* draggable: if cursorAt was used, revert was reverting to the wrong position ↵Paul Bakaus2009-01-081-3/+5
| | | | (fixes #3699)
* draggable: fixed convertPositionTo (fixes #3710)Paul Bakaus2009-01-081-12/+8
|
* draggable: re-implemented containment and grid support (fixes #3607)Paul Bakaus2009-01-081-3/+34
|
* draggable: second partial fix for remaining scroll issues (for the special ↵Paul Bakaus2009-01-081-10/+13
| | | | case, subtract scrollLeft/scrollTop already in getParentOffset, so calculations become easier in _generatePosition)
* Fixed 3764. Malaysian localisationKeith Wood2009-01-081-0/+19
|
* draggable: partial fix for remaining scroll issues (containment, grid broken ↵Paul Bakaus2009-01-081-47/+27
| | | | atm, comes with next commit)
* draggable,droppable,sortable: properly implemented cssNamespace option ↵Paul Bakaus2009-01-073-17/+18
| | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
* datepicker: prev/next buttons were bumping in disabled state due to :hover ↵Paul Bakaus2009-01-071-1/+5
| | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
* accordion: all classes added should have a 'ui-' prefix (fixes #3705)Paul Bakaus2009-01-071-4/+4
|
* effects: improved syntax, arguments, fixes #3674Paul Bakaus2009-01-071-43/+69
|
* explode: classed added to later remove temp elements without creating a ↵Paul Bakaus2009-01-071-2/+2
| | | | scope should have a ui- prefix anyway (fixes #3704)
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-074-4/+4
|
* Fix for #3767Jörn Zaefferer2009-01-061-0/+5
|
* Datepicker i18n: Fixed #3761: Removed the following values:Scott González2009-01-0437-373/+189
| | | | | | | | | | | | | | | | | | closeStatus prevStatus prevBigText prevBigStatus nextStatus nextBigText nextBigStatus currentStatus monthStatus yearStatus weekHeader weekStatus dayStatus dateStatus initStatus
* datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵Ca-Phun Ung2009-01-041-3/+15
| | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this.
* datepicker: fixes #3755 [clearText option exists but not used.]: removed ↵Ca-Phun Ung2009-01-0438-40/+0
| | | | clearText and clearStatus from ui.datepicker.js and related i18n files.
* datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the ↵Ca-Phun Ung2009-01-041-23/+5
| | | | _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7.
* ui.core.js: corrected invalid (x)htmlRichard Worth2009-01-031-1/+1
|
* Happy New YearRichard Worth2009-01-0325-25/+25
|
* Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks.Scott González2009-01-031-2/+4
|
* Droppable: Fixed #3727: Use this._trigger for all callbacks/events.Scott González2009-01-031-5/+6
|
* Draggable: Proper event prefix.Scott González2009-01-031-0/+1
|
* Dialog: Fixed #3756: Wrong height on every other open.Scott González2009-01-031-0/+1
|
* Dialog: Fixed #3753: Cleaned ui hash in callbacks.Scott González2009-01-031-5/+5
|
* Selectable: Fixed #3752: Cleaned up ui hash in callbacks.Scott González2009-01-031-27/+8
|
* Selectable: Fixed #3729: Use this._trigger for all callbacks.Scott González2009-01-031-16/+16
|
* Draggable: Partial fix for #3726: Using this._trigger() instead of ↵Scott González2009-01-031-1/+2
| | | | this.element.triggerHandler().
* Dialog: Fixed #3731: Contain dialogs within the document when dragging.Scott González2009-01-031-0/+1
|
* Core: Cleaned up warnings.Scott González2009-01-031-1/+2
|
* Core: Changed $.ui.contains to use the same logic as jQuery's internal ↵Scott González2009-01-031-9/+3
| | | | contains function.
* Widget factory: Updated ._trigger to use new event system in jQuery 1.3.Scott González2009-01-031-4/+11
|
* datepicker: added a span wrapper to disabled dates for better styling of ↵Ca-Phun Ung2009-01-021-1/+1
| | | | unselectable days when setting min/max values.
* Reverted r1461Richard Worth2009-01-021-4/+1
|
* Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.Scott González2009-01-011-1/+4
|
* Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵Richard Worth2009-01-011-1/+1
| | | | | | '#' anchor This time it works in IE
* reverted r1414 as it doesn't work in IERichard Worth2009-01-011-1/+1
|
* Core: Cleaned up whitespace.Scott González2009-01-011-11/+0
|
* Core: Changed parameter names for selectors.Scott González2009-01-011-8/+8
|
* Slider: Fixed #3717: Correct event types for callbacks.Scott González2008-12-311-0/+1
|
* Fixed #3716 - slider: range handles should not be able to crossRichard Worth2008-12-311-8/+18
|
* Fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵Richard Worth2008-12-311-1/+1
| | | | '#' anchor
* Fixed #3712 - Month and year dropdown mis-alignment in datepickerRichard Worth2008-12-311-4/+5
|
* Core: Whitespace only.Scott González2008-12-311-2/+4
|
* Widget Factory: Check the target in getData and setData events (jQuery 1.3 ↵Scott González2008-12-311-2/+6
| | | | supports bubbling for custom events).