Commit Graph

4271 Commits

Author SHA1 Message Date
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
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
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
kborchers
f0007ec745 Menu: Change first() and last() to isFirstItem() and isLastItem() 2011-12-23 09:48:14 -06:00
kborchers
c88add2269 Menu: Fix close delay and increase the default delay 2011-12-20 11:49:48 -06:00
Scott González
76c7bf6c3f Merge pull request #553 from AlbertoMonteiro/master
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
2011-12-15 12:59:39 -08:00
Alberto Monteiro
a4b7feabd3 Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position 2011-12-15 17:52:49 -03:00
kborchers
cf1470dcef Menu: Replace accidentally removed scroll-handling code in focus 2011-12-15 13:28:33 -06:00
kborchers
a8d0e4c804 Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown 2011-12-15 12:43:28 -06:00
kborchers
aa8c4770a9 Menu: Update the default visual test to use the new menus option that replaced the items option 2011-12-07 14:51:46 -06:00
Kris Borchers
1748b5f404 Merge pull request #541 from kborchers/menubar_otherStructures
Menubar: Allow structures other than just UL/LI and combine the _next, _prev, _right and _left into _move
2011-12-07 10:19:55 -08:00
kborchers
aa267fb606 Menubar: Fix font-weight and spacing of disabled menu items 2011-12-01 14:51:23 -06:00
kborchers
65f5d9073d Menubar: Update the items option in Menu to the renamed menus option 2011-12-01 12:57:31 -06:00
kborchers
490dc4d36b Merge branch 'master' into menubar_otherStructures 2011-12-01 12:53:35 -06:00
kborchers
ce7918fc73 Menu: Change items option to menus 2011-12-01 12:39:16 -06:00
Jörn Zaefferer
8b9ec2b861 Build: Also minify i18n files. 2011-12-01 17:05:58 +01:00
kborchers
afdc577e9c Menu: Remove the isScrolling check which nolonger seems necessary. 2011-11-30 08:39:10 -06:00
Scott González
a3a5c65d4d Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. 2011-11-29 15:01:04 -05:00
Scott González
fea9caac15 Merge pull request #537 from RobLoach/master
Remove whitespace at the end of Dialog title CSS definition.
2011-11-29 05:08:35 -08:00
Rob Loach
439f877516 Remove whitespace at the end of the Dialog title CSS definition. 2011-11-28 18:57:57 -05:00
James Khoury
ce0afde900 Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set. 2011-11-28 16:52:10 -05:00
meh-cfl
06f6fa8524 Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. 2011-11-28 16:33:23 -05:00
Dave Stein
5d029ffab0 Draggable: Removed scrollSpeed/Sensitivity options. Consolidated scrolling code for different scrollParents 2011-11-27 18:32:34 -05:00
Dave Stein
da1b946e66 Droppable: Answered TODO comment about Math.round 2011-11-27 17:55:04 -05:00
Dave Stein
2799b4a67f Draggable: Replaced .offset() with math. Added TODO about absolute elements within relative container 2011-11-27 17:27:55 -05:00