nvda
Initial master to beta merge
#18972
Merged

Initial master to beta merge #18972

seanbudd merged 89 commits into beta from master
seanbudd
seanbudd Start dev cycle for 2026.1 (#18680)
e038efac
seanbudd Beta to master (#18700)
29373a98
seanbudd Beta to master (#18704)
08399041
seanbudd Beta to master #18705
7bedcb9b
seanbudd Beta to master #18716
dc628936
seanbudd Add copy version number button to the about dialog (#18667)
f8f4a31e
seanbudd n Update to Python 3.13 for 2026.1 #18689
9613ce6e
Qchristensen Change reference from "Comments" to "Notes" in the Elements list for …
b9f19e69
seanbudd remove glob import from versionInfo (#18682)
aa9c078e
LeonarddeR Report multi select on list boxes that support it (#18409)
7fc755f4
seanbudd Fix type quoting for _SupportsLessThan (#18719)
2be81ed5
seanbudd Beta to master (#18734)
5ef5d2b3
seanbudd Beta to master #18737
de80820c
LeonarddeR CI: Expand the system test matrix to allow multiple runner testing (#…
97f25a3c
seanbudd Create script to clear older caches (#18751)
4a2e1a06
seanbudd Fix up cache clearing (#18752)
f944e465
mltony Fix OffsetTextInfo.collapse() and OffsetTextInfo.move() (#18348)
8742b3a6
seanbudd simplify encoding standards (#18717)
45f2a379
SaschaCowley Update to Python 3.13.7 (#18736)
ac0bce5b
josephsl Add-on manifest: add 'changelog' key to document changes for the late…
a23f1abd
bramd Update Licensecheck to 2025.1 (#18728)
c5e6f386
LeonarddeR Test NVDA on server 2022 (#18755)
9f23ecf9
LeonarddeR Fix issues in uniscribe code (#18744)
92f345ea
seanbudd Beta to master #18773
6c726415
codeofdusk Detect and report the status bar in Visual Studio Code #18724
ecf99d92
seanbudd Update information on API in developer guide (#18765)
af5a9fbb
seanbudd Add GitHub action to search for duplicates (#18763)
9eabf487
seanbudd try different AI model for issue summarisation (#18775)
dc846983
seanbudd try different AI model gpt-5 (#18777)
96458e67
seanbudd try gpt 4.1 for issue duplication checks (#18780)
eb98a070
seanbudd Increase token limit for duplication check (#18783)
3a19506e
seanbudd Remove coderabbit references (#18786)
45b2d1de
seanbudd Merge Beta to master #1879
c01c4a19
SaschaCowley Move Windows API bindings out of hwPortUtils (#18571)
905a7eca
SaschaCowley Move changes introduced by #18571 to 2026.1 (#18804)
9f7a75ee
SaschaCowley Fix typos in changes introduced by #18571 (#18805)
8264bf2d
SaschaCowley Create experimental 64-bit dual builds (#18207)
9cc7ed6a
josephsl Enforce Windows 10 requirement for NVDA (#18688)
47a2cbfd
seanbudd Beta to master #18808
7569f1c5
seanbudd remove CI/CD handling for temp 64bit branch (#18812)
16825537
SaschaCowley Fix touch handler (#18814)
26f98286
LeonarddeR Improve unicode normalization (#18803)
d80d3494
SaschaCowley Allow NVDA x64 to run on clean installs of Windows (#18828)
cfe8e7ab
SaschaCowley document deprecation utils (#18809)
de2415e7
SaschaCowley Fix utils._deprecate to give the right module name when not running f…
c30a7877
seanbudd beta to master (#18844)
75ec2aef
SaschaCowley Add linting for markdown files
a61e230e
LeonarddeR Fix off by one text length in EditTextInfo (#18767)
a514710e
seanbudd Remove unsupported targetArchitectures from builds (#18798)
523e2a40
seanbudd Remove junk files (#18806)
322f1d7b
michaelDCurran Move more raw ctypes calls to winBindings (#18834)
6a398e9a
seanbudd Add document for 3rd party issue reporting (#18807)
e2a28681
LeonarddeR Fix app module loading when no process handle can be fetched (#18833)
baa206e6
LeonarddeR Use ARm64EC libraries for X64 support on ARM64 systems (#18570)
ae6a772a
josephsl NVDAObjects.IAccessible.sysListView32: ctypes.c_void_p -> ctypes.c_ul…
100c135f
nvdaes Fix errors sorting add-ons (#18847)
952db62f
michaelDCurran And more winBindings (#18860)
a70f3070
CyrilleB79 Report spelling errors with a sound while reading (#17997)
c07d2614
LeonarddeR Update liblouis to 3.35.0 (#18848)
fea7c35f
LeonarddeR Free display on secure desktop switch (#18810)
e6557a72
michaelDCurran Crash dumps are no longer empty on 64 bit (#18868)
ed52f3a7
SaschaCowley Fix UWP OCR on 64 bit NVDA (#18858)
ac783efe
seanbudd Beta to master (#18884)
5610f991
seanbudd beta to master (#18886)
a210f977
SaschaCowley Move user32 ctypes bindings to winBindings (#18883)
9996c490
LeonarddeR Add support for IE and Edge wxWebView controls #18877
7ad8fefe
LeonarddeR Config: remove start at/after logon checks that became obsolete (#18855)
ab624a3f
gexgd0419 Limit SAPI4 Vol tag value to 0~65535 (#18887)
6c430044
LeonarddeR Fix multi select reporting in braille (#18875)
3d74061b
SaschaCowley Fix some mouse gestures (#18906)
134f97e7
SaschaCowley Fix PR status checks (#18895)
c18f2666
michaelDCurran winUser.WinTimer: ensure timerFunc is correctly wrapped as a TIMERPRO…
4c8a2013
michaelDCurran Replace remaining raw ctypes calls to hid.dll with winBindings.hid de…
2f8a9df9
michaelDCurran Move all remaining kernel32 ctypes calls to winBindings (#18896)
47e6cf5d
SaschaCowley Shorten indentation beeps (#18898)
edc18bdd
michaelDCurran Moving mouse with audio coordinates no longer throws an error (#18931)
96325a9d
michaelDCurran systemUtils.ExecAndPump: the thread handle passed to msgWaitForMultip…
937891ef
michaelDCurran Replace some internal deprecated usage with correct symbols (#18930)
6009312a
seanbudd Add 'try-**' branch to CI PR triggers (#18940)
c440bb4f
michaelDCurran Typing a dead key no longer throws an error (#18933)
3e0c84ac
NSoiffer Fix unescaped "<" in MathML in PDF (#18520)
db11e28a
LeonarddeR Treat more syslistview32 controls as multi select (#18926)
32f645ca
seanbudd Use GitHub forms for issues (#15320)
cf531865
LeonarddeR Fix WindowFromAccessibleObject (#18942)
aa2ae6d3
seanbudd Modernize installer and reg key usage (#18851)
df7dd094
seanbudd Fix up #15320 (#18946)
c75b2de9
michaelDCurran NVDA no longer becomes unusable when interacting with a protected pro…
0bbc2718
SaschaCowley Fix Remote Access as follower (#18947)
5a557d02
LeonarddeR Fix waitable timer (#18952)
dc226976
seanbudd seanbudd requested a review from copilot-pull-request-reviewer copilot-pull-request-reviewer 239 days ago
seanbudd seanbudd requested a review 239 days ago
seanbudd seanbudd requested a review 239 days ago
seanbudd seanbudd requested a review from Qchristensen Qchristensen 239 days ago
seanbudd seanbudd requested a review from SaschaCowley SaschaCowley 239 days ago
seanbudd seanbudd enabled auto-merge 239 days ago
disabled auto-merge 239 days ago
Manually disabled by user
seanbudd seanbudd merged 89e6e7ab into beta 239 days ago
github-actions github-actions added this to the 2026.1 milestone 239 days ago
seanbudd seanbudd removed review request from copilot-pull-request-reviewer copilot-pull-request-reviewer 57 days ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone