Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget factory: _trigger will now set event.result if the callback returns a ↵ | Scott González | 2009-01-09 | 1 | -4/+11 |
| | | | | value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped(). | ||||
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 2 | -76/+77 |
| | | | | sortable: fixed sort callback, merged position fixes from draggables | ||||
* | set eol-style to native | Richard Worth | 2009-01-09 | 1 | -18/+18 |
| | |||||
* | datepicker: fixes #3779: added code to detect browser width/height in ↵ | Ca-Phun Ung | 2009-01-08 | 1 | -2/+2 |
| | | | | quirksmode. | ||||
* | sortable,draggable: fixed order and propagation of events (fixes #3658, ↵ | Paul Bakaus | 2009-01-08 | 2 | -36/+39 |
| | | | | #3730 and #3726) | ||||
* | draggable: revert 'invalid/valid' now works with dropping on sortables ↵ | Paul Bakaus | 2009-01-08 | 1 | -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 Bakaus | 2009-01-08 | 1 | -3/+5 |
| | | | | (fixes #3699) | ||||
* | draggable: fixed convertPositionTo (fixes #3710) | Paul Bakaus | 2009-01-08 | 1 | -12/+8 |
| | |||||
* | draggable: re-implemented containment and grid support (fixes #3607) | Paul Bakaus | 2009-01-08 | 1 | -3/+34 |
| | |||||
* | draggable: second partial fix for remaining scroll issues (for the special ↵ | Paul Bakaus | 2009-01-08 | 1 | -10/+13 |
| | | | | case, subtract scrollLeft/scrollTop already in getParentOffset, so calculations become easier in _generatePosition) | ||||
* | Fixed 3764. Malaysian localisation | Keith Wood | 2009-01-08 | 1 | -0/+19 |
| | |||||
* | draggable: partial fix for remaining scroll issues (containment, grid broken ↵ | Paul Bakaus | 2009-01-08 | 1 | -47/+27 |
| | | | | atm, comes with next commit) | ||||
* | draggable,droppable,sortable: properly implemented cssNamespace option ↵ | Paul Bakaus | 2009-01-07 | 3 | -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 Bakaus | 2009-01-07 | 1 | -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 Bakaus | 2009-01-07 | 1 | -4/+4 |
| | |||||
* | effects: improved syntax, arguments, fixes #3674 | Paul Bakaus | 2009-01-07 | 1 | -43/+69 |
| | |||||
* | explode: classed added to later remove temp elements without creating a ↵ | Paul Bakaus | 2009-01-07 | 1 | -2/+2 |
| | | | | scope should have a ui- prefix anyway (fixes #3704) | ||||
* | cancel option should take in account <option> (fixes #3786) | Paul Bakaus | 2009-01-07 | 4 | -4/+4 |
| | |||||
* | Fix for #3767 | Jörn Zaefferer | 2009-01-06 | 1 | -0/+5 |
| | |||||
* | Datepicker i18n: Fixed #3761: Removed the following values: | Scott González | 2009-01-04 | 37 | -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 Ung | 2009-01-04 | 1 | -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 Ung | 2009-01-04 | 38 | -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 Ung | 2009-01-04 | 1 | -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)html | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Richard Worth | 2009-01-03 | 25 | -25/+25 |
| | |||||
* | Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. | Scott González | 2009-01-03 | 1 | -2/+4 |
| | |||||
* | Droppable: Fixed #3727: Use this._trigger for all callbacks/events. | Scott González | 2009-01-03 | 1 | -5/+6 |
| | |||||
* | Draggable: Proper event prefix. | Scott González | 2009-01-03 | 1 | -0/+1 |
| | |||||
* | Dialog: Fixed #3756: Wrong height on every other open. | Scott González | 2009-01-03 | 1 | -0/+1 |
| | |||||
* | Dialog: Fixed #3753: Cleaned ui hash in callbacks. | Scott González | 2009-01-03 | 1 | -5/+5 |
| | |||||
* | Selectable: Fixed #3752: Cleaned up ui hash in callbacks. | Scott González | 2009-01-03 | 1 | -27/+8 |
| | |||||
* | Selectable: Fixed #3729: Use this._trigger for all callbacks. | Scott González | 2009-01-03 | 1 | -16/+16 |
| | |||||
* | Draggable: Partial fix for #3726: Using this._trigger() instead of ↵ | Scott González | 2009-01-03 | 1 | -1/+2 |
| | | | | this.element.triggerHandler(). | ||||
* | Dialog: Fixed #3731: Contain dialogs within the document when dragging. | Scott González | 2009-01-03 | 1 | -0/+1 |
| | |||||
* | Core: Cleaned up warnings. | Scott González | 2009-01-03 | 1 | -1/+2 |
| | |||||
* | Core: Changed $.ui.contains to use the same logic as jQuery's internal ↵ | Scott González | 2009-01-03 | 1 | -9/+3 |
| | | | | contains function. | ||||
* | Widget factory: Updated ._trigger to use new event system in jQuery 1.3. | Scott González | 2009-01-03 | 1 | -4/+11 |
| | |||||
* | datepicker: added a span wrapper to disabled dates for better styling of ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -1/+1 |
| | | | | unselectable days when setting min/max values. | ||||
* | Reverted r1461 | Richard Worth | 2009-01-02 | 1 | -4/+1 |
| | |||||
* | Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger. | Scott González | 2009-01-01 | 1 | -1/+4 |
| | |||||
* | Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | | | | | | '#' anchor This time it works in IE | ||||
* | reverted r1414 as it doesn't work in IE | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Core: Cleaned up whitespace. | Scott González | 2009-01-01 | 1 | -11/+0 |
| | |||||
* | Core: Changed parameter names for selectors. | Scott González | 2009-01-01 | 1 | -8/+8 |
| | |||||
* | Slider: Fixed #3717: Correct event types for callbacks. | Scott González | 2008-12-31 | 1 | -0/+1 |
| | |||||
* | Fixed #3716 - slider: range handles should not be able to cross | Richard Worth | 2008-12-31 | 1 | -8/+18 |
| | |||||
* | Fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2008-12-31 | 1 | -1/+1 |
| | | | | '#' anchor | ||||
* | Fixed #3712 - Month and year dropdown mis-alignment in datepicker | Richard Worth | 2008-12-31 | 1 | -4/+5 |
| | |||||
* | Core: Whitespace only. | Scott González | 2008-12-31 | 1 | -2/+4 |
| | |||||
* | Widget Factory: Check the target in getData and setData events (jQuery 1.3 ↵ | Scott González | 2008-12-31 | 1 | -2/+6 |
| | | | | supports bubbling for custom events). |