-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.73-stable] Add mouse hover events to RCTTextView
#2143
[0.73-stable] Add mouse hover events to RCTTextView
#2143
Commits on Jun 25, 2024
-
Adam Gleitman committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 387e28f - Browse repository at this point
Copy the full SHA 387e28fView commit details -
Adam Gleitman committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e5ec21 - Browse repository at this point
Copy the full SHA 3e5ec21View commit details -
Adam Gleitman committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b9a344 - Browse repository at this point
Copy the full SHA 8b9a344View commit details -
Clarify comment about mousemove order
Adam Gleitman committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for bcbf64c - Browse repository at this point
Copy the full SHA bcbf64cView commit details -
Cleanup: enumerate all text attributes at once instead of doing multi…
…ple passes
Adam Gleitman committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for f8f9ab0 - Browse repository at this point
Copy the full SHA f8f9ab0View commit details
Commits on Jun 26, 2024
-
Use *shadow* view traversal for handling nested mouse events
Adam Gleitman committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 5a7a39e - Browse repository at this point
Copy the full SHA 5a7a39eView commit details -
Remove potentially confusing comment
Adam Gleitman committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3866165 - Browse repository at this point
Copy the full SHA 3866165View commit details
Commits on Jun 28, 2024
-
descendantViewTags doesn't need to worry about duplicates
Adam Gleitman committedJun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 942c7d6 - Browse repository at this point
Copy the full SHA 942c7d6View commit details -
Distinguish between embedded views and virtual text subviews
Adam Gleitman committedJun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ee372a9 - Browse repository at this point
Copy the full SHA ee372a9View commit details
Commits on Jul 8, 2024
-
Scope _virtualSubviews to macOS only
Adam Gleitman committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 194ee9d - Browse repository at this point
Copy the full SHA 194ee9dView commit details -
nit: use separate #if blocks for
setTextStorage:...
and `getRectFor……CharRange:` inclusions
Adam Gleitman committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d4e402f - Browse repository at this point
Copy the full SHA d4e402fView commit details -
TARGET_OS_OSX blocks for virtualSubviewTags
Adam Gleitman committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fbf20c - Browse repository at this point
Copy the full SHA 7fbf20cView commit details
Commits on Jul 9, 2024
-
Remove #if TARGET_OS_OSX blocks, since these changes are potentially …
…upstreamable
Adam Gleitman committedJul 9, 2024 Configuration menu - View commit details
-
Copy full SHA for bc4d5d0 - Browse repository at this point
Copy the full SHA bc4d5d0View commit details -
Adam Gleitman committed
Jul 9, 2024 Configuration menu - View commit details
-
Copy full SHA for bcaee62 - Browse repository at this point
Copy the full SHA bcaee62View commit details