aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.core.js
Commit message (Expand)AuthorAgeFilesLines
* Lint fixes.Scott González2012-04-021-9/+11
* A few lint fixes.Scott González2012-04-021-6/+6
* Updated copyright year.Scott González2012-03-081-1/+1
* Core: Fixed typo.Scott González2012-02-271-1/+1
* Core: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes.Scott González2012-02-121-11/+1
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-6/+6
* Core: Access offsetHeight on div for support tests to avoid a layout bug in I...Scott González2012-01-191-0/+5
* Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dr...Marwan Al Jubeh2011-10-171-1/+1
* Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
* Core: Fixed spacing.Scott González2011-03-291-3/+3
* Updated copyright year.Scott González2011-01-171-1/+1
* All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - De...Scott González2010-12-101-6/+1
* Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 -...Scott González2010-10-191-2/+2
* Core: Minor cleanup.Scott González2010-10-121-4/+4
* Core: Only use mousedown to prevent text selection in browsers that don't sup...Scott González2010-09-201-6/+7
* Core: Avoid layout bug in IE with minHeight support test.Scott González2010-09-071-1/+3
* Core: Improvements to minHeight support test. Thanks jdalton.Scott González2010-09-071-6/+10
* Core: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHe...Scott González2010-09-071-2/+15
* Core: Refactored .disableSelection() and .enableSelection().Scott González2010-09-011-51/+12
* Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723...Scott González2010-08-271-12/+51
* Core: Re-ordered functions.Scott González2010-08-271-63/+70
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl...Scott González2010-08-101-1/+1
* Core: Coding standards.Scott González2010-07-221-71/+78
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-221-6/+19
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-211-0/+43
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-211-1/+4
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* WhitespaceScott González2010-07-071-1/+0
* Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.po...Scott González2010-05-191-3/+12
* Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.Scott González2010-04-231-1/+6
* ui core: enableSelection, disableSelection: Removed selectstart event filters...Richard D. Worth2010-04-021-4/+2
* Added $.ui.keyCode.ALT to complete list of metakeys, used in autocompletejzaefferer2010-03-261-0/+1
* Remove isFF2 flag in ui.core - should have been dropped together with the FF2...Jörn Zaefferer2010-03-031-2/+0
* 'ChangedBrant Burnett2010-01-291-10/+20
* removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anywayJörn Zaefferer2010-01-271-31/+0
* dropping intial code for #4957 - too many open issues to get this into 1.8Jörn Zaefferer2010-01-221-26/+0
* base implementation for #4957 - still need to port users of $.ui.elementJörn Zaefferer2010-01-201-0/+26
* Happy New YearRichard Worth2010-01-201-1/+1
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-149/+0
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-178/+1
* Core: Preserve header in minified file.Scott González2009-11-131-1/+1
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+552