| Commit message (Expand) | Author | Age | Files | Lines |
* | core: the propagation for the mousedown has to be stopped in the mouse logic,... | Paul Bakaus | 2009-01-23 | 1 | -0/+5 |
* | whitespace | Richard Worth | 2009-01-22 | 1 | -1/+1 |
* | Core: Partial fix for #3559: Proper implementation for :focusable and :tabbab... | Scott González | 2009-01-21 | 1 | -23/+15 |
* | $.widget: Fixed #3633: Moved call to _init outside of constructor. This make... | Scott González | 2009-01-19 | 1 | -3/+1 |
* | Fixed #3841 - check for $.isFunction before trigger | Eduardo Lundgren | 2009-01-16 | 1 | -1/+1 |
* | Widget factory: Fixed event triggering (again). | Scott González | 2009-01-15 | 1 | -11/+4 |
* | core: fixed _trigger not modifing the original event with event.result | Paul Bakaus | 2009-01-09 | 1 | -1/+1 |
* | Widget factory: _trigger will now set event.result if the callback returns a ... | Scott González | 2009-01-09 | 1 | -4/+11 |
* | ui.core.js: corrected invalid (x)html | Richard Worth | 2009-01-03 | 1 | -1/+1 |
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
* | Core: Cleaned up warnings. | Scott González | 2009-01-03 | 1 | -1/+2 |
* | Core: Changed $.ui.contains to use the same logic as jQuery's internal contai... | Scott González | 2009-01-03 | 1 | -9/+3 |
* | Widget factory: Updated ._trigger to use new event system in jQuery 1.3. | Scott González | 2009-01-03 | 1 | -4/+11 |
* | Reverted r1461 | Richard Worth | 2009-01-02 | 1 | -4/+1 |
* | Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger. | Scott González | 2009-01-01 | 1 | -1/+4 |
* | Core: Cleaned up whitespace. | Scott González | 2009-01-01 | 1 | -11/+0 |
* | Core: Changed parameter names for selectors. | Scott González | 2009-01-01 | 1 | -8/+8 |
* | Core: Whitespace only. | Scott González | 2008-12-31 | 1 | -2/+4 |
* | Widget Factory: Check the target in getData and setData events (jQuery 1.3 su... | Scott González | 2008-12-31 | 1 | -2/+6 |
* | Core: Fixed data selector so it returns true/false (makes it work with Sizzle). | Scott González | 2008-12-31 | 1 | -1/+1 |
* | Fixed #3655 - $.keyCode should be $.ui.keyCode | Richard Worth | 2008-12-14 | 1 | -31/+30 |
* | Removed names from ui.core.js as all contribution credit is given in AUTHORS.... | Richard Worth | 2008-12-10 | 1 | -1/+0 |
* | Removed UTF-8 BOM again. Turns out it was added by Notepad. | Richard Worth | 2008-12-10 | 1 | -2/+2 |
* | core widget: added ui-state-disabled and aria-disabled to widget plugin's dis... | Richard Worth | 2008-12-10 | 1 | -3/+7 |
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 1 | -4/+4 |
* | core (mouse): preventDefault in most cases instead of returning false, that b... | Paul Bakaus | 2008-11-23 | 1 | -2/+6 |
* | core: improved logic of $.fn.scrollParent, taking positioning in account | Paul Bakaus | 2008-11-23 | 1 | -3/+15 |
* | Core: isOverAxis avoid duplicated method logic. | Eduardo Lundgren | 2008-11-21 | 1 | -9/+4 |
* | New file: AUTHORS.txt instead of having a single contributor's name in each f... | Richard Worth | 2008-11-21 | 1 | -1/+1 |
* | core: this fixes the Safari issue that select options can't be selected if th... | Paul Bakaus | 2008-11-19 | 1 | -1/+1 |
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 1 | -74/+74 |
* | Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2. | Scott González | 2008-11-15 | 1 | -2/+10 |
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -44/+44 |
* | Core and Sortable: $.ui.contains method moved into the core. This method coul... | Eduardo Lundgren | 2008-11-12 | 1 | -2/+14 |
* | Core: Change arguments name for isOver* methods. | Eduardo Lundgren | 2008-11-10 | 1 | -6/+6 |
* | implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in... | Paul Bakaus | 2008-11-10 | 1 | -0/+6 |
* | Core: Change comments for the new methods | Eduardo Lundgren | 2008-11-10 | 1 | -3/+3 |
* | Change name of intersect methods to isOverHeight/isOverWidth/isOver. | Eduardo Lundgren | 2008-11-10 | 1 | -8/+8 |
* | Core: Avoid conflict with droppable $.ui.instersect method. Core changed name... | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | Core: Intersect methods into the core. Determines when element "a" coordinate... | Eduardo Lundgren | 2008-11-10 | 1 | -0/+15 |
* | Core: Optimized isVisible() for the case where the element being checked is n... | Scott González | 2008-11-08 | 1 | -1/+1 |
* | Core: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisi... | Scott González | 2008-11-07 | 1 | -13/+2 |
* | Core: Moved regex declarations for potential speed increase. | Scott González | 2008-11-07 | 1 | -21/+21 |
* | Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ... | David Bolter | 2008-11-05 | 1 | -26/+21 |
* | core: restructured helper functions, made enableSelection/disableSelection jQ... | Paul Bakaus | 2008-11-03 | 1 | -130/+146 |
* | mouse: events and default actions on click are not fired after a drag action ... | Paul Bakaus | 2008-11-03 | 1 | -3/+11 |
* | 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 | 1 | -0/+25 |
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 |