Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Moved regex declarations for potential speed increase. | Scott González | 2008-11-07 | 1 | -21/+21 |
| | |||||
* | Progressbar Tests: Fixed default option tests (and updated documentation). | Scott González | 2008-11-07 | 1 | -2/+2 |
| | |||||
* | draggable: fixed nasty IE related scrolling bug - funny IE includes scroll ↵ | Paul Bakaus | 2008-11-06 | 1 | -2/+3 |
| | | | | if you call offset() on <html> | ||||
* | sortable: returning false in any callback will now call this.cancenl() to ↵ | Paul Bakaus | 2008-11-06 | 1 | -1/+2 |
| | | | | cancel the ongoing action | ||||
* | Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵ | David Bolter | 2008-11-05 | 4 | -42/+37 |
| | | | | ariaState API. (Assist: Scott González, Fixes #3529) | ||||
* | UI Tabs: removed equalize extension | Klaus Hartl | 2008-11-05 | 1 | -14/+0 |
| | |||||
* | UI Tabs: fixed tabs select causing page to jump bug, removed cruft form ↵ | Klaus Hartl | 2008-11-05 | 1 | -87/+68 |
| | | | | former history integration which will work differently anyway | ||||
* | sortable: removed support for ui.cancel(), must now be called via the ↵ | Paul Bakaus | 2008-11-04 | 1 | -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 Bakaus | 2008-11-03 | 1 | -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 Bakaus | 2008-11-03 | 1 | -1/+1 |
| | | | | #3466) | ||||
* | core: restructured helper functions, made enableSelection/disableSelection ↵ | Paul Bakaus | 2008-11-03 | 3 | -138/+152 |
| | | | | jQuery plugins (fixes 3459) | ||||
* | sortable: all events of the inner nodes of the sortable item were unbound ↵ | Paul Bakaus | 2008-11-03 | 1 | -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 Bakaus | 2008-11-03 | 2 | -3/+17 |
| | | | | has been initiated | ||||
* | draggable: fixed two missing defaults | Paul Bakaus | 2008-11-03 | 2 | -3/+5 |
| | |||||
* | Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51 | Richard Worth | 2008-11-01 | 1 | -20/+27 |
| | |||||
* | resizable: defined defaults | Richard Worth | 2008-11-01 | 1 | -8/+19 |
| | |||||
* | tests resizable: Updated defaults test | Richard Worth | 2008-11-01 | 1 | -8/+20 |
| | |||||
* | test visual: fixed colors to match UI website | Richard Worth | 2008-11-01 | 1 | -7/+7 |
| | |||||
* | moved dep_loader.html test page to experimental branch | Richard Worth | 2008-10-31 | 1 | -26/+0 |
| | |||||
* | Sortable - accurate option added, If you prefer better accuracy and low ↵ | Eduardo Lundgren | 2008-10-30 | 1 | -18/+27 |
| | | | | performance set accurate: true. | ||||
* | added ARIA semantics, and tests. | David Bolter | 2008-10-29 | 2 | -3/+28 |
| | | | | | patch review:scott.gonzalez@gmail.com (fixes bug #3482) | ||||
* | Sortable - delta direction improved | Eduardo Lundgren | 2008-10-28 | 1 | -4/+28 |
| | |||||
* | Sortable - Float elements tolerance fixed | Eduardo Lundgren | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Sortable - Prevent mouseCapture while help is reverting | Eduardo Lundgren | 2008-10-28 | 1 | -0/+8 |
| | |||||
* | Sortable - Checking if helper exists | Eduardo Lundgren | 2008-10-28 | 1 | -3/+4 |
| | |||||
* | Changing the author name on Resizable | Eduardo Lundgren | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Sortable - Tolerance accuracy sortable improved | Eduardo Lundgren | 2008-10-28 | 1 | -239/+255 |
| | |||||
* | set svn:eol-style to native | Richard Worth | 2008-10-24 | 1 | -25/+25 |
| | |||||
* | ui.datepicker: fixing a var being leaked to the global namespace(attrName). | Ariel Flesler | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | Fixed 3492. Typo in day name. | Keith Wood | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | slider: changed order of fired callbacks in moveTo method (fixes #3465) | Paul Bakaus | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | Fixed slider responds to keypresses when disabled | Richard Worth | 2008-10-17 | 1 | -0/+3 |
| | |||||
* | sortable: fixed issue with first time append of the placeholder, now also ↵ | Paul Bakaus | 2008-10-17 | 1 | -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 branch | Paul Bakaus | 2008-10-15 | 1 | -27/+0 |
| | |||||
* | core: fixed chaining in lazy loading mechanism | Paul Bakaus | 2008-10-15 | 1 | -0/+2 |
| | |||||
* | core: implemented experimental async dependency loading | Paul Bakaus | 2008-10-15 | 2 | -0/+51 |
| | |||||
* | draggable: fixed createHelper method (thanks Nate!) | Paul Bakaus | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | sortable: fixed toArray method | Paul Bakaus | 2008-10-14 | 1 | -3/+3 |
| | | | | coverflow: renamed init to _init | ||||
* | updating tests to latest QUnit, using same, fixing a few assertions that ↵ | Jörn Zaefferer | 2008-10-13 | 1 | -1/+1 |
| | | | | relied on type casting (mostly null/undefined) | ||||
* | updating tests to latest QUnit, using same, fixing a few assertions that ↵ | Jörn Zaefferer | 2008-10-13 | 5 | -38/+27 |
| | | | | relied on type casting (mostly null/undefined) | ||||
* | functional demos: fixed remote history plugin usage | Jörn Zaefferer | 2008-10-13 | 1 | -8/+2 |
| | |||||
* | accordion: reset overflow to original value after animation completed, fixes ↵ | Jörn Zaefferer | 2008-10-13 | 1 | -1/+2 |
| | | | | some layout issues | ||||
* | improving accordion layout | Jörn Zaefferer | 2008-10-08 | 2 | -14/+3 |
| | |||||
* | functional demos: added history_remote plugin | Jörn Zaefferer | 2008-10-08 | 3 | -0/+345 |
| | |||||
* | added some missing draggables defaults | Richard Worth | 2008-10-08 | 2 | -7/+20 |
| | |||||
* | UI Tabs: renamed confusing "unselect" option to "deselectable" | Klaus Hartl | 2008-10-08 | 2 | -52/+48 |
| | |||||
* | Spinner:missing semicolon | Chi Cheng | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Spinner: fixed incremental:false issue on mousedown (thanks cloudream) | Ca-Phun Ung | 2008-10-07 | 1 | -2/+2 |
| | |||||
* | UI Tabs: fixed queued tests, review | Klaus Hartl | 2008-10-06 | 1 | -10/+14 |
| | |||||
* | Spinner: add group and point options for improved support for international ↵ | Ca-Phun Ung | 2008-10-06 | 2 | -12/+69 |
| | | | | numeric formats and added test case. |