Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slider: check in the destroy method if a handle actually exists or not, ↵ | Paul Bakaus | 2008-06-19 | 1 | -5/+11 |
| | | | | before calling removal functions (fixes #2987) | ||||
* | sortable: the options.items callback now receives null as first argument, a ↵ | Paul Bakaus | 2008-06-19 | 1 | -1/+1 |
| | | | | limited ui object as the second. | ||||
* | Dialog - fixed #3017 | Eduardo Lundgren | 2008-06-18 | 1 | -6/+12 |
| | |||||
* | Draggable: Changed mouse's cancel option from ":input,button" to ":input" ↵ | Scott González | 2008-06-18 | 1 | -1/+1 |
| | | | | (button is redundant). | ||||
* | Fixed #3016 - Distance option default | Richard Worth | 2008-06-18 | 3 | -3/+3 |
| | |||||
* | Missed highlightWeek setting default | Keith Wood | 2008-06-18 | 1 | -0/+1 |
| | |||||
* | dialog - added dragHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | dialog - added resizeHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | Fixed 2371 Datepicker showing "off page" behaves strangely | Keith Wood | 2008-06-17 | 1 | -19/+24 |
| | |||||
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -2/+7 |
| | |||||
* | Fixed 2593 Datepicker using months instead of prev and next | Keith Wood | 2008-06-17 | 1 | -7/+16 |
| | |||||
* | use el[0] instead of this for callback | Aaron Eisenberger | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | clip effect should be animating the wrapper | Aaron Eisenberger | 2008-06-16 | 1 | -5/+5 |
| | |||||
* | Fixed #2658 Next link shows > when hideIfNoPrevNext is true | Keith Wood | 2008-06-16 | 1 | -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 Bakaus | 2008-06-16 | 1 | -12/+14 |
| | | | | callback, allowing the helper to be resized in the start callback (fixes #3000) | ||||
* | Allow folding to occur horizontally first | Keith Wood | 2008-06-16 | 1 | -3/+7 |
| | |||||
* | Allow relative dates with multiple periods | Keith Wood | 2008-06-16 | 1 | -7/+8 |
| | |||||
* | Fix onClose bug for ranges in IE | Keith Wood | 2008-06-13 | 1 | -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 Bakaus | 2008-06-13 | 1 | -0/+1 |
| | | | | sortable: added default value for helper ("clone") | ||||
* | #2876 Fire event on change of month/year | Keith Wood | 2008-06-12 | 1 | -0/+13 |
| | |||||
* | Allow setting of cell title via beforeShowDay | Keith Wood | 2008-06-12 | 1 | -1/+3 |
| | |||||
* | Refactor class names as constants | Keith Wood | 2008-06-12 | 1 | -34/+33 |
| | |||||
* | Correct appendText bug in destroy | Keith Wood | 2008-06-11 | 1 | -34/+22 |
| | | | | Tidy if statements | ||||
* | Datepicker language file corrections | Keith Wood | 2008-06-11 | 7 | -71/+64 |
| | |||||
* | Dropped blank line at end of header comments. | Scott González | 2008-06-11 | 22 | -22/+0 |
| | |||||
* | core: Added $.widget.defaults. | Scott González | 2008-06-11 | 1 | -3/+9 |
| | |||||
* | Resizable fix for this.ui() - Now returns originalElement, element, helper, ↵ | Eduardo Lundgren | 2008-06-10 | 1 | -2/+10 |
| | | | | position, size, options, originalSize, originalPosition | ||||
* | Partial fix for #2538 - still need to add support for options | Richard Worth | 2008-06-09 | 1 | -2/+2 |
| | |||||
* | Added @VERSION | Richard Worth | 2008-06-09 | 1 | -1/+1 |
| | |||||
* | fixed slider | Richard Worth | 2008-06-09 | 1 | -0/+1 |
| | |||||
* | Fixed draggable bug that affects the droppable critically - ↵ | Eduardo Lundgren | 2008-06-09 | 1 | -1/+1 |
| | | | | $.ui.ddmanager.current could not be null | ||||
* | Removed old rev ids from jQuery svn | Richard Worth | 2008-06-09 | 10 | -10/+0 |
| | |||||
* | Resizable containment bug - fixed #2956 | Eduardo Lundgren | 2008-06-09 | 1 | -11/+35 |
| | |||||
* | dialog - fixed autoOpen false in Safari for disconnected element - ↵ | Richard Worth | 2008-06-09 | 1 | -1/+1 |
| | | | | .appendTo(body) before .hide() | ||||
* | ui-core: added mouseCapture, replacing the condition feature before. Allows ↵ | Paul Bakaus | 2008-06-09 | 3 | -6/+12 |
| | | | | text to be selected in sortables on non-handles. | ||||
* | whitespace only - newline at EOF | Richard Worth | 2008-06-09 | 1 | -1/+1 |
| | |||||
* | fixed typo | Paul Bakaus | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | transfer: added optional className option | Paul Bakaus | 2008-06-08 | 1 | -0/+1 |
| | |||||
* | pulsate: correctly pulsates n-times now on show/hide | Paul Bakaus | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | slider: fixed IE issue when handles where initialized without defined ↵ | Paul Bakaus | 2008-06-08 | 1 | -2/+2 |
| | | | | left/top values | ||||
* | core: cancel checks for type string before it's used | Paul Bakaus | 2008-06-08 | 2 | -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 Bakaus | 2008-06-08 | 1 | -1/+1 |
| | | | | work together, because the event didn't bubble out. | ||||
* | dialog - fixed context of button callbacks should be DOMElement, not jQuery ↵ | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | | | | object | ||||
* | core widget - added explicit disabled: false option | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | core widget - fail gracefully if unknown method name supplied | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | draggable,sortable: fixed containment "document", added containment: ↵ | Paul Bakaus | 2008-06-07 | 2 | -2/+14 |
| | | | | "window" (fixes #2936,#2171) | ||||
* | draggable, sortable: fixed issue when handle wasn't working with elements ↵ | Paul Bakaus | 2008-06-07 | 2 | -2/+4 |
| | | | | nested in the handle (fixes #2937) | ||||
* | draggable: fixed cursorAt issue (#2965) | Paul Bakaus | 2008-06-07 | 1 | -4/+5 |
| | |||||
* | one more for #2928 - Plugin instances should not be exposed in the ui ↵ | Richard Worth | 2008-06-07 | 1 | -2/+0 |
| | | | | parameter of callbacks | ||||
* | fixed #2928 - Plugin instances should not be exposed in the ui parameter of ↵ | Richard Worth | 2008-06-07 | 3 | -3/+0 |
| | | | | callbacks |