aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51Richard Worth2008-11-011-20/+27
|
* resizable: defined defaultsRichard Worth2008-11-011-8/+19
|
* tests resizable: Updated defaults testRichard Worth2008-11-011-8/+20
|
* test visual: fixed colors to match UI websiteRichard Worth2008-11-011-7/+7
|
* moved dep_loader.html test page to experimental branchRichard Worth2008-10-311-26/+0
|
* Sortable - accurate option added, If you prefer better accuracy and low ↵Eduardo Lundgren2008-10-301-18/+27
| | | | performance set accurate: true.
* added ARIA semantics, and tests.David Bolter2008-10-292-3/+28
| | | | | patch review:scott.gonzalez@gmail.com (fixes bug #3482)
* 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
|
* set svn:eol-style to nativeRichard Worth2008-10-241-25/+25
|
* 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 ↵Paul Bakaus2008-10-171-5/+13
| | | | the original classes are appended to the placeholder, with usually should give it the right size
* 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-152-0/+51
|
* draggable: fixed createHelper method (thanks Nate!)Paul Bakaus2008-10-141-2/+2
|
* sortable: fixed toArray methodPaul Bakaus2008-10-141-3/+3
| | | | coverflow: renamed init to _init
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-131-1/+1
| | | | relied on type casting (mostly null/undefined)
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-135-38/+27
| | | | relied on type casting (mostly null/undefined)
* functional demos: fixed remote history plugin usageJörn Zaefferer2008-10-131-8/+2
|
* accordion: reset overflow to original value after animation completed, fixes ↵Jörn Zaefferer2008-10-131-1/+2
| | | | some layout issues
* improving accordion layoutJörn Zaefferer2008-10-082-14/+3
|
* functional demos: added history_remote pluginJörn Zaefferer2008-10-083-0/+345
|
* added some missing draggables defaultsRichard Worth2008-10-082-7/+20
|
* UI Tabs: renamed confusing "unselect" option to "deselectable"Klaus Hartl2008-10-082-52/+48
|
* Spinner:missing semicolonChi Cheng2008-10-081-1/+1
|
* Spinner: fixed incremental:false issue on mousedown (thanks cloudream)Ca-Phun Ung2008-10-071-2/+2
|
* UI Tabs: fixed queued tests, reviewKlaus Hartl2008-10-061-10/+14
|
* Spinner: add group and point options for improved support for international ↵Ca-Phun Ung2008-10-062-12/+69
| | | | numeric formats and added test case.