Skip to content
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

Add support for more OSC color formats #7578

Merged
merged 47 commits into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
5f01b97
Add support for more OSC color formats
skyline75489 Sep 9, 2020
397a38c
Spell check
skyline75489 Sep 9, 2020
e3ffb96
Comment
skyline75489 Sep 9, 2020
ee8ae33
0xf haha
skyline75489 Sep 9, 2020
f2f09dc
Spell check
skyline75489 Sep 10, 2020
75ea805
Merge branch 'master' into chesterliu/dev/osc-color-format
skyline75489 Sep 11, 2020
4ad0b6a
Resolve comments
skyline75489 Sep 11, 2020
178c84b
Spell check
skyline75489 Sep 11, 2020
6d43bec
I think spell check won't be happy...
skyline75489 Sep 12, 2020
f237fe4
Make spell check happy
skyline75489 Sep 12, 2020
0f5fdd5
OK now you happy?
skyline75489 Sep 12, 2020
35611be
wstring for the win
skyline75489 Sep 12, 2020
d4e72cb
Oh really? I have to use LF for it to work?
skyline75489 Sep 12, 2020
3b9142d
Restore the other spell check files
skyline75489 Sep 12, 2020
5c933f4
Fix color table crash & add tests
skyline75489 Sep 12, 2020
6bc6509
Strip all whitespace when looking up xorg color name
skyline75489 Sep 12, 2020
e827110
Style check & audit
skyline75489 Sep 13, 2020
db5b2bf
So I need this?
skyline75489 Sep 13, 2020
3c6b42b
Resolve comments
skyline75489 Sep 14, 2020
a0f7fba
Style
skyline75489 Sep 14, 2020
c39f604
Refine
skyline75489 Sep 14, 2020
f842e9b
Restore const
skyline75489 Sep 14, 2020
6bbc178
til:color
skyline75489 Sep 14, 2020
1fec739
Merge branch 'master' into chesterliu/dev/osc-color-format
skyline75489 Sep 14, 2020
9569d21
Comments
skyline75489 Sep 15, 2020
8415d6b
Move color table things into dedicated cpp/hpp
skyline75489 Sep 15, 2020
4d2b204
Move XParseColor things into utils.cpp
skyline75489 Sep 16, 2020
d09549a
Trying to 'sort' things out
skyline75489 Sep 16, 2020
819668e
Filter before towlower
skyline75489 Sep 16, 2020
b4e44ab
Multi params
skyline75489 Sep 16, 2020
45377bb
Audit
skyline75489 Sep 16, 2020
f352e38
OK, seriously
skyline75489 Sep 16, 2020
a7d77e4
Some comment
skyline75489 Sep 16, 2020
c25e0ac
Merge branch 'master' into chesterliu/dev/osc-color-format
skyline75489 Sep 16, 2020
dbfc3c5
Resolve comments
skyline75489 Sep 16, 2020
9f81761
More tests
skyline75489 Sep 17, 2020
401d6f7
Even more tests
skyline75489 Sep 17, 2020
123c7b0
Resolve comments
skyline75489 Sep 19, 2020
da9c42d
Weekend Update. Get it? In SNL?..
skyline75489 Sep 20, 2020
7570496
Even more tests
skyline75489 Sep 20, 2020
6f7d1da
Fix compiling on x86
skyline75489 Sep 21, 2020
68ef469
Merge branch 'master' into chesterliu/dev/osc-color-format
skyline75489 Oct 8, 2020
a765d3c
Resolve comments
skyline75489 Oct 8, 2020
33b401e
Auditing
skyline75489 Oct 8, 2020
f08ead5
Rm unused mutable copy
skyline75489 Oct 9, 2020
cf69ae3
Suppress C26445 inside til::at
skyline75489 Oct 10, 2020
d4f61ad
Repair damaged color names
DHowett Oct 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spell-check/dictionary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ it'll be accepted).
| [Microsoft](microsoft.txt) | Microsoft brand items |
| [Fonts](fonts.txt) | Font names |
| [Names](names.txt) | Names of people |
| [Colors](colors.txt) | Names of color |
1 change: 1 addition & 0 deletions .github/actions/spell-check/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ userenv
wcstoui
XDocument
XElement
XParse
Loading