aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* sortable: added forcePointerForContainers option (to have another ↵Paul Bakaus2008-07-091-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 #3074Eduardo Lundgren2008-07-081-0/+5
|
* Fixed 3050 Renamed speed to duration, added support for UI effects animations.Keith Wood2008-07-081-44/+65
| | | | | Added standard date formats as attributes of $.datepicker. Added timestamp metacharacter for date formats.
* Fixed 3033 First day is MondayKeith Wood2008-07-081-1/+1
|
* prevent overriding/changing the actual $.ui.mouse object by extending it - ↵Paul Bakaus2008-07-074-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 handlersKlaus Hartl2008-07-061-1/+2
|
* UI Tabs: fixed usage of only an image as tab labelKlaus Hartl2008-07-061-1/+1
|
* Added gotoCurrent setting to show currently selected date instead of todayKeith Wood2008-07-061-2/+11
| | | | Fixed positioning for right-to-left languages
* Refactor to use $.data for instance settingsKeith Wood2008-07-061-488/+481
|
* dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), ↵Paul Bakaus2008-07-041-3/+5
| | | | implements #2728, fixed a couple jslint warnings
* datepicker: stop propagation on the button triggering the datepicker (fixes ↵Paul Bakaus2008-07-041-0/+2
| | | | #3047)
* slider: animate is a bit smoother now - stops the previous animationPaul Bakaus2008-07-031-2/+2
|
* slider: added animate option: can be simply set to true, or to a multiplier ↵Paul Bakaus2008-07-031-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 Bakaus2008-07-031-1/+1
| | | | changing the cursor of the slider handle (fixes #2854)
* draggable: revert option now accepts "invalid", "valid" and true as possible ↵Paul Bakaus2008-07-031-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 fileRichard Worth2008-07-031-1/+1
|
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-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 Bakaus2008-07-031-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 Bakaus2008-07-031-1/+1
| | | | #3029)
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-1/+3
| | | | deferring to a simpler syntax of checking for diplay none
* Fixed #3059 - cannot select text in dialog contentRichard Worth2008-07-032-2/+8
|
* Dropabble minor performance changesEduardo Lundgren2008-07-021-3/+2
|
* preserve percent values if they are returned in createWrapper Aaron Eisenberger2008-06-301-2/+2
|
* Dialog - Update resizable dialgos to use helper instead of proxyEduardo Lundgren2008-06-301-1/+1
|
* sortable: important restructuring in the sort function - callback and ↵Paul Bakaus2008-06-301-7/+24
| | | | droppables/intersection now receive proper position information (also fixes #3022)
* Sortables performance increased massively - using offsetWidth/offsetHeight ↵Eduardo Lundgren2008-06-301-2/+2
| | | | to refreshPostions instead of outerWidth/outerHeight
* draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002Paul Bakaus2008-06-301-0/+1
|
* Ensure datepicker is initially hiddenKeith Wood2008-06-301-1/+1
|
* Sortable - fixed #3048Eduardo Lundgren2008-06-291-2/+2
|
* fixed #3012 - Dialog causing iframe load event to fire in firefox 2Richard Worth2008-06-281-1/+1
|
* fixed #3041 - Catalan localizationRichard Worth2008-06-281-2/+2
|
* Avoid IE memory leak on enableSelection, disableSelection methods.Eduardo Lundgren2008-06-271-8/+4
|
* Accordion: Fixed parameters in dispatched events.Scott González2008-06-271-1/+1
|
* Tabs: Fixed parameters in dispatched events.Scott González2008-06-271-8/+14
|
* Dialog: Fixed #3032: Calling open on an already open dialog no longer causes ↵Scott González2008-06-261-0/+7
| | | | problems.
* typoAaron Eisenberger2008-06-261-1/+1
|
* include top,left in restore props until I can figure out a better way to ↵Aaron Eisenberger2008-06-261-1/+1
| | | | keep positions for relative sizing
* add scale toggle and size to functional demos + move origin calculations to sizeAaron Eisenberger2008-06-261-9/+10
|
* fix options clone (#2967)Aaron Eisenberger2008-06-261-2/+2
|
* removing true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 ↵Aaron Eisenberger2008-06-261-2/+2
| | | | - unresolved bug still exists in dimension)
* typo in createWrapper (fixes #2974 fixes #2975)Aaron Eisenberger2008-06-261-1/+1
|
* sortable: update callback wass not called everytime (fixes #3028)Paul Bakaus2008-06-261-1/+1
|
* slider: range can now be toggled on-the-fly (fixes #3004)Paul Bakaus2008-06-261-0/+10
|
* fixed #3010Paul Bakaus2008-06-261-1/+1
|
* resizable, selectable, sortable: changed cancel default to ':input' instead ↵Richard Worth2008-06-263-3/+3
| | | | of (redundant) ':input,button'
* sortable: update callback wass not called everytime (fixes #3028)Paul Bakaus2008-06-261-3/+2
|
* sortable: fixed serialize issue when a key was specified as option, but no ↵Paul Bakaus2008-06-261-1/+1
| | | | custom expression
* css method - change class id name for generated divEduardo Lundgren2008-06-261-1/+1
|
* alsoResize option bug fixesEduardo Lundgren2008-06-261-1/+2
|
* Fixed #2996Eduardo Lundgren2008-06-261-19/+19
|