aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests: removed background image from slider unit testsRichard Worth2008-11-122-4/+4
|
* Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵Richard Worth2008-11-121-1/+2
| | | | undefined"
* tests: cleanup and consistency with defaults testsRichard Worth2008-11-1210-225/+356
|
* default theme: whitespace and formattingRichard Worth2008-11-121-200/+200
|
* default theme: whitespace and formattingRichard Worth2008-11-121-37/+7
|
* Removed colorpicker and autocomplete from default themeRichard Worth2008-11-1213-241/+0
|
* Removed references to colorpicker from trunkRichard Worth2008-11-123-4/+0
|
* Moved colorpicker to experimental branchRichard Worth2008-11-123-871/+0
|
* (no commit message)Richard Worth2008-11-111-1/+1
|
* Added new test suite for common tests across all UI pluginsRichard Worth2008-11-112-0/+79
|
* Show controls as iconsKeith Wood2008-11-115-13/+2
| | | | Remove alternate styling example
* Core: Change arguments name for isOver* methods.Eduardo Lundgren2008-11-101-6/+6
|
* implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 ↵Paul Bakaus2008-11-101-0/+6
| | | | in Jquery's trac)
* Core: Change comments for the new methodsEduardo Lundgren2008-11-101-3/+3
|
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-104-13/+15
|
* Draggable: Avoid conflict with droppable $.ui.intersect. Now using ↵Eduardo Lundgren2008-11-101-1/+1
| | | | $.ui.intersects.
* Core: Avoid conflict with droppable $.ui.instersect method. Core changed ↵Eduardo Lundgren2008-11-101-1/+1
| | | | name to $.ui.intersects.
* Draggable: Using the new core intersect method on connectToSortable.Eduardo Lundgren2008-11-101-133/+132
|
* Sortable: Using the new core intersectHeight/intersectWidth methods.Eduardo Lundgren2008-11-101-20/+13
|
* Core: Intersect methods into the core. Determines when element "a" ↵Eduardo Lundgren2008-11-101-0/+15
| | | | coordinates intersects with element "b".
* Draggable - calling the new _ui() method from sortablesEduardo Lundgren2008-11-101-1/+1
|
* moved magnifier to experimental branchRichard Worth2008-11-084-337/+0
|
* tests droppable - implemented cssNamespace testRichard Worth2008-11-081-1/+9
|
* droppable: defined some defaultsRichard Worth2008-11-081-2/+5
|
* tests: Added droppable test suiteRichard Worth2008-11-082-0/+256
|
* Move Chinese localisations to "alphabetic" orderKeith Wood2008-11-081-3/+3
|
* Fixed 3550. Added Albanian localisation.Keith Wood2008-11-083-0/+27
|
* Fixed 3547. Initialise alternate field on load for inline datepicker.Keith Wood2008-11-081-1/+2
|
* Core: Optimized isVisible() for the case where the element being checked is ↵Scott González2008-11-081-1/+1
| | | | not visible.
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-072-6/+10
|
* Core Tests: Moved ARIA tests out of selectors module.Scott González2008-11-071-1/+3
|
* Core: Rewrote isVisible(). New implementation inspired by Remy's ↵Scott González2008-11-071-13/+2
| | | | :reallyvisible selector.
* Core Tests: Fixed ARIA tests for new .attr() method.Scott González2008-11-071-10/+4
|
* Correct display of big prev/next links when disabled.Keith Wood2008-11-071-7/+11
| | | | Correct spacing between month and year when non-selectable.
* Fixed 3526. Default year if not set from input field.Keith Wood2008-11-071-1/+3
|
* Fixed 3536. Added Persian localisationKeith Wood2008-11-073-0/+27
|
* Core: Moved regex declarations for potential speed increase.Scott González2008-11-071-21/+21
|
* Progressbar Tests: Fixed default option tests (and updated documentation).Scott González2008-11-071-2/+2
|
* draggable: fixed nasty IE related scrolling bug - funny IE includes scroll ↵Paul Bakaus2008-11-061-2/+3
| | | | if you call offset() on <html>
* sortable: returning false in any callback will now call this.cancenl() to ↵Paul Bakaus2008-11-061-1/+2
| | | | cancel the ongoing action
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵David Bolter2008-11-054-42/+37
| | | | ariaState API. (Assist: Scott González, Fixes #3529)
* UI Tabs: removed equalize extensionKlaus Hartl2008-11-051-14/+0
|
* UI Tabs: fixed tabs select causing page to jump bug, removed cruft form ↵Klaus Hartl2008-11-051-87/+68
| | | | former history integration which will work differently anyway
* sortable: removed support for ui.cancel(), must now be called via the ↵Paul Bakaus2008-11-041-7/+12
| | | | sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed.
* sortable: implemented ui.cancel(), a function that can be called to ↵Paul Bakaus2008-11-031-6/+47
| | | | completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402)
* sortable: checked inputs are not unchecked anymore after drag start (fixes ↵Paul Bakaus2008-11-031-1/+1
| | | | #3466)
* core: restructured helper functions, made enableSelection/disableSelection ↵Paul Bakaus2008-11-033-138/+152
| | | | jQuery plugins (fixes 3459)
* sortable: all events of the inner nodes of the sortable item were unbound ↵Paul Bakaus2008-11-031-2/+4
| | | | after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488
* mouse: events and default actions on click are not fired after a drag action ↵Paul Bakaus2008-11-032-3/+17
| | | | has been initiated
* draggable: fixed two missing defaultsPaul Bakaus2008-11-032-3/+5
|