-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Revert the revert of "Hide the window until we're finished with initialization" #13811
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
103beb4
I just want to run the scratch project, I have no idea how this got s…
zadjii-msft c795793
Revert "I just want to run the scratch project, I have no idea how th…
zadjii-msft 11bfc73
A BLANK SCRATCH COMMIT
zadjii-msft 1dd6e99
prototype
zadjii-msft 874a15b
Good-news-everyone.gif
zadjii-msft dc78b32
this does temporarily get the title out of the link, but then it's lose
zadjii-msft 9a2ee6a
Cleanup, comments, etc.
zadjii-msft fd75c5e
I think this is all the prototyping I need
zadjii-msft 4b717db
Merge remote-tracking branch 'origin/main' into dev/migrie/f/9458-sta…
zadjii-msft c0b4840
Merge remote-tracking branch 'origin/main' into dev/migrie/f/9458-sta…
zadjii-msft 7268e96
Remove scratch work
zadjii-msft e333661
cleanup for review
zadjii-msft 879a955
more comments, cleanup
zadjii-msft 5bf3c1e
had this all before the long weekend
zadjii-msft 01420b9
Merge remote-tracking branch 'origin/main' into dev/migrie/f/9458-sta…
zadjii-msft 18a62bd
I think I'm gonna need to put EVERYTHING in here
zadjii-msft d2336e3
Merge remote-tracking branch 'origin/main' into dev/migrie/f/9458-sta…
zadjii-msft 3ce349e
big s/o to whoever added the onecore projects to the oss repo, so we …
zadjii-msft 5849279
Merge branch 'main' into dev/migrie/f/9458-startupInfoToTerminal
zadjii-msft 38de95e
Code review notes
zadjii-msft 4c08b9a
Revert "Revert "Hide the window from DWM until we're finished with in…
zadjii-msft a1fd241
Well this fixes it but I need to sort out the last bits of the launch…
zadjii-msft c34495d
yea this does it
zadjii-msft 1fac403
until we can be sure, lets take this out
zadjii-msft 42a5fc9
Merge remote-tracking branch 'origin/main' into dev/migrie/b/9053-att…
zadjii-msft b37ed82
Migrate spelling-0.0.21 changes from main
DHowett 8c66d90
Merge remote-tracking branch 'origin/main' into dev/migrie/b/9053-att…
zadjii-msft 6a20741
Merge branch 'dev/migrie/b/9053-attempt-2' of https://github.com/micr…
zadjii-msft e99af2d
Merge branch 'main' into dev/migrie/b/9053-attempt-2
zadjii-msft 8b14a22
Merge branch 'main' into dev/migrie/b/9053-attempt-2
zadjii-msft 6a99f25
as a point of bookmarking - this works
zadjii-msft 431b26a
as it turns out, we don't need the invalidate. that's at least _less_…
zadjii-msft e67bfb3
this is cleaner
zadjii-msft 02f5bfa
cleanup comment
zadjii-msft 35db280
VS *shake fist*
zadjii-msft b7ea20c
update this comment
zadjii-msft 5289c23
You know, I don't think we need allowsetforeground
zadjii-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit worried that (1) we used to Summon from here and (2) now we aren't. Will this result in new terminal windows not coming to the front when they are the second window in the process? Will this result in us missing some activations somehow?