aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ↵Paul Bakaus2008-09-182-2/+2
| | | | | | actual droppable (instead of true) in the case of a drop. draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)
* dragging handle won't fire onunload event anymore (fixes #3228)Paul Bakaus2008-09-181-1/+2
|
* sortable: default value for forcePlaceholderSizePaul Bakaus2008-09-161-1/+2
|
* sortable: Refactored a bunch of stuff, moved over some fixes from draggablePaul Bakaus2008-09-161-12/+37
|
* draggable, resizable, sortable: proper usage of _mouseCapture, fixes ↵Paul Bakaus2008-09-163-7/+24
| | | | interaction issues when many plugins are used on the same element (Fixes #3164)
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-164-11/+15
|
* draggable: destroy method now properly removes the class ui-draggable (Fixes ↵Paul Bakaus2008-09-161-1/+1
| | | | 3424)
* core: hasScroll now checks for overflow hidden, since then the users wants ↵Paul Bakaus2008-09-162-2/+7
| | | | | | scroll to be hidden draggable: containment respects overflow hidden (fixes #3328)
* datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)Paul Bakaus2008-09-161-10/+10
|
* use $.isFunction instead of checking the constructorPaul Bakaus2008-09-161-2/+2
|
* Setting data.accept now works fine (Fixes #3386)Paul Bakaus2008-09-151-0/+13
|
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-153-65/+297
| | | | - added many new tests to draggable, especially related to scrolling and helper clone
* Dialog: Reordered functions.Scott González2008-09-141-164/+164
|
* Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.Scott González2008-09-141-21/+26
|
* Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.Scott González2008-09-141-29/+45
|
* Dialog: Partial fix for #3327: When opening a dialog, give focus to the ↵Scott González2008-09-111-0/+1
| | | | first tabbable element inside the dialog.
* Fixes #3342, prevents bubbling (and default key behaviour) for slider based ↵David Bolter2008-09-111-1/+3
| | | | key events.
* build:jquery.ui.i18n.all.jsChi Cheng2008-09-101-0/+10
|
* UI Tabs: fixed cookie name generation which wasn't based on DOM element any ↵Klaus Hartl2008-09-091-2/+6
| | | | longer after change in this.element, update cookie after init/add/destroy (fixes #3015)
* Spinner: added an init callback which exposes the addItem method for dynamic ↵Ca-Phun Ung2008-09-092-3/+56
| | | | population of spinner via an external objects.
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
|
* Widget factory: Prevent calling non-existent methods.Scott González2008-09-071-1/+1
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-073-60/+78
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-072-2/+16
|
* Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.Scott González2008-09-061-1/+24
|
* Core: Improved :tabbable selectorScott González2008-09-063-5/+152
| | | | | | | | - check tabindex >= 0 instead of != -1 - check anchor tags for href - check for hidden input types - check styles (display and visibility; self and ancestors) Added tests for :tabbable selector
* Core: Added :tabbable selector to find elements that participate in the ↵Scott González2008-09-051-4/+23
| | | | tabbing order.
* Core: Converted :data selector to a function.Scott González2008-09-051-1/+3
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-0427-27/+27
|
* layout demo: further bugfixing in IE; set handle for draggables to be ↵Jörn Zaefferer2008-09-033-6/+7
| | | | consistent with sortables
* layout demo: update up/down controls when adding elements from toolboxJörn Zaefferer2008-09-031-9/+19
|
* layout demo: exclude trash for new componentsJörn Zaefferer2008-09-031-1/+1
|
* draggable: removing loggingJörn Zaefferer2008-09-031-1/+0
|
* layout demo: add new components via cloned draggables, connected to sortablesJörn Zaefferer2008-09-034-5/+24
|
* draggable: sortable.refreshItems got renamed to _refreshItemsJörn Zaefferer2008-09-031-1/+2
|
* layout demo: fixed positioning of add-button, border-top of header got ↵Jörn Zaefferer2008-09-033-4/+7
| | | | messed up in IE
* layout demo: minor js refactoring; decreased duration of loading overlay, ↵Jörn Zaefferer2008-09-034-9/+14
| | | | improved indicator position, fixed overlay in IE (100% height for html and body)
* Dialog: Fixed #3259: Remove title attribute from dialog elements on init.Scott González2008-09-031-1/+5
|
* Widget factory: Fixed #3275: Prevent multiple instantiations of the same ↵Scott González2008-09-021-5/+8
| | | | plugin on a single element.
* sortable: fixed toArray methodPaul Bakaus2008-09-021-1/+1
|
* Spinner: corrected a bug in functional demo (enable/disable switched) and ↵Ca-Phun Ung2008-09-023-811/+871
| | | | added spinner styles to the default theme.
* draggable: wrong class when trying to remove iframeFix divs (fixes #3161)Paul Bakaus2008-09-011-1/+1
|
* Add icons for controlsKeith Wood2008-08-314-2/+4
|
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-302-21/+19
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-302-12/+22
|
* Core: Fixed #3257: Added option method to widget factory.Scott González2008-08-271-4/+31
|
* Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if ↵Scott González2008-08-271-4/+4
| | | | closeOnEscape is set to false.
* Sortable: fix wrong patameter in toArrayChi Cheng2008-08-261-1/+1
|
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
|
* spinner: Included support for generic objects - currently only supports ↵Ca-Phun Ung2008-08-262-7/+72
| | | | <ul>. See visual test (#s4) for example usage. Needs more work...