Commit Graph

5605 Commits

Author SHA1 Message Date
Scott González
a63c0910a6 Updating the master version to 1.10.1pre. 2013-01-17 13:32:30 -05:00
Kris Borchers
34409e7ddd Updating to jQuery 1.9.0 2013-01-17 00:28:41 -06:00
Scott González
92bcef9305 Build: Check patch instead of minor to detect major releases. 2013-01-16 13:59:27 -05:00
Scott González
1f65b3bca9 Whitespace. 2013-01-16 13:45:54 -05:00
Corey Frang
722c4bed99 Updating to jQuery Color 2.1.2 2013-01-16 11:15:16 -06:00
Dave Stein
b21904007f Draggable: Added test for disabled 2013-01-15 19:42:03 -05:00
Dave Stein
5f26d83c78 Draggable: Added tests for opacity and zIndex 2013-01-15 19:34:17 -05:00
Dave Stein
f616b62a5d Draggable: Added tests for handle and helper, removed trailing whitespaces 2013-01-15 19:24:41 -05:00
Dave Stein
9846dbcfaa Draggable: Added more tests for grid and cursorAt 2013-01-15 19:11:34 -05:00
Dave Stein
4a238046bf Draggable Tests: Grunted 2013-01-15 18:57:13 -05:00
Scott González
d3d1e31e9f Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes. 2013-01-15 09:25:00 -05:00
Dave Stein
e85402f553 Draggable: Added tests for containment and cursor. 2013-01-14 19:20:39 -05:00
Dave Stein
c9001874dc Draggable Tests: Added tests for appendTo and axis 2013-01-14 18:26:39 -05:00
Jörn Zaefferer
5549dfabba Revert "Updating the master version to 1.10.1pre."
This reverts commit 20cf7abef1.
2013-01-14 21:19:09 +01:00
Jörn Zaefferer
20cf7abef1 Updating the master version to 1.10.1pre. 2013-01-14 21:16:43 +01:00
Jörn Zaefferer
d403e5a50f Build: Fix generate_themes task to adopt to changes in download builder. 2013-01-14 21:08:41 +01:00
Dominic Barnes
176e0ed0e6 Slider: Moved events to named functions (to allow extended plugins to hook in). 2013-01-14 12:48:32 -05:00
Mike Sherov
c70b3dc9e3 Draggable Tests: Cleaned up core and method tests. 2013-01-13 18:55:43 -05:00
Mike Sherov
430bd68344 Draggable Tests: Cleaned up events tests. 2013-01-12 00:49:02 -05:00
Mike Sherov
4c7b57859f Draggable Tests: Remove Future Unsupported APIs 2013-01-12 00:47:43 -05:00
Mike Sherov
854f6df2bc Merge branch 'master' of github.com:jquery/jquery-ui into interactions
Conflicts:
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-11 20:25:03 -05:00
Mike Sherov
e4a786e1a4 Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
This corrects a failing test with core 1.6, so no new test is required.
2013-01-11 08:35:51 -05:00
Scott González
83cbf97978 Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
Mike Sherov
78a6354180 Effects: fix backwards compatibility in animateClass for jQuery Core <1.8 2013-01-08 21:36:34 -05:00
Scott González
e63cb47c88 Release: Remove TODO for uploading release zip to GitHub since downloads are discontinued. 2013-01-08 20:38:09 -05:00
Scott González
9b74740388 Release: Remove support for node <0.8. 2013-01-08 20:20:03 -05:00
Scott González
6970715d84 Updated maintainers list. 2013-01-08 20:15:35 -05:00
Scott González
4bb92f95e7 Updated AUTHORS.txt. 2013-01-08 20:13:11 -05:00
Jörn Zaefferer
a335740537 Libs/externals: Fix line endings. 2013-01-08 17:28:45 +01:00
Jörn Zaefferer
43fa90451b Update .gitattributes to only touch files with text content. 2013-01-08 17:20:50 +01:00
Scott González
68e5ebcf1a Datepicker i18n: Fix line endings. 2013-01-08 08:09:34 -05:00
Scott González
48a790a327 Core: Resume focus test based on the event, not the callback. 2013-01-08 07:54:11 -05:00
Dave Stein
6eb954f5ea Draggable: linted 2013-01-07 15:07:42 -05:00
Dave Stein
d84cf1d716 Draggable: Uncommented failing scrolling tests and fixed them 2013-01-07 14:44:00 -05:00
Dave Stein
1495a61298 Draggable: Grid will snap at >= half rather than just > 2013-01-07 11:35:18 -05:00
Dave Stein
7ad8f54a5a Draggable: Removed test for "drag callback shuold happen exactly once" 2013-01-07 11:22:24 -05:00
Mike Sherov
cc5ac08fde Dev: add .gitattributes file to force all line endings to LF 2013-01-03 14:38:05 -05:00
Mike Sherov
da01fb6a34 Effects: Avoid cssHook blending in non-rgba browsers when the value is "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8 2013-01-03 14:33:41 -05:00
Mike Sherov
7b1c19b191 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_common.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-02 18:34:34 -05:00
Mike Sherov
f667d090a7 Interactions: Update widget defaults to match documented API. 2013-01-02 18:27:22 -05:00
Mike Sherov
cf7dc089e0 Tests: Correct all 404 errors in the test suite 2013-01-02 18:03:03 -05:00
Mike Sherov
ff47763924 Datepicker Tests: Prepare for widget-ization tests. 2013-01-02 17:37:26 -05:00
Mike Sherov
b477098da5 Slider: add options for event callbacks 2013-01-02 14:58:12 -05:00
Mike Sherov
4e79d15c2b Draggable Demo: Fix htmllint failures 2013-01-02 14:05:57 -05:00
Mike Sherov
a3c8c19775 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_options.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-01 23:43:34 -05:00
Mike Sherov
18b8ffd796 Draggable Tests: Cover all cursorAt option formats. 2013-01-01 23:16:12 -05:00
Mike Sherov
ac2c7fd256 support array and string position notation for cursorAt 2013-01-01 22:15:03 -05:00
Mike Sherov
abb847191e Fix common tests, and add back in undocumented, but necessary array position format 2013-01-01 21:59:18 -05:00
TJ VanToll
695358983e Selectable: Account for scrolling on the helper's initial position. Fixed #8915 - Selectable: Lasso offset issue with scrolling. 2013-01-01 08:22:18 -05:00
TJ VanToll
2620be85e9 Selectable tests: Removed a non-existent script tag causing a 404 in the tests. 2013-01-01 08:19:20 -05:00