aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* core: fixed chaining in lazy loading mechanismPaul Bakaus2008-10-151-0/+2
* core: implemented experimental async dependency loadingPaul Bakaus2008-10-151-0/+25
* draggable: fixed createHelper method (thanks Nate!)Paul Bakaus2008-10-141-2/+2
* sortable: fixed toArray methodPaul Bakaus2008-10-141-3/+3
* accordion: reset overflow to original value after animation completed, fixes ...Jörn Zaefferer2008-10-131-1/+2
* added some missing draggables defaultsRichard Worth2008-10-081-4/+17
* UI Tabs: renamed confusing "unselect" option to "deselectable"Klaus Hartl2008-10-081-41/+37
* Spinner:missing semicolonChi Cheng2008-10-081-1/+1
* Spinner: fixed incremental:false issue on mousedown (thanks cloudream)Ca-Phun Ung2008-10-071-2/+2
* Spinner: add group and point options for improved support for international n...Ca-Phun Ung2008-10-061-9/+15
* UI Tabs: fixed removal of inline styles set for a tab panelKlaus Hartl2008-10-061-16/+14
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* adding version property to all ui componentsJörn Zaefferer2008-10-051-7/+9
* adding version property to all ui componentsJörn Zaefferer2008-10-0514-0/+14
* accordion: remove selectedClass and generated spans on destroyJörn Zaefferer2008-10-051-0/+4
* Spinner: spinner casing now sets itself a unique id based on the id of the or...Ca-Phun Ung2008-10-051-0/+8
* Add prev/next big textsKeith Wood2008-10-051-1/+4
* Correct keystroke handled for MacKeith Wood2008-10-051-7/+14
* Factor out class names for day hover and week hoverKeith Wood2008-10-051-14/+19
* Moving autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-051-771/+0
* UI Tabs: unselect class was attached inconsistentlyKlaus Hartl2008-10-041-11/+11
* Spinner: further refactored number formatter. 3 lines!Ca-Phun Ung2008-10-031-12/+3
* Spinner: fixed IE6 bugs with spinner height for data lists.Ca-Phun Ung2008-10-021-4/+5