Scott González
|
c518774aa3
|
Merge pull request #569 from ryanolton/master
Fixed #5818 - multiple DatePickers won't trigger close event
|
2012-01-20 08:23:58 -08:00 |
|
Scott González
|
09cf7092f8
|
Merge pull request #570 from clear00/master
Datepicker i18n: Fix some issues on the Korean translation
|
2012-01-20 08:13:28 -08:00 |
|
SpoonNZ
|
ba6916f22a
|
Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
|
2012-01-20 11:01:32 -05:00 |
|
Scott González
|
956c2cd2a5
|
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
|
2012-01-19 21:37:39 -05:00 |
|
Scott González
|
15e73e38b2
|
Merge pull request #564 from arhea/master
Tabs isLocal function was not compatible with HTML5 push state
|
2012-01-19 14:05:00 -08:00 |
|
Rick Waldron
|
07ec849f62
|
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
|
2012-01-19 08:21:54 -05:00 |
|
Scott González
|
13eca299a9
|
Menu tests: Removed trigger option.
|
2012-01-18 16:51:43 -05:00 |
|
Scott González
|
3a1031e58b
|
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
|
2012-01-18 16:37:04 -05:00 |
|
Scott González
|
266fb1e89e
|
Draggable: Position helper in the same relative position as the original element, compared to the pointer.
|
2012-01-15 15:18:12 -05:00 |
|
Scott González
|
0e96a50231
|
Droppable: Account for draggable helper when calculating proportions.
|
2012-01-15 13:44:52 -05:00 |
|
Scott González
|
2c9ee0252d
|
Droppable: Only react to drag events if they're not canceled. Fixed pointer intersection.
|
2012-01-15 13:35:23 -05:00 |
|
Scott González
|
003bbf42fc
|
Draggable: Pass pointer position in the ui hash for all events.
|
2012-01-15 13:34:46 -05:00 |
|
Scott González
|
66a594ec76
|
Droppable: Added TODOs.
|
2012-01-15 13:08:41 -05:00 |
|
Scott González
|
178c21c0b4
|
Interaction: Rename position hash to pointerPosition and use x/y instead of left/top.
|
2012-01-15 12:57:39 -05:00 |
|
Scott González
|
3a90f455e6
|
Droppable: Refactored touch tolerance.
|
2012-01-15 12:49:44 -05:00 |
|
Scott González
|
d4bc923f56
|
Droppable: Fixed intersect tolerance.
|
2012-01-15 12:40:06 -05:00 |
|
Scott González
|
98795e3d91
|
Droppable: Use internal guid instead of jQuery.guid.
|
2012-01-15 11:52:01 -05:00 |
|
Scott González
|
b0fda0cd14
|
Draggable: Added handle option.
|
2012-01-14 16:15:02 -05:00 |
|
Scott González
|
d31f31cfa8
|
Interaction: Added _isValidTarget(), equivalent of _mouseCapture().
|
2012-01-14 16:14:39 -05:00 |
|
Scott González
|
b9db636cbe
|
Draggable: Cleanup.
|
2012-01-14 15:49:58 -05:00 |
|
Scott González
|
3077b608c8
|
Interaction: Ignore MSPointer events if they're initiated from a mouse, but not from the primary button.
|
2012-01-12 21:25:19 -05:00 |
|
Scott González
|
eee63a2e24
|
Datepicker i18n (nl-BE): Removed BOM.
|
2012-01-12 16:49:50 -05:00 |
|
clear00
|
c0dfa1173c
|
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation
|
2012-01-13 05:01:01 +09:00 |
|
ryanolton
|
82cf9e297f
|
Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event
|
2012-01-12 11:22:48 -05:00 |
|
Scott González
|
e2d9b02c56
|
Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
|
2012-01-12 08:59:53 -05:00 |
|
Scott González
|
d6c3360dec
|
Interaction: Added TODO for MSPointer.
|
2012-01-11 22:47:34 -05:00 |
|
Scott González
|
8f712d8928
|
Interaction: Save some bytes.
|
2012-01-11 22:34:46 -05:00 |
|
Scott González
|
3ffb6c6a2e
|
Interaction: MSPointer: Optimize by ignoring MSPointerMove events with the same x/y coords as the previous event.
|
2012-01-11 22:31:39 -05:00 |
|
Scott González
|
f09288d18f
|
Interaction: MSPointer: Prevent mouse event promotion. Properly retrieve x/y coordinates. Handle cancel events.
|
2012-01-11 22:04:41 -05:00 |
|
Jörn Zaefferer
|
370bc00150
|
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before
|
2012-01-11 19:58:46 +01:00 |
|
Scott González
|
a13894672a
|
Interaction: Initiail MSPointer implementation.
|
2012-01-08 22:17:19 -05:00 |
|
Scott González
|
7332f0e0dd
|
Interaction: Initial implementation of W3C Touch Events.
|
2012-01-08 22:01:29 -05:00 |
|
Scott González
|
a96232a591
|
Droppable: Removed interaction as dependency.
|
2012-01-08 21:54:49 -05:00 |
|
Scott González
|
c50c5c01ee
|
Droppable: Hook directly into drag events.
|
2012-01-08 21:53:47 -05:00 |
|
Scott González
|
e41a10b559
|
Interaction: Normalize top/left coordinates in hooks.
|
2012-01-08 21:48:53 -05:00 |
|
Scott González
|
49ea77eff7
|
Draggable: Use pageX/Y instead of clientX/Y.
|
2012-01-08 15:21:20 -05:00 |
|
Scott González
|
726d3f67c2
|
Interaction: Fixed unbinding of mousemove and mouseup event handlers.
|
2012-01-07 20:49:49 -05:00 |
|
Scott González
|
ed463ab80c
|
Merge branch 'master' into interactions
|
2012-01-07 20:49:06 -05:00 |
|
Scott González
|
3cf98e5ca1
|
Widget: Set guid on event handler proxies so direct unbinding works.
|
2012-01-07 20:48:42 -05:00 |
|
Scott González
|
5240f72293
|
Merge branch 'master' into interactions
|
2012-01-07 20:46:41 -05:00 |
|
Scott González
|
122b463c44
|
Droppable: Cleanup.
|
2012-01-07 20:45:10 -05:00 |
|
Scott González
|
66d11338a9
|
Draggable: Fixed comments about events.
|
2012-01-07 20:44:51 -05:00 |
|
Scott González
|
247c29ee93
|
Draggable, Droppable: Updated dependencies.
|
2012-01-07 12:20:49 -05:00 |
|
Scott González
|
b7a0c6a4cf
|
Draggable: Cleanup.
|
2012-01-07 12:18:08 -05:00 |
|
Scott González
|
bf9a9339e5
|
Droppable default demo: User interaction instead of mouse.
|
2012-01-07 11:56:18 -05:00 |
|
Scott González
|
43a93e5c33
|
Droppable: Cleanup.
|
2012-01-07 11:55:33 -05:00 |
|
Scott González
|
31ebe7e7da
|
Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture.
|
2012-01-07 09:12:27 -05:00 |
|
Corey Frang
|
f63820769d
|
Effects: Whitespace fixes & using parseFloat instead of parseInt
|
2012-01-05 11:46:50 -06:00 |
|
rozwell
|
48659c643f
|
Effects: Blind effect bugfix - Pull Request #563 - No Ticket
|
2012-01-05 11:43:51 -06:00 |
|
Jörn Zaefferer
|
85348eeebe
|
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
|
2012-01-04 16:42:16 +01:00 |
|