-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Introduce UiaTextRangeBase::FindText() for Accessibility #4432
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 719676c - Browse repository at this point
Copy the full SHA 719676cView commit details
Commits on Dec 19, 2019
-
- remove _degenerate - _start and _end are now COORDs - _end is always exclusive - de-static-fy functions - all COORDs are in the text buffer coordinate system
Configuration menu - View commit details
-
Copy full SHA for e7555dc - Browse repository at this point
Copy the full SHA e7555dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a26e3 - Browse repository at this point
Copy the full SHA 76a26e3View commit details
Commits on Dec 20, 2019
-
Add accessibilityMode to GetWordStart/End and Viewport functions.
Get some tests running again
Configuration menu - View commit details
-
Copy full SHA for d4c4e29 - Browse repository at this point
Copy the full SHA d4c4e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3017aaa - Browse repository at this point
Copy the full SHA 3017aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b2ea2 - Browse repository at this point
Copy the full SHA f6b2ea2View commit details
Commits on Dec 21, 2019
-
Let's try doing word nav this way
Carlos Zamora committedDec 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 9a40869 - Browse repository at this point
Copy the full SHA 9a40869View commit details
Commits on Jan 17, 2020
-
Add testing for Compare, CompareEndpoint, Expand, and MoveEndpointByR…
…ange Missing tests for... - GetText - Move - MoveEndpointByUnit Still need to think of how to approach Move and MoveEndpointByUnit since these should be very similar and should reuse a lot of code.
Configuration menu - View commit details
-
Copy full SHA for ea22c8f - Browse repository at this point
Copy the full SHA ea22c8fView commit details
Commits on Jan 22, 2020
-
Turns out, the bug is in our wrapper class. Not supposed to return nu…
…llptr when attribute not found. Don't know why this is an issue _now_
3Configuration menu - View commit details
-
Copy full SHA for bcfc522 - Browse repository at this point
Copy the full SHA bcfc522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d50cb - Browse repository at this point
Copy the full SHA 71d50cbView commit details
Commits on Jan 27, 2020
-
Finish fixing NVDA issues with UiaTextRange (scoped for this PR)
Narrator's word navigation has regressed. This PR will not be ready until that is fixed.
Configuration menu - View commit details
-
Copy full SHA for c075ab2 - Browse repository at this point
Copy the full SHA c075ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11a7b6 - Browse repository at this point
Copy the full SHA d11a7b6View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ee0d72 - Browse repository at this point
Copy the full SHA 9ee0d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44db54 - Browse repository at this point
Copy the full SHA e44db54View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 4571d42 - Browse repository at this point
Copy the full SHA 4571d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9cf75 - Browse repository at this point
Copy the full SHA 1e9cf75View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bcfa72 - Browse repository at this point
Copy the full SHA 7bcfa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706620c - Browse repository at this point
Copy the full SHA 706620cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f676af3 - Browse repository at this point
Copy the full SHA f676af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21fbdf - Browse repository at this point
Copy the full SHA d21fbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1caf2ca - Browse repository at this point
Copy the full SHA 1caf2caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60cfea - Browse repository at this point
Copy the full SHA a60cfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ac9f6 - Browse repository at this point
Copy the full SHA d0ac9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41b8fb - Browse repository at this point
Copy the full SHA c41b8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 623dc41 - Browse repository at this point
Copy the full SHA 623dc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9cafb8 - Browse repository at this point
Copy the full SHA a9cafb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45b066 - Browse repository at this point
Copy the full SHA c45b066View commit details