Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sortable: added forcePointerForContainers option (to have another ↵ | Paul Bakaus | 2008-07-09 | 1 | -10/+14 |
| | | | | intersection mode for items, but allow only one container to be activated at the same time), added custom object in options, that holds custom (defined) functions that are called instead of original pieces. Only for advanced developers, currently only supported function: refreshContainers. | ||||
* | Resizable - fixed #3074 | Eduardo Lundgren | 2008-07-08 | 1 | -0/+5 |
| | |||||
* | fixed #3066 - Wrong cursor in dialog title when draggable is false | Richard Worth | 2008-07-08 | 1 | -2/+7 |
| | |||||
* | Fixed 3050 Renamed speed to duration, added support for UI effects animations. | Keith Wood | 2008-07-08 | 2 | -54/+102 |
| | | | | | Added standard date formats as attributes of $.datepicker. Added timestamp metacharacter for date formats. | ||||
* | Fixed 3033 First day is Monday | Keith Wood | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | prevent overriding/changing the actual $.ui.mouse object by extending it - ↵ | Paul Bakaus | 2008-07-07 | 4 | -4/+4 |
| | | | | this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work) | ||||
* | UI Tabs: make sure panels are hidden | Klaus Hartl | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | UI Tabs: added index to ui object passed into event handlers | Klaus Hartl | 2008-07-06 | 1 | -1/+2 |
| | |||||
* | UI Tabs: fixed usage of only an image as tab label | Klaus Hartl | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | Correct readonly handling | Keith Wood | 2008-07-06 | 1 | -2/+15 |
| | | | | | | Display inline range date selection Demonstrate gotoCurrent setting Add alternate style demonstration | ||||
* | Ensure button doesn't submit form | Keith Wood | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | Refactored datepicker to use $.data for instance settings | Keith Wood | 2008-07-06 | 2 | -31/+67 |
| | | | | Added tests for setDate | ||||
* | Added gotoCurrent setting to show currently selected date instead of today | Keith Wood | 2008-07-06 | 1 | -2/+11 |
| | | | | Fixed positioning for right-to-left languages | ||||
* | Refactor to use $.data for instance settings | Keith Wood | 2008-07-06 | 1 | -488/+481 |
| | |||||
* | dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), ↵ | Paul Bakaus | 2008-07-04 | 1 | -3/+5 |
| | | | | implements #2728, fixed a couple jslint warnings | ||||
* | datepicker: stop propagation on the button triggering the datepicker (fixes ↵ | Paul Bakaus | 2008-07-04 | 1 | -0/+2 |
| | | | | #3047) | ||||
* | slider: animate is a bit smoother now - stops the previous animation | Paul Bakaus | 2008-07-03 | 1 | -2/+2 |
| | |||||
* | slider: added animate option: can be simply set to true, or to a multiplier ↵ | Paul Bakaus | 2008-07-03 | 1 | -3/+5 |
| | | | | that makes the animation longer or shorter (higher = longer, shorter = faster) | ||||
* | slider: removed cursor:default on the a wrapper, allows for better styling, ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+1 |
| | | | | changing the cursor of the slider handle (fixes #2854) | ||||
* | draggable: revert option now accepts "invalid", "valid" and true as possible ↵ | Paul Bakaus | 2008-07-03 | 1 | -3/+4 |
| | | | | options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914) | ||||
* | fixed #3061 - dialog buttons not visible without a theme file | Richard Worth | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | droppable: a small performance improvement by not using :visible, and ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+1 |
| | | | | deferring to a simpler syntax of checking for diplay none (fixed bool) | ||||
* | core: use triggerHandler instead of trigger to fire "remove" event - Safari ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+1 |
| | | | | seems to have a native remove event which actually removes DOM elements - very dangerous! (fixes #3037) | ||||
* | slider: browser's default outline isn't shown for the created links (fixes ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+1 |
| | | | | #3029) | ||||
* | droppable: a small performance improvement by not using :visible, and ↵ | Paul Bakaus | 2008-07-03 | 1 | -1/+3 |
| | | | | deferring to a simpler syntax of checking for diplay none | ||||
* | Fixed #3059 - cannot select text in dialog content | Richard Worth | 2008-07-03 | 2 | -2/+8 |
| | |||||
* | Dropabble minor performance changes | Eduardo Lundgren | 2008-07-02 | 1 | -3/+2 |
| | |||||
* | preserve percent values if they are returned in createWrapper | Aaron Eisenberger | 2008-06-30 | 1 | -2/+2 |
| | |||||
* | Dialog - Update resizable dialgos to use helper instead of proxy | Eduardo Lundgren | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | sortable: important restructuring in the sort function - callback and ↵ | Paul Bakaus | 2008-06-30 | 1 | -7/+24 |
| | | | | droppables/intersection now receive proper position information (also fixes #3022) | ||||
* | Sortables performance increased massively - using offsetWidth/offsetHeight ↵ | Eduardo Lundgren | 2008-06-30 | 1 | -2/+2 |
| | | | | to refreshPostions instead of outerWidth/outerHeight | ||||
* | draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002 | Paul Bakaus | 2008-06-30 | 1 | -0/+1 |
| | |||||
* | New tests for invocation, mouse interactions, alternate field, status, ↵ | Keith Wood | 2008-06-30 | 2 | -211/+505 |
| | | | | localisation | ||||
* | Ensure datepicker is initially hidden | Keith Wood | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | Sortable - fixed #3048 | Eduardo Lundgren | 2008-06-29 | 1 | -2/+2 |
| | |||||
* | fixed #3012 - Dialog causing iframe load event to fire in firefox 2 | Richard Worth | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | fixed #3041 - Catalan localization | Richard Worth | 2008-06-28 | 1 | -2/+2 |
| | |||||
* | Avoid IE memory leak on enableSelection, disableSelection methods. | Eduardo Lundgren | 2008-06-27 | 1 | -8/+4 |
| | |||||
* | Accordion: Fixed parameters in dispatched events. | Scott González | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | Tabs: Fixed parameters in dispatched events. | Scott González | 2008-06-27 | 1 | -8/+14 |
| | |||||
* | demos - typos | Richard Worth | 2008-06-27 | 2 | -2/+2 |
| | |||||
* | set version to 1.5.2pre | Richard Worth | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | restored test image from [236] - still referenced in a few test files. | Richard Worth | 2008-06-27 | 1 | -0/+0 |
| | |||||
* | Product slider real-world demo css fix | Eduardo Lundgren | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | changed version.txt to 1.5.11.5.1 | Paul Bakaus | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed #3032: Calling open on an already open dialog no longer causes ↵ | Scott González | 2008-06-26 | 1 | -0/+7 |
| | | | | problems. | ||||
* | add a couple more options to scale functional tests | Aaron Eisenberger | 2008-06-26 | 1 | -2/+4 |
| | |||||
* | better descriptions for scale & size | Aaron Eisenberger | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | typo | Aaron Eisenberger | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | include top,left in restore props until I can figure out a better way to ↵ | Aaron Eisenberger | 2008-06-26 | 1 | -1/+1 |
| | | | | keep positions for relative sizing |