Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draggable: removed adding the class ui-draggable in favor of the new data ↵ | Paul Bakaus | 2008-07-14 | 1 | -3/+2 |
| | | | | selector | ||||
* | core: added :data selector that matches elements that have data for a given key. | Paul Bakaus | 2008-07-14 | 2 | -13/+13 |
| | | | | droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2 | ||||
* | Color Picker: Fixed heading and indentation. | Scott González | 2008-07-14 | 1 | -441/+441 |
| | |||||
* | Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51. | Scott González | 2008-07-14 | 1 | -1/+17 |
| | |||||
* | accordion: fixed incosistent accordionchange event arguments ↵ | Jörn Zaefferer | 2008-07-13 | 1 | -4/+3 |
| | | | | (http://dev.jquery.com/ticket/3111) | ||||
* | Dialog: If options.title is empty on init, set it to the title attribute of ↵ | Scott González | 2008-07-12 | 1 | -1/+3 |
| | | | | the dialog element. | ||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-12 | 1 | -1/+1 |
| | | | | no title is provided (after initialization). | ||||
* | Add day-of-year to format and parse date routines | Keith Wood | 2008-07-11 | 1 | -32/+68 |
| | | | | Correct status display | ||||
* | Core: cleaned up $.ui.hasScroll(). | Scott González | 2008-07-11 | 1 | -3/+11 |
| | |||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-11 | 1 | -1/+1 |
| | | | | no title is provided. | ||||
* | Dialog: Fixed #3086: Fixed problem with auto margins in IE. | Scott González | 2008-07-11 | 1 | -5/+5 |
| | |||||
* | Minorl performance improvements at draggable init | Eduardo Lundgren | 2008-07-10 | 1 | -3/+9 |
| | |||||
* | Sortable updateOriginalPosition added | Eduardo Lundgren | 2008-07-10 | 1 | -2/+4 |
| | |||||
* | - moved all default css files into themes/default | Paul Bakaus | 2008-07-10 | 1 | -0/+472 |
| | | | | - added Colorpicker, heavily modified for UI (thanks Stefan!) | ||||
* | core: trigger() needs to be able to return a value from triggerHandler | Paul Bakaus | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fix for arrow key operation (refs #3801) | David Bolter | 2008-07-10 | 1 | -2/+3 |
| | |||||
* | New plugins for 1.6: Fixed headers and indentation. | Scott González | 2008-07-10 | 5 | -532/+546 |
| | |||||
* | Dialog: Use new trigger method from the widget factory. | Scott González | 2008-07-10 | 1 | -21/+5 |
| | |||||
* | Widget factory: Added trigger method for triggering callbacks and events. | Scott González | 2008-07-10 | 1 | -0/+8 |
| | |||||
* | Sortable math accuracy for tolerance pointer - checking the direction before ↵ | Eduardo Lundgren | 2008-07-10 | 1 | -15/+23 |
| | | | | rearrange | ||||
* | Dialog: fixed triggered events. | Scott González | 2008-07-10 | 1 | -4/+16 |
| | |||||
* | Dialog: cleanup. | Scott González | 2008-07-09 | 1 | -15/+27 |
| | |||||
* | Sortable minor intersectWidth maths accuracy | Eduardo Lundgren | 2008-07-09 | 1 | -8/+5 |
| | |||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 6 | -41/+1428 |
| | | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 | ||||
* | 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 3050 Renamed speed to duration, added support for UI effects animations. | Keith Wood | 2008-07-08 | 1 | -44/+65 |
| | | | | | 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: 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 |
| | |||||
* | 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 |