Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sortable: $.ui.plugin is not used anymore (fixes #3725) | Paul Bakaus | 2009-01-16 | 2 | -119/+89 |
| | | | | droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options | ||||
* | Fixed #3723 - Fix the ui.options reference | Eduardo Lundgren | 2009-01-16 | 1 | -6/+6 |
| | |||||
* | effects: fix #3857 | Chi Cheng | 2009-01-16 | 1 | -3/+3 |
| | |||||
* | droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723) | Paul Bakaus | 2009-01-16 | 1 | -37/+6 |
| | |||||
* | UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker) | Klaus Hartl | 2009-01-16 | 1 | -3/+6 |
| | |||||
* | Fixed #3058 | Eduardo Lundgren | 2009-01-16 | 1 | -2/+10 |
| | |||||
* | Fixed #3843 | Eduardo Lundgren | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Fixed #3842 | Eduardo Lundgren | 2009-01-16 | 1 | -2/+17 |
| | |||||
* | Fixed #3841 - check for $.isFunction before trigger | Eduardo Lundgren | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Fixed #3077 (Selectable cannot be selected by click) | Richard Worth | 2009-01-16 | 1 | -6/+16 |
| | |||||
* | Sortable: Fixed _trigger method. | Scott González | 2009-01-16 | 1 | -2/+5 |
| | |||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 10 | -172/+111 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 10 | -111/+172 |
| | |||||
* | Draggable: Fixed # 3808: Setting default opacity to null (preserve current ↵ | Scott González | 2009-01-15 | 1 | -1/+1 |
| | | | | opacity). | ||||
* | Widget factory: Fixed event triggering (again). | Scott González | 2009-01-15 | 2 | -16/+13 |
| | | | | Draggable: To modify the position during drag, you now set ui.position instead of returning new coords. | ||||
* | Fixed 3805. Greek localisation | Keith Wood | 2009-01-15 | 1 | -0/+19 |
| | |||||
* | Draggable: Fixed connectToSortable option. | Scott González | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Fold: Fixed duration. | Scott González | 2009-01-14 | 1 | -2/+3 |
| | |||||
* | Pulsate: Fixed duration. | Scott González | 2009-01-14 | 1 | -5/+6 |
| | |||||
* | Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3). | Scott González | 2009-01-14 | 1 | -16/+2 |
| | |||||
* | Dialog: Fixed #3813: Ensure the content is visible during init. | Scott González | 2009-01-14 | 1 | -0/+1 |
| | |||||
* | Draggable: Reverted r1597 - no idea if there are cases that need to be ↵ | Scott González | 2009-01-13 | 1 | -0/+1 |
| | | | | handled that aren't in the test suite. | ||||
* | Draggable: Removed unnecessary setting of this.positionAbs in _trigger. | Scott González | 2009-01-13 | 1 | -1/+0 |
| | |||||
* | slider: implemented auto orientation, removed _orientation() in favor of ↵ | Paul Bakaus | 2009-01-12 | 1 | -33/+28 |
| | | | | this.orientation, saved some bytes by o=this.options in _init | ||||
* | slider: formatting | Paul Bakaus | 2009-01-12 | 1 | -14/+37 |
| | |||||
* | UI Tabs: fixed incorrectly named argument in try/catch block | Klaus Hartl | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | UI Tabs: allow initializing an empty list, fixes #3683 | Klaus Hartl | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | UI Tabs: fixed a bunch of problems that were introduced with the new markup, ↵ | Klaus Hartl | 2009-01-10 | 1 | -10/+8 |
| | | | | fixes #3734, #3795 | ||||
* | UI Tabs: reviewed code to handle hover/focus states: needs to take disabling ↵ | Klaus Hartl | 2009-01-10 | 1 | -21/+14 |
| | | | | into account, namespaced events, to be destroyed | ||||
* | core: fixed _trigger not modifing the original event with event.result | Paul Bakaus | 2009-01-09 | 2 | -2/+2 |
| | | | | sortable: use event.result to listen for a return false | ||||
* | sortable: don't copy content from the original item into the placeholder ↵ | Paul Bakaus | 2009-01-09 | 1 | -8/+7 |
| | | | | anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback | ||||
* | 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 |
| |