Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nvaccess
/
nvda
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
821
Star
2.6k
Code
Issues
2.2k
Pull requests
19
Discussions
Actions
Projects
Wiki
Security and quality
23
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Exit NVDA safely by closing all top level windows
- #12183
#12183
Merged
seanbudd
merged 29 commits into
master
nvaccess/nvda:master
from
fix-12153
nvaccess/nvda:fix-12153
Copy head branch name to clipboard
Mar 25, 2021
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Exit NVDA safely by closing all top level windows
#12183
seanbudd
merged 29 commits into
master
nvaccess/nvda:master
from
fix-12153
nvaccess/nvda:fix-12153
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2021
push crash dump as appveyor artifact
seanbudd
committed
1ccdf8b
View commit details
Copy full SHA for 1ccdf8b
Browse repository at this point
create safeAppExit
seanbudd
committed
c605479
View commit details
Copy full SHA for c605479
Browse repository at this point
remove unnecessary Destroy call
seanbudd
committed
d57d486
View commit details
Copy full SHA for d57d486
Browse repository at this point
check if crashDump exists before pushing
seanbudd
committed
bf9447e
View commit details
Copy full SHA for bf9447e
Browse repository at this point
revert d57d486941e63f04e9dd209ca3615325adb5dca0
seanbudd
committed
49eb9e7
View commit details
Copy full SHA for 49eb9e7
Browse repository at this point
improve handling of welcomedialog closing
seanbudd
committed
684b9de
View commit details
Copy full SHA for 684b9de
Browse repository at this point
revert to previous behaviour to trigger appveyor crash dump
seanbudd
committed
80e41ed
View commit details
Copy full SHA for 80e41ed
Browse repository at this point
Revert "revert to previous behaviour to trigger appveyor crash dump"
Show description for 0e628c4
seanbudd
committed
0e628c4
View commit details
Copy full SHA for 0e628c4
Browse repository at this point
add appveyor fail when crash dump on install process
seanbudd
committed
cbf39f6
View commit details
Copy full SHA for cbf39f6
Browse repository at this point
revert to previous behaviour to trigger appveyor crash dump
seanbudd
committed
a469c4d
View commit details
Copy full SHA for a469c4d
Browse repository at this point
Revert "revert to previous behaviour to trigger appveyor crash dump"
Show description for 79aea67
seanbudd
committed
79aea67
View commit details
Copy full SHA for 79aea67
Browse repository at this point
Commits on Mar 22, 2021
add better comments
seanbudd
committed
eb89a33
View commit details
Copy full SHA for eb89a33
Browse repository at this point
rename installer crash file
seanbudd
committed
a5dc8d3
View commit details
Copy full SHA for a5dc8d3
Browse repository at this point
improve commenting
seanbudd
committed
da7d307
View commit details
Copy full SHA for da7d307
Browse repository at this point
trigger appveyor crash
seanbudd
committed
6d7da7f
View commit details
Copy full SHA for 6d7da7f
Browse repository at this point
Revert "trigger appveyor crash"
Show description for 1abbbd9
seanbudd
committed
1abbbd9
View commit details
Copy full SHA for 1abbbd9
Browse repository at this point
simplify appveyor push
seanbudd
committed
552711f
View commit details
Copy full SHA for 552711f
Browse repository at this point
Commits on Mar 23, 2021
Merge branch 'master' into fix-12153
seanbudd
committed
aacf6e1
View commit details
Copy full SHA for aacf6e1
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix-12153
seanbudd
committed
05b8891
View commit details
Copy full SHA for 05b8891
Browse repository at this point
move mainFrame exiting service to mainFrame, better logging
seanbudd
committed
8f577c2
View commit details
Copy full SHA for 8f577c2
Browse repository at this point
destroy the mainFrame to exit the App
seanbudd
committed
d7aea3b
View commit details
Copy full SHA for d7aea3b
Browse repository at this point
fix lint
seanbudd
committed
439d7c0
View commit details
Copy full SHA for 439d7c0
Browse repository at this point
Commits on Mar 24, 2021
Merge branch 'master' into fix-12153
seanbudd
committed
5475681
View commit details
Copy full SHA for 5475681
Browse repository at this point
minimize diff
seanbudd
committed
1fc0981
View commit details
Copy full SHA for 1fc0981
Browse repository at this point
handle all top level window desctruction from safe app exit
seanbudd
committed
c915591
View commit details
Copy full SHA for c915591
Browse repository at this point
use close behaviour where possible
seanbudd
committed
9eb32c7
View commit details
Copy full SHA for 9eb32c7
Browse repository at this point
Commits on Mar 25, 2021
improved logging
seanbudd
committed
f5eba29
View commit details
Copy full SHA for f5eba29
Browse repository at this point
update changes t2t
seanbudd
committed
7786252
View commit details
Copy full SHA for 7786252
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix-12153
seanbudd
committed
1564328
View commit details
Copy full SHA for 1564328
Browse repository at this point
You can’t perform that action at this time.