aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Moved colorpicker to experimental branchRichard Worth2008-11-121-473/+0
* Core: Change arguments name for isOver* methods.Eduardo Lundgren2008-11-101-6/+6
* implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in...Paul Bakaus2008-11-101-0/+6
* 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 $.ui.inter...Eduardo Lundgren2008-11-101-1/+1
* Core: Avoid conflict with droppable $.ui.instersect method. Core changed name...Eduardo Lundgren2008-11-101-1/+1
* 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" coordinate...Eduardo Lundgren2008-11-101-0/+15
* Draggable - calling the new _ui() method from sortablesEduardo Lundgren2008-11-101-1/+1
* moved magnifier to experimental branchRichard Worth2008-11-081-176/+0
* droppable: defined some defaultsRichard Worth2008-11-081-2/+5
* Fixed 3550. Added Albanian localisation.Keith Wood2008-11-081-0/+25
* 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 n...Scott González2008-11-081-1/+1
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-072-6/+10
* Core: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisi...Scott González2008-11-071-13/+2
* Correct display of big prev/next links when disabled.Keith Wood2008-11-071-7/+11
* Fixed 3526. Default year if not set from input field.Keith Wood2008-11-071-1/+3
* Fixed 3536. Added Persian localisationKeith Wood2008-11-071-0/+25
* Core: Moved regex declarations for potential speed increase.Scott González2008-11-071-21/+21
* draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if...Paul Bakaus2008-11-061-2/+3
* sortable: returning false in any callback will now call this.cancenl() to can...Paul Bakaus2008-11-061-1/+2
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...David Bolter2008-11-053-35/+30
* UI Tabs: removed equalize extensionKlaus Hartl2008-11-051-14/+0
* UI Tabs: fixed tabs select causing page to jump bug, removed cruft form forme...Klaus Hartl2008-11-051-87/+68
* sortable: removed support for ui.cancel(), must now be called via the sortabl...Paul Bakaus2008-11-041-7/+12
* sortable: implemented ui.cancel(), a function that can be called to completel...Paul Bakaus2008-11-031-6/+47
* sortable: checked inputs are not unchecked anymore after drag start (fixes #3...Paul Bakaus2008-11-031-1/+1
* core: restructured helper functions, made enableSelection/disableSelection jQ...Paul Bakaus2008-11-033-138/+152
* sortable: all events of the inner nodes of the sortable item were unbound aft...Paul Bakaus2008-11-031-2/+4
* mouse: events and default actions on click are not fired after a drag action ...Paul Bakaus2008-11-031-3/+11
* draggable: fixed two missing defaultsPaul Bakaus2008-11-031-1/+3
* Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51Richard Worth2008-11-011-20/+27
* resizable: defined defaultsRichard Worth2008-11-011-8/+19
* Sortable - accurate option added, If you prefer better accuracy and low perfo...Eduardo Lundgren2008-10-301-18/+27
* added ARIA semantics, and tests.David Bolter2008-10-291-3/+13
* Sortable - delta direction improvedEduardo Lundgren2008-10-281-4/+28
* Sortable - Float elements tolerance fixedEduardo Lundgren2008-10-281-1/+1
* Sortable - Prevent mouseCapture while help is revertingEduardo Lundgren2008-10-281-0/+8
* Sortable - Checking if helper existsEduardo Lundgren2008-10-281-3/+4
* Changing the author name on ResizableEduardo Lundgren2008-10-281-1/+1
* Sortable - Tolerance accuracy sortable improvedEduardo Lundgren2008-10-281-239/+255
* ui.datepicker: fixing a var being leaked to the global namespace(attrName).Ariel Flesler2008-10-221-1/+1
* Fixed 3492. Typo in day name.Keith Wood2008-10-221-1/+1
* slider: changed order of fired callbacks in moveTo method (fixes #3465)Paul Bakaus2008-10-201-1/+1
* Fixed slider responds to keypresses when disabledRichard Worth2008-10-171-0/+3
* sortable: fixed issue with first time append of the placeholder, now also the...Paul Bakaus2008-10-171-5/+13
* core: reverted lazy loading implementation, commited to a future branchPaul Bakaus2008-10-151-27/+0