Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Check if jQuery supports inner/outer/Width/Height setters. | Scott González | 2012-07-11 | 1 | -38/+41 |
| | | | | | | | | (cherry picked from commit 033f83ffebf2c25284796d661c01613936674a47) Conflicts: ui/jquery.ui.core.js | ||||
* | Core: Adjust data pseudo creation to use new Sizzle pseudo creation for ↵ | Timmy Willison | 2012-07-11 | 1 | -3/+10 |
| | | | | | | pseudos with arguments. (cherry picked from commit 2d643032c553ea2804946b4f0cdba4b7820e1bfc) | ||||
* | Core: Define $.curCSS if it doesn't exist for jQuery 1.8+ support. | Scott González | 2012-06-25 | 1 | -0/+5 |
| | |||||
* | Updated copyright year. | Scott González | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵ | Scott González | 2012-01-19 | 1 | -0/+5 |
| | | | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. (cherry picked from commit 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92) | ||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 1 | -0/+2 |
| | |||||
* | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable. | adambaratz | 2011-05-02 | 1 | -21/+25 |
| | | | | (cherry picked from commit fe3b36b8efcabf3d1f1d60523cae87c69a882f27) | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 ↵ | Scott González | 2010-10-19 | 1 | -2/+2 |
| | | | | - outerWidth() setter broken with jQuery 1.3.2. | ||||
* | Core: Minor cleanup. | Scott González | 2010-10-12 | 1 | -4/+4 |
| | |||||
* | Core: Only use mousedown to prevent text selection in browsers that don't ↵ | Scott González | 2010-09-20 | 1 | -6/+7 |
| | | | | support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome. | ||||
* | Core: Avoid layout bug in IE with minHeight support test. | Scott González | 2010-09-07 | 1 | -1/+3 |
| | |||||
* | Core: Improvements to minHeight support test. Thanks jdalton. | Scott González | 2010-09-07 | 1 | -6/+10 |
| | |||||
* | Core: Added $.support.minHeight. Fixes #6026 - Core: Add ↵ | Scott González | 2010-09-07 | 1 | -2/+15 |
| | | | | jQuery.support.minHeight. | ||||
* | Core: Refactored .disableSelection() and .enableSelection(). | Scott González | 2010-09-01 | 1 | -51/+12 |
| | |||||
* | Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes ↵ | Scott González | 2010-08-27 | 1 | -12/+51 |
| | | | | #5723 - disableSelection() doesn't work cross-browser. | ||||
* | Core: Re-ordered functions. | Scott González | 2010-08-27 | 1 | -63/+70 |
| | |||||
* | Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵ | Scott González | 2010-08-10 | 1 | -1/+1 |
| | | | | Problem with JavaScriptPacker. | ||||
* | Core: Coding standards. | Scott González | 2010-07-22 | 1 | -71/+78 |
| | |||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 1 | -6/+19 |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵ | Scott González | 2010-07-21 | 1 | -0/+43 |
| | | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters. | ||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 1 | -1/+4 |
| | | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Whitespace | Scott González | 2010-07-07 | 1 | -1/+0 |
| | |||||
* | Core: Better detection of when core is loaded twice. Fixes #5636 - Load ↵ | Scott González | 2010-05-19 | 1 | -3/+12 |
| | | | | ui.position before ui.core couse ui.core not execute. | ||||
* | Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes. | Scott González | 2010-04-23 | 1 | -1/+6 |
| | | | | Fixes #5542 - Add keyCodes for command buttons. | ||||
* | ui core: enableSelection, disableSelection: Removed selectstart event ↵ | Richard D. Worth | 2010-04-02 | 1 | -4/+2 |
| | | | | filters from enableDisable and disableSelection as these are general utility convenience methods intended to prevent native browser text selection not jQuery UI Selectable selection. Fixes #5477 - core: enableSelection and disableSelection should only prevent native browser text selection | ||||
* | Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete | jzaefferer | 2010-03-26 | 1 | -0/+1 |
| | |||||
* | Remove isFF2 flag in ui.core - should have been dropped together with the ↵ | Jörn Zaefferer | 2010-03-03 | 1 | -2/+0 |
| | | | | FF2 aria code | ||||
* | 'Changed | Brant Burnett | 2010-01-29 | 1 | -10/+20 |
| | |||||
* | removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway | Jörn Zaefferer | 2010-01-27 | 1 | -31/+0 |
| | |||||
* | dropping intial code for #4957 - too many open issues to get this into 1.8 | Jörn Zaefferer | 2010-01-22 | 1 | -26/+0 |
| | |||||
* | base implementation for #4957 - still need to port users of $.ui.element | Jörn Zaefferer | 2010-01-20 | 1 | -0/+26 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -149/+0 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -178/+1 |
| | |||||
* | Core: Preserve header in minified file. | Scott González | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+552 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |