-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't recreate the window every time; it's possible to use SetWindowPos and show/hide it on-demand * WIL-ize and document a couple things * make the class registration a static inline * make class reg/creation happen as part of MakeWindow * remove the entire tabview color key (let it fall back to the actual color specified in MUX)
- Loading branch information
Showing
7 changed files
with
81 additions
and
83 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
IMap | ||
ICustom | ||
IMap | ||
IObject | ||
LCID | ||
NCHITTEST | ||
NCLBUTTONDBLCLK | ||
NCRBUTTONDBLCLK | ||
NOREDIRECTIONBITMAP | ||
rfind | ||
SIZENS |
6 changes: 0 additions & 6 deletions
6
.github/actions/spell-check/whitelist/c3759587195744a3a2e01e2be4ee44ef1f6ab100.txt
This file was deleted.
Oops, something went wrong.
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
Submodule gsl
updated
15 files
+2 −2 | CONTRIBUTING.md | |
+2 −0 | README.md | |
+1 −1 | ThirdPartyNotices.txt | |
+6 −4 | include/gsl/gsl_byte | |
+3 −6 | include/gsl/gsl_util | |
+119 −139 | include/gsl/multi_span | |
+13 −5 | include/gsl/pointers | |
+1 −1 | include/gsl/span | |
+0 −1 | include/gsl/string_span | |
+10 −0 | tests/bounds_tests.cpp | |
+15 −1 | tests/multi_span_tests.cpp | |
+1 −1 | tests/no_exception_ensure_tests.cpp | |
+1 −1 | tests/no_exception_throw_tests.cpp | |
+2 −2 | tests/notnull_tests.cpp | |
+11 −1 | tests/strided_span_tests.cpp |
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
f343e24
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.
New misspellings found, please review:
To accept these changes, run the following commands
✏️ Contributor please read this
.github/actions/spell-check/dictionary/names.txt
..github/actions/spell-check/dictionary/
..github/actions/spell-check/whitelist/
.add an item in an appropriate file in
.github/actions/spell-check/patterns/
.See the
README.md
in each directory for more information.At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before encouraging the merge bot to merge this PR.