aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-141-31/+30
* Removed names from ui.core.js as all contribution credit is given in AUTHORS....Richard Worth2008-12-101-1/+0
* Removed UTF-8 BOM again. Turns out it was added by Notepad.Richard Worth2008-12-101-2/+2
* core widget: added ui-state-disabled and aria-disabled to widget plugin's dis...Richard Worth2008-12-101-3/+7
* Source formattingEduardo Lundgren2008-11-281-4/+4
* core (mouse): preventDefault in most cases instead of returning false, that b...Paul Bakaus2008-11-231-2/+6
* core: improved logic of $.fn.scrollParent, taking positioning in accountPaul Bakaus2008-11-231-3/+15
* Core: isOverAxis avoid duplicated method logic.Eduardo Lundgren2008-11-211-9/+4
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* core: this fixes the Safari issue that select options can't be selected if th...Paul Bakaus2008-11-191-1/+1
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-74/+74
* Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.Scott González2008-11-151-2/+10
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-44/+44
* Core and Sortable: $.ui.contains method moved into the core. This method coul...Eduardo Lundgren2008-11-121-2/+14
* 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-101-8/+8
* Core: Avoid conflict with droppable $.ui.instersect method. Core changed name...Eduardo Lundgren2008-11-101-1/+1
* Core: Intersect methods into the core. Determines when element "a" coordinate...Eduardo Lundgren2008-11-101-0/+15
* Core: Optimized isVisible() for the case where the element being checked is n...Scott González2008-11-081-1/+1
* Core: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisi...Scott González2008-11-071-13/+2
* Core: Moved regex declarations for potential speed increase.Scott González2008-11-071-21/+21
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...David Bolter2008-11-051-26/+21
* core: restructured helper functions, made enableSelection/disableSelection jQ...Paul Bakaus2008-11-031-130/+146
* mouse: events and default actions on click are not fired after a drag action ...Paul Bakaus2008-11-031-3/+11
* 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
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* $.widget: Create namespace if it doesn't already exist.Scott González2008-09-281-0/+1
* Core: Reduced size of ARIA methods.Scott González2008-09-231-18/+21
* Core: Moved ARIA methods up with other jQuery core modifications.Scott González2008-09-221-27/+26
* Accept boolean values for aria state. (Thanks for catch Scott González)David Bolter2008-09-221-1/+1
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-221-0/+27
* Core: Marked $.ui.plugin as deprecated.Scott González2008-09-221-0/+1
* Core: Added comment about why we use triggerHandler instead of trigger in $.f...Scott González2008-09-201-1/+2
* Core: Fixed #3457: Removing elements causes instantiated plugins to be destro...Scott González2008-09-201-1/+4
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-1/+1
* Reverted r695.Scott González2008-09-191-61/+61
* Remove Trailing SpacesEduardo Lundgren2008-09-191-61/+61
* core: enableSelection/disableSelection now return the chain (implements #3174)Paul Bakaus2008-09-181-2/+2
* core: hasScroll now checks for overflow hidden, since then the users wants sc...Paul Bakaus2008-09-161-0/+4
* Widget factory: Prevent calling non-existent methods.Scott González2008-09-071-1/+1
* Core: Improved :tabbable selectorScott González2008-09-061-5/+25
* Core: Added :tabbable selector to find elements that participate in the tabbi...Scott González2008-09-051-4/+23
* Core: Converted :data selector to a function.Scott González2008-09-051-1/+3
* Widget factory: Fixed #3275: Prevent multiple instantiations of the same plug...Scott González2008-09-021-5/+8
* Core: Fixed #3257: Added option method to widget factory.Scott González2008-08-271-4/+31
* Core: Fixed reference to jQuery.Scott González2008-08-231-1/+1