| Commit message (Expand) | Author | Age | Files | Lines |
* | Widget factory: Added support for deep extending multiple option hashes on init. | Scott González | 2009-08-28 | 1 | -1/+1 |
* | Widget factory: Support passing multiple option hashes on init. Fixes #4784. | Scott González | 2009-08-26 | 1 | -0/+5 |
* | Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioni... | Scott González | 2009-08-26 | 1 | -2/+0 |
* | draggable, sortable: include originalPosition in ui hash, implements #3782 | Paul Bakaus | 2009-08-23 | 2 | -0/+2 |
* | sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991 | Paul Bakaus | 2009-08-22 | 1 | -1/+0 |
* | sortable: toArray/serialize should not include the placeholder, fixes #4138 | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
* | droppable: greedy childs that dont accept the draggable dont block propagatio... | Paul Bakaus | 2009-08-22 | 1 | -4/+7 |
* | draggable: scope option failed when no droppables within that scope exist, fi... | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
* | draggable: position and offset were undefined in start callback, fixes #4380 | Paul Bakaus | 2009-08-22 | 1 | -2/+2 |
* | draggable: made stack accept a selector instead of a complex hash, min value ... | Paul Bakaus | 2009-08-22 | 1 | -5/+6 |
* | draggable: direct removal of draggable element on drop event doesnt make used... | Paul Bakaus | 2009-08-21 | 1 | -0/+4 |
* | Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793 | Chi Cheng | 2009-08-19 | 3 | -5/+5 |
* | accordion: Fix for #4695, refactored | Jörn Zaefferer | 2009-08-11 | 1 | -2/+1 |
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 1 | -4/+3 |
* | accordion: fix for #4436 | Jörn Zaefferer | 2009-08-11 | 1 | -1/+1 |
* | Fixed accordion option active getter and setter. Normalized getter to number,... | Richard Worth | 2009-08-11 | 1 | -0/+6 |
* | accordion: fix for #4754; related tests were failing before, fixed them, too ... | Jörn Zaefferer | 2009-08-06 | 1 | -1/+1 |
* | draggable: inline comment to clarify some odd check | Jörn Zaefferer | 2009-08-06 | 1 | -0/+1 |
* | datepicker i18n: missing comma (syntax checking editors are great) | Jörn Zaefferer | 2009-08-06 | 1 | -1/+1 |
* | Added zIndex method. Fixes #4709 - Add zIndex setter/getter method. | Scott González | 2009-08-05 | 1 | -0/+20 |
* | Slider: Create a copy of the options.values array for the return value of _va... | Scott González | 2009-08-04 | 1 | -1/+3 |
* | Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize. | Scott González | 2009-08-04 | 1 | -5/+5 |
* | Dialog: Support hash, array, string for cursorAt option. Use position plugin... | Scott González | 2009-08-03 | 1 | -45/+40 |
* | Position: fixed comment wording. | Scott González | 2009-08-03 | 1 | -2/+2 |
* | Sortable: Support hash, array, string for cursorAt option. Partial fix for #... | Scott González | 2009-08-03 | 1 | -6/+19 |
* | Draggable: Support hash, array, string for cursorAt option. Partial fix for ... | Scott González | 2009-08-03 | 1 | -6/+19 |
* | Position: set "at" option while align to cursor, fixes collision:flip not wor... | Chi Cheng | 2009-08-02 | 1 | -1/+2 |
* | Position: set "at" option while align to cursor, fixes collision:flip not wor... | Chi Cheng | 2009-08-02 | 1 | -0/+1 |
* | Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ac... | Scott González | 2009-07-31 | 1 | -6/+10 |
* | Position: Removed default options hash. | Scott González | 2009-07-31 | 1 | -7/+2 |
* | Position: Allow without "at" option passed. (Not need it when align to cursor.) | Chi Cheng | 2009-07-30 | 1 | -1/+1 |
* | Position: Allow without "at" option passed. (Not need it when align to cursor.) | Chi Cheng | 2009-07-30 | 1 | -1/+1 |
* | Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker | Keith Wood | 2009-07-29 | 47 | -4/+69 |
* | Datepicker: Default duration changed | Keith Wood | 2009-07-29 | 1 | -1/+1 |
* | sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!) | Paul Bakaus | 2009-07-28 | 1 | -29/+51 |
* | Effects: handle switch parameter in toggleClass, fixes #4722 | Chi Cheng | 2009-07-27 | 1 | -2/+12 |
* | Position: rollback | Chi Cheng | 2009-07-27 | 1 | -4/+4 |
* | position: add document link; values should be string but not defaultValue var... | Chi Cheng | 2009-07-26 | 1 | -5/+5 |
* | position: make it work without ui.core.js | Chi Cheng | 2009-07-25 | 1 | -3/+6 |
* | Stackfix: restrict version test to IE version | Chi Cheng | 2009-07-25 | 1 | -2/+2 |
* | Copied position plugin from /branches/dev/positionTo r2971. | Scott González | 2009-07-24 | 1 | -0/+227 |
* | Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ... | Scott González | 2009-07-24 | 1 | -2/+2 |
* | Dialog: Update position option after drag. Fixes #4679 - Dialogs should reme... | Scott González | 2009-07-23 | 1 | -1/+4 |
* | Datepicker: Fixed #4691 Datepicker positioning is off if the window has almos... | Keith Wood | 2009-07-22 | 1 | -2/+4 |
* | Datepicker: Fixed #3891 Autosize input field | Keith Wood | 2009-07-22 | 1 | -1/+30 |
* | Datepicker: Fixed #4684 Datepicker bug when textbox id contains '$' | Keith Wood | 2009-07-22 | 1 | -1/+1 |
* | Datepicker: Fixed #4647 setDate cannot be called multiple times | Keith Wood | 2009-07-22 | 1 | -1/+2 |
* | Highlight effect: refactor. | Scott González | 2009-07-21 | 1 | -28/+30 |
* | Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable n... | Scott González | 2009-07-21 | 1 | -0/+1 |
* | Dialog: Removed drag and resize option handling from setDataSwitch hash (lega... | Scott González | 2009-07-16 | 1 | -7/+1 |