Commit graph

105 commits

Author SHA1 Message Date
Pavel fljot
d33c6764b6 Update README for recent changes in API 2012-08-17 19:01:34 +03:00
Pavel fljot
4d1e467b2d Remove redundant globalToLocal methods 2012-08-17 18:52:24 +03:00
Pavel fljot
4839b1fa59 Remove custom gesture events and standardize dispatching 2012-08-17 18:51:18 +03:00
Pavel fljot
ca5a2efbe6 Refactor GestureState (internal improvements) 2012-08-17 17:59:08 +03:00
Pavel fljot
1eb3dfa9e1 Bumped version to 0.4 2012-08-07 17:47:43 +03:00
Pavel fljot
3acafd1dfb Minor fix for Gesture state machine
to dispatch STATE_CHANGE even when cycling around CHANGED state
2012-08-07 17:46:53 +03:00
Pavel fljot
2678e12de8 Add protected from a mistyped event listening 2012-08-07 17:46:12 +03:00
Pavel fljot
a3b618e90a Move native adapters to extensions package 2012-08-07 17:38:10 +03:00
Pavel fljot
9c817b7472 Implement touch cancelation handling 2012-08-01 19:41:58 +03:00
Pavel fljot
7bfb1fae36 Minor type fix 2012-07-20 14:52:18 +03:00
Pavel fljot
7bacbf087b Minor changes 2012-07-20 14:49:48 +03:00
Pavel fljot
7278e863d4 Refactor dirty gestures reset 2012-07-20 14:49:16 +03:00
Pavel fljot
eab6cb4a1c Remove unnecessary casting 2012-07-20 14:47:52 +03:00
Pavel fljot
4bdefd12bb Minor cleanup in LongPressGesture 2012-07-13 18:27:20 +03:00
Pavel fljot
c5f91e6de1 Improve internal algorithm for TapGesture 2012-07-13 18:08:07 +03:00
Pavel fljot
ed2efc1954 Improve internal algorithm for SwipeGesture 2012-07-13 16:51:06 +03:00
Pavel fljot
c2125a06e1 Remove unnecessary imports 2012-07-12 12:46:11 +03:00
Pavel fljot
4a8e6feada Improve internal algorithm for SwipeGesture
but still under question
2012-07-11 22:47:55 +03:00
Pavel fljot
850ed9849f Change rotation values from degrees to radians 2012-07-11 13:34:50 +03:00
Pavel fljot
7be7c8c40a Improve internal algorithm for TransformGesture 2012-07-11 13:28:43 +03:00
Pavel fljot
f8149935db Improve internal algorithm for ZoomGesture 2012-07-10 17:11:46 +03:00
Pavel fljot
fd55468579 Improve internal algorithm for RotateGesture 2012-07-10 17:11:30 +03:00
Pavel fljot
0555813e25 Hotfix for gesture state machine validation 2012-07-09 16:47:09 +03:00
Pavel fljot
c2d31b743b Fix Stage + Starling gestures simultaneous recognition 2012-07-05 10:17:53 +03:00
Pavel fljot
37f6220eb5 Changed default PanGesture#maxNumTouchesRequired to uint.MAX_VALUE 2012-07-04 23:44:16 +03:00
Pavel fljot
2e02b13581 Improved early failing strategy implementation
as in iOS UIGestureRecognizers. Also fixes bugs with new validating state machine.
2012-07-04 23:43:01 +03:00
Pavel fljot
6273cc33e6 Bumped version to 0.4-beta 2012-07-04 21:55:34 +03:00
Pavel fljot
00040bb2e2 Merge branch 'refs/heads/features/starling' into develop 2012-07-04 21:41:26 +03:00
Pavel fljot
963c66024e Update README 2012-07-04 21:40:55 +03:00
Pavel fljot
2d52729f7c Update "requireGestureToFail" API implementation 2012-07-04 21:36:55 +03:00
Pavel fljot
60d9cb6744 Fixed potential bug with registering gesture target
in case when previous gesture target was GC-ed, but gesture instance was reused to set a new target
2012-07-04 21:34:49 +03:00
Pavel fljot
bbfb3fc34c Minor performance improvement via "use namespace" access 2012-07-03 23:23:48 +03:00
Pavel fljot
193332b9d0 Change GestureState to "real" enum 2012-07-03 23:12:38 +03:00
Pavel fljot
039a7d79f4 Fixed and slightly improved gesture reset 2012-07-02 22:33:50 +03:00
Pavel fljot
09c35a5d97 Minor tabs and spaces cleanup 2012-07-02 18:29:33 +03:00
Pavel fljot
cdd90d7479 Moved IDisplayListAdapter creating and retrieving logic to Gestouch class 2012-07-02 18:28:30 +03:00
Pavel fljot
32e9ff979c Update to always include Stage in hierarchy
so that gestures registered on Stage will always react on touch
2012-07-01 12:57:31 +03:00
Pavel fljot
d072f6e478 Fix for potential RTE related to "contains" logic 2012-07-01 11:48:10 +03:00
Pavel fljot
33108a1bc7 Changed global system gesture slop to variable 2012-06-01 13:51:15 +03:00
Pavel fljot
8d870f4e93 Improved event handling autocompletion (for FD) 2012-06-01 13:49:29 +03:00
Pavel fljot
54cc5d42bd Merge branch 'refs/heads/develop' into features/starling 2012-05-30 20:54:47 +03:00
Pavel fljot
e9132fec9b Massive refactoring of input layer 2012-05-29 17:03:16 +03:00
Pavel fljot
e0a892654d Untyped globalToLocal call fix 2012-05-29 17:01:54 +03:00
Pavel fljot
0adfac4c5d Fixed touch/mouse event handling condition in StarlingInputAdapter 2012-05-04 14:54:25 +03:00
Pavel fljot
62fa492d66 Fixed initial offset calculation for PanGesture 2012-04-02 17:17:48 +03:00
Pavel fljot
696b6367f2 Fixed location for TapGesture 2012-04-02 17:16:48 +03:00
Pavel fljot
86439e7627 README update for simplified API 2012-03-18 12:19:43 +02:00
Pavel fljot
d1150b2a35 Simplified API for Gesture target 2012-03-18 12:17:01 +02:00
Pavel fljot
63a5df8761 Bumped version to 0.4-alpha 2012-03-16 01:04:50 +02:00
Pavel fljot
c983ebe32a Readme quick update for Starling 2012-03-16 01:03:40 +02:00