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

Spec for Windows Terminal Process Model 2.0 #7240

Merged
merged 32 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
03a69c3
start drafting this beast of a doc
zadjii-msft Jul 31, 2020
69abf3c
Pushing changes for the end of the day
zadjii-msft Jul 31, 2020
3f7688d
Okay I think I've gotten through window/content processes
zadjii-msft Aug 5, 2020
93d4803
Add lots of notes about how we'll actually implement all this
zadjii-msft Aug 6, 2020
e8d2579
I think I'm done with the main body of the spec. All the concerns sti…
zadjii-msft Aug 6, 2020
0db396e
Merge remote-tracking branch 'origin/master' into dev/migrie/s/5000
zadjii-msft Aug 7, 2020
cb54f3b
stashing real quick before I start the 'Capabilities' sections
zadjii-msft Aug 10, 2020
2129f04
Merge remote-tracking branch 'origin/master' into dev/migrie/s/5000
zadjii-msft Aug 10, 2020
9852480
prepare for review
zadjii-msft Aug 10, 2020
ecc2b9d
good bot
zadjii-msft Aug 10, 2020
bba6048
Apply suggestions from code review
zadjii-msft Aug 11, 2020
e35e72b
a whole bunch of added text, diagrams
zadjii-msft Aug 12, 2020
0de69e9
more technical details. MORE
zadjii-msft Aug 12, 2020
bc09c38
Merge remote-tracking branch 'origin/master' into dev/migrie/s/5000
zadjii-msft Oct 19, 2020
30e0ea4
s/servant/peasant/g
zadjii-msft Oct 19, 2020
29aab9c
spellcheck and linter fixes
zadjii-msft Oct 19, 2020
aa7ec60
This is some brainstorming
zadjii-msft Oct 30, 2020
3c4556d
Lots more polish, ready to review
zadjii-msft Oct 30, 2020
a9d2e82
spellchecks
zadjii-msft Oct 30, 2020
899a506
note about glomming to the same desktop
zadjii-msft Oct 30, 2020
82d34e4
because after all, the name is a joke
zadjii-msft Oct 30, 2020
390e44b
regex is hard
zadjii-msft Oct 30, 2020
599e29b
Merge origin/main into dev/migrie/s/5000
zadjii-msft Nov 20, 2020
ef4001e
Some doc updates regarding M/E
zadjii-msft Nov 20, 2020
674aa33
update this doc link
zadjii-msft Dec 2, 2020
7a7fe5c
spellcheck and some editorializing to make it less punishing a read
zadjii-msft Dec 2, 2020
9d7bd18
you'd think I could spell privilege by now
zadjii-msft Dec 2, 2020
a436e63
Merge remote-tracking branch 'origin/main' into dev/migrie/s/5000
zadjii-msft Feb 2, 2021
6329b16
updates from two months
zadjii-msft Feb 2, 2021
a6b75d7
Last few notes from review
zadjii-msft Feb 5, 2021
8540886
Merge remote-tracking branch 'origin/main' into dev/migrie/s/5000
zadjii-msft Feb 5, 2021
9919f14
spellcheck doesn't like that
zadjii-msft Feb 5, 2021
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
3 changes: 3 additions & 0 deletions .github/actions/spell-check/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ IAsync
IBind
IBox
IClass
IConnection
IComparable
ICustom
IDialog
Expand All @@ -25,6 +26,7 @@ llabs
LCID
lround
LSHIFT
MULTIPLEUSE
NCHITTEST
NCLBUTTONDBLCLK
NCRBUTTONDBLCLK
Expand All @@ -35,6 +37,7 @@ ocidl
otms
OUTLINETEXTMETRICW
PAGESCROLL
REGCLS
RETURNCMD
rfind
roundf
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spell-check/expect/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ DCOLORVALUE
dcommon
DCompile
dcompiler
DComposition
dde
DDESHARE
DDevice
Expand Down Expand Up @@ -664,6 +665,7 @@ ECH
echokey
ecount
ECpp
Edgium
EDITKEYS
EDITTEXT
EDITUPDATE
Expand Down Expand Up @@ -2388,6 +2390,7 @@ typename
typeof
typeparam
TYUI
UAC
uap
uapadmin
UAX
Expand Down
Loading