adambaratz
|
fe3b36b8ef
|
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
|
2011-04-29 08:24:27 -04:00 |
|
Scott González
|
cd29170ae0
|
Core: Fixed spacing.
|
2011-03-29 10:17:40 -04:00 |
|
Scott González
|
6e0482a9cb
|
Updated copyright year.
|
2011-01-17 09:13:18 -05:00 |
|
Scott González
|
9681b1fd7e
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
|
Scott González
|
72985fbbec
|
Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.
|
2010-10-19 22:45:56 -04:00 |
|
Scott González
|
3e225de13c
|
Core: Minor cleanup.
|
2010-10-12 09:20:04 -04:00 |
|
Scott González
|
47e312b238
|
Core: Only use mousedown to prevent text selection in browsers that don't support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome.
|
2010-09-20 11:53:51 -04:00 |
|
Scott González
|
9a2dafa948
|
Core: Avoid layout bug in IE with minHeight support test.
|
2010-09-07 14:06:07 -04:00 |
|
Scott González
|
409f5d1ba0
|
Core: Improvements to minHeight support test. Thanks jdalton.
|
2010-09-07 12:15:34 -04:00 |
|
Scott González
|
99694e6fec
|
Core: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHeight.
|
2010-09-07 09:28:22 -04:00 |
|
Scott González
|
5de8ced5d9
|
Core: Refactored .disableSelection() and .enableSelection().
|
2010-09-01 09:49:18 -04:00 |
|
Scott González
|
16e93d5189
|
Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723 - disableSelection() doesn't work cross-browser.
|
2010-08-27 12:00:59 -04:00 |
|
Scott González
|
a3d9a91661
|
Core: Re-ordered functions.
|
2010-08-27 11:52:03 -04:00 |
|
Scott González
|
04347e5a0d
|
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.
|
2010-08-10 18:16:44 -04:00 |
|
Scott González
|
27095ef8e1
|
Core: Coding standards.
|
2010-07-22 19:26:37 -04:00 |
|
Scott González
|
fe13fbadd4
|
Core: Better support for areas in :focusable and :tabbable selectors. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
|
2010-07-22 10:33:42 -04:00 |
|
Scott González
|
4deb824699
|
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
|
2010-07-21 22:17:52 -04:00 |
|
Scott González
|
3f070bdc62
|
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :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.
|
2010-07-21 22:10:16 -04:00 |
|
Scott González
|
8a5d4ca321
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
|
Scott González
|
21aad10e6a
|
All: Define a local undefined variable inside the main closure.
|
2010-07-13 09:57:58 -04:00 |
|
Scott González
|
536ae6189b
|
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license.
|
2010-07-09 09:01:04 -04:00 |
|
Scott González
|
3c18cf3b97
|
Whitespace
|
2010-07-07 09:51:42 -04:00 |
|
Scott González
|
afaa03575f
|
Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.position before ui.core couse ui.core not execute.
|
2010-05-19 20:33:23 -04:00 |
|
Scott González
|
3570c1f768
|
Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.
Fixes #5542 - Add keyCodes for command buttons.
|
2010-04-23 12:56:52 -04:00 |
|
Richard D. Worth
|
d38e20a0d3
|
ui core: enableSelection, disableSelection: Removed selectstart event 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
|
2010-04-02 17:09:37 -04:00 |
|
jzaefferer
|
40e3637117
|
Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete
|
2010-03-26 12:40:46 -04:00 |
|
Jörn Zaefferer
|
868732edac
|
Remove isFF2 flag in ui.core - should have been dropped together with the FF2 aria code
|
2010-03-03 08:57:59 +00:00 |
|
Brant Burnett
|
b91ecde0a7
|
'Changed
|
2010-01-29 18:38:21 +00:00 |
|
Jörn Zaefferer
|
0923066abb
|
removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway
|
2010-01-27 18:11:57 +00:00 |
|
Jörn Zaefferer
|
cc77201c8e
|
dropping intial code for #4957 - too many open issues to get this into 1.8
|
2010-01-22 13:18:11 +00:00 |
|
Jörn Zaefferer
|
f37da0e6ce
|
base implementation for #4957 - still need to port users of $.ui.element
|
2010-01-20 18:10:07 +00:00 |
|
Richard Worth
|
074153407d
|
Happy New Year
|
2010-01-20 14:04:26 +00:00 |
|
Scott González
|
06e29401b8
|
Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
|
2009-12-22 19:51:24 +00:00 |
|
Jörn Zaefferer
|
b6d17b24d4
|
extracting widget factory into jquery.ui.widget.js
|
2009-12-16 22:20:18 +00:00 |
|
Scott González
|
c252e44a1f
|
Core: Preserve header in minified file.
|
2009-11-13 04:00:12 +00:00 |
|
Richard Worth
|
e2d873e6f0
|
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
|
2009-09-17 10:39:12 +00:00 |
|