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

Focus #5

Open
wants to merge 282 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
282 commits
Select commit Hold shift + click to select a range
4e0f313
Add support for per-profile tab colors (#7162)
zadjii-msft Aug 7, 2020
70fd03f
Add a `togglePaneZoom` action for zooming a pane (#6989)
zadjii-msft Aug 7, 2020
20a2880
Pass mouse button state into HandleMouse instead of asking win32 (#6765)
carlos-zamora Aug 7, 2020
aee803e
Add support for changing the active color scheme with an action (#6993)
zadjii-msft Aug 10, 2020
e7a1a67
Add support for the "doubly underlined" graphic rendition attribute (…
j4james Aug 10, 2020
e6c71cb
Allow profile.padding to be an int (or any other type :|) (#7235)
DHowett Aug 10, 2020
c03677b
Resolve the default profile during defaults load, don't crash on laun…
DHowett Aug 10, 2020
b07c1e4
Advanced Tab Switcher (#6732)
leonMSFT Aug 11, 2020
7ccd1f6
Display meaningful errors when JSON types don't match (#7241)
DHowett Aug 11, 2020
bc642bb
Fix viewport moving when we've scrolled up and circled the buffer (#7…
zadjii-msft Aug 11, 2020
c5d5500
tools: add Get-OSSConhostLog (#7250)
DHowett Aug 11, 2020
fe82e97
Enable partial rebuilds of the TerminalControl project again (#7248)
zadjii-msft Aug 11, 2020
849243a
Always create a new environment block before we spawn a process (#7243)
DHowett Aug 11, 2020
c241f83
Spec for global action IDs (#7175)
zadjii-msft Aug 12, 2020
a34cfa4
Mini-spec for New Tab Menu Customization (#5888)
zadjii-msft Aug 12, 2020
a2721c1
Fixed #3799: Introduce sendInput command (#7249)
lhecker Aug 12, 2020
e1cdc27
Merged PR 5039910: Migrate OSS up to a2721c104
DHowett Aug 12, 2020
a02a297
doc: Add Pankaj to our README (#7266)
cinnamon-msft Aug 12, 2020
93ae6b6
Default initialize a CmdPal mode (#7263)
leonMSFT Aug 12, 2020
01e3fda
Don't zoom when there's only one pane (#7273)
zadjii-msft Aug 13, 2020
d9ffca6
Remove unnecessary check when updating ATS indices (#7280)
leonMSFT Aug 13, 2020
dcc2799
Add support for iterable, nested commands (#6856)
zadjii-msft Aug 13, 2020
aecd99e
Pass the scancode in our tunneled DirectKey event (#7298)
DHowett Aug 14, 2020
e9a7053
Make ColorScheme a WinRT object (#7238)
carlos-zamora Aug 15, 2020
24b8c13
Add copyFormatting keybinding arg and array support (#6004)
carlos-zamora Aug 15, 2020
acac350
Add initial support for VT DCS sequences (#6328)
skyline75489 Aug 17, 2020
c4a9752
Disable parallel build (again) and keep TerminalApp PCHs (#7322)
DHowett Aug 18, 2020
baefa46
Update colour picker buttons with round edges. (#7305)
MichelleTanPY Aug 18, 2020
8943f68
Add startOnUserLogin & fullscreen launchMode to schema (#7300)
jcabot21 Aug 18, 2020
a50c48c
Compensate for new warnings and STL changes in VS 16.7 (#7319)
miniksa Aug 18, 2020
93d2669
Add menu (also known as "app") as a bindable key (#7328)
MichelleTanPY Aug 18, 2020
66fd9c3
Add til::static_map, a constexpr key-value store (#7323)
DHowett Aug 18, 2020
6eea6a3
Add Scoop (unofficial) installation method (#7303)
rashil2000 Aug 18, 2020
97c52c6
fix spell check, how did I miss that.
miniksa Aug 18, 2020
5d082ff
Helix Testing (#6992)
miniksa Aug 18, 2020
7fcff4d
Refactor VT control sequence identification (#7304)
j4james Aug 18, 2020
3d64921
Add some polish to nested commands in the command palette (#7299)
zadjii-msft Aug 18, 2020
b8b0dd7
Fix broken localtests (#7333)
zadjii-msft Aug 18, 2020
20b7fe4
Expose selection background and alpha through the WPF control (#7339)
javierdlg Aug 18, 2020
eecdd53
Add support for commands iterable on color schemes (#7329)
zadjii-msft Aug 19, 2020
5a0deca
Set ProcessTestResults job to use conditions specified in parent (#7347)
miniksa Aug 19, 2020
4814c4f
Add `togglePaneZoom` to schema, defaults, and sort action names (#7346)
zadjii-msft Aug 20, 2020
2c4b868
Replace "bindings" with "actions" (#7332)
zadjii-msft Aug 20, 2020
6f991d3
Make sure we check to profile shortcuts with an index >9 (#7344)
MichelleTanPY Aug 20, 2020
e238dcb
Fix intellisense errors by moving TerminalApp projects around (#6897)
zadjii-msft Aug 20, 2020
64e3c84
Add a pair of nested, iterable default commands (#7348)
zadjii-msft Aug 21, 2020
3d370dc
Provide global setting to use ATS for nextTab and prevTab (#7321)
leonMSFT Aug 21, 2020
58efe79
Add icons to commands in the Command Palette (#7368)
zadjii-msft Aug 21, 2020
55b6ace
Compensate for VS 16.7, part 2 (#7383)
zadjii-msft Aug 24, 2020
f897ce0
Add support for Commandline Mode to the CmdPal (#7293)
zadjii-msft Aug 24, 2020
17e0c11
Bind the command palette by default (#7384)
zadjii-msft Aug 24, 2020
a5bed25
TermControl: set the scrollbar jump distance to one screenful (#7385)
DHowett Aug 24, 2020
c15b808
version: bump to 1.4 on master
DHowett Aug 24, 2020
6acb9f8
schema: swap `closeTabsAfter` and `closeOtherTabs` (#7386)
cinnamon-msft Aug 24, 2020
dbbe820
Update clang-format to 10.0 (#7389)
DHowett Aug 25, 2020
4aecbf3
Clear the last error before calling Mb2Wc in ConvertToW (#7391)
DHowett Aug 25, 2020
ac310d9
Fixed #7372: Setting "altGrAliasing" to "false" disables AltGr (#7400)
lhecker Aug 25, 2020
64f10a0
Fix environment block creation (#7401)
nathpete-msft Aug 25, 2020
2fdc88f
Make index in closeOtherTabs and closeTabsAfter optional (#7390)
carlos-zamora Aug 25, 2020
0488c53
Update Cascadia Code to 2008.25 (#7403)
DHowett Aug 25, 2020
f357e37
Merged PR 5097423: Migrate OSS up to 0488c532
DHowett Aug 26, 2020
9283781
Fix schema for `setColorScheme` (#7433)
cinnamon-msft Aug 27, 2020
6c0e6d9
ci: run CI and triggered builds on feature/*
DHowett Aug 28, 2020
a51091c
Make Profile a WinRT object (#7283)
carlos-zamora Aug 28, 2020
7803efa
Make GlobalAppSettings a WinRT object (#7349)
carlos-zamora Aug 28, 2020
614507b
OSC 8 support for conhost and terminal (#7251)
PankajBhojwani Sep 3, 2020
c808ed9
Prevent crash when attempting to select an out-of-bounds UIA text ran…
codeofdusk Sep 3, 2020
4c75ffb
Merged PR 5131018: [Git2Git] Migrate OS changes to console property s…
DHowett Sep 3, 2020
97c2ccf
Merge remote-tracking branch 'openconsole/inbox' into HEAD
DHowett Sep 3, 2020
9279b7a
Add profiles to the Jumplist (#7515)
leonMSFT Sep 3, 2020
5330759
Update to a newer MUX prerelease; remove workaround for compact sizin…
marcelwgn Sep 4, 2020
5ba992a
docs: use unlikely example versions in nuget package script (#7448)
marcelwgn Sep 4, 2020
7ab4d45
Add support for DECSCUSR "0" to restore cursor to user default (#7379)
skyline75489 Sep 4, 2020
7a03f75
Keep degenerate UIA text ranges degenerate after movement (#7530)
codeofdusk Sep 4, 2020
230b86c
Revert "Update to a newer MUX prerelease; remove workaround for compa…
DHowett Sep 8, 2020
b2cfd0a
jumplist: prefer the app execution alias in %LOCALAPPDATA% (#7567)
DHowett Sep 8, 2020
c28efc3
Remove AcrylicOpacity from AzureCloudShellGenerator (#7573)
KnapSac Sep 9, 2020
c5cf7b8
Make CascadiaSettings a WinRT object (#7457)
carlos-zamora Sep 9, 2020
1c7ee65
Add initial settings UI spec (#6720)
cinnamon-msft Sep 9, 2020
27f7ce7
Destruct ConptyConnection on a background thread (#7575)
DHowett Sep 9, 2020
cb037f3
Switch all DSR responses to appending instead of prepending (#7583)
DHowett Sep 9, 2020
be50e56
Display URI tooltip, render dashed/solid underline for links (#7420)
PankajBhojwani Sep 10, 2020
c3ddfab
oss: add a manifest for x11's rgb database (#7600)
DHowett Sep 11, 2020
1377dbc
Open up content dialogs for invalid URIs and unsupported schemes (#7523)
PankajBhojwani Sep 11, 2020
892cf05
Add serialization error handling to settings projection layer (#7576)
carlos-zamora Sep 11, 2020
88d1527
Fix OSC8 termination over the PTY after SGR 0 (#7608)
PankajBhojwani Sep 11, 2020
c17f448
Make til::color's COLORREF conversion more optimal (#7619)
DHowett Sep 14, 2020
abf8805
Introduce KeyMapping and Move TerminalSettings construction (#7537)
carlos-zamora Sep 14, 2020
2f8b3c4
Merged PR 5181181: Migrate OSS up to abf8805e0
DHowett Sep 16, 2020
6c7a3ac
Merged PR 5181334: OS build fixes on top of abf8805e0
DHowett Sep 16, 2020
515c9f2
Merge remote-tracking branch 'openconsole/inbox' into main
DHowett Sep 16, 2020
863e3e5
Fix code format from inbox
DHowett Sep 16, 2020
f91b53d
Preprocess and convert C1 controls to their 7 bit equivalent (#7340)
skyline75489 Sep 16, 2020
5d823f5
Replace the "user docs" with references to the real docs (#7649)
DHowett Sep 17, 2020
c033594
Fix failing HyperlinkIdConsistency unit test (#7655)
j4james Sep 17, 2020
b70ffdf
Update ColorScheme with Json Serializer and color table API (#7609)
carlos-zamora Sep 17, 2020
d1981b5
Update Cascadia Code to 2009.14 (#7648)
DHowett Sep 17, 2020
468c8c6
Give Tab ownership of its SwitchToTab command (#7659)
leonMSFT Sep 18, 2020
a13a7c3
Merged PR 5193669: Migrate OSS up to 468c8c672
DHowett Sep 18, 2020
ef83aa3
Make sure we don't hide the cursor until the IME starts (#7673)
DHowett Sep 18, 2020
d1b8d60
Merged PR 5193876: Don't hide the cursor until IME starts (ef83aa3c4)
DHowett Sep 18, 2020
f6cc020
Wrap the textblock containing the "invalid" URI (#7694)
DHowett Sep 21, 2020
1e3236c
Update userDefaults from "keybindings" to "actions" (#7692)
DHowett Sep 21, 2020
206131d
Update Cascadia Code to 2009.21 (#7693)
DHowett Sep 21, 2020
d1671a0
Add support for the "blink" graphic rendition attribute (#7490)
j4james Sep 21, 2020
49b9d41
version: bump to 1.5 on master
DHowett Sep 22, 2020
9539ec3
Add docs for creating a new DLL (#7661)
leonMSFT Sep 22, 2020
40893b2
Fix A11y EndExclusive Error for Move & Expand (#7677)
carlos-zamora Sep 23, 2020
f28ec65
Normalize file paths before handing them to the jumplist (#7711)
DHowett Sep 23, 2020
c3b3f5f
When win32 is resizing the viewport, make sure Right > Left (#7768)
DHowett Sep 28, 2020
3cf31fb
Fix the "visual representation" optimization for hyperlinks (#7738)
PankajBhojwani Sep 28, 2020
6f05114
Introduce til::presorted_static_map (#7640)
DHowett Sep 29, 2020
9ec57a7
Fix and test TextBuffer::MoveToPreviousWord() (#7770)
carlos-zamora Sep 30, 2020
da4ca86
Fix parallel builds by specifying the application type for WAP (#7783)
DHowett Sep 30, 2020
386ae04
Add optimization to get a11y next word (#7789)
carlos-zamora Sep 30, 2020
09cc5f4
Add support for the BEL control in Windows Terminal (#7679)
j4james Oct 1, 2020
4a11497
doc: Update roadmap with latest info (#7778)
cinnamon-msft Oct 1, 2020
e401edf
Properly handle and test a11y movement at end of buffer (#7792)
carlos-zamora Oct 5, 2020
2608e94
Introduce TerminalSettingsModel project (#7667)
carlos-zamora Oct 6, 2020
22887d7
Preview tab switching with the ATS (#7796)
zadjii-msft Oct 7, 2020
ba79d53
Fix old reference to TermApp::Command (#7863)
carlos-zamora Oct 8, 2020
4fc607a
Introduce IconConverter (#7830)
carlos-zamora Oct 8, 2020
91ccbb7
BUILD: Disable parallel build
DHowett Oct 9, 2020
f0b8875
Add Spec for winrt TerminalSettings (#6904)
carlos-zamora Oct 9, 2020
d33ca7e
From orbit, nuke the Telnet connection and all supporting infra. (#7840)
DHowett Oct 9, 2020
7a1932c
Fix UIA ScrollIntoView at EndExclusive (#7868)
carlos-zamora Oct 9, 2020
cd76893
Hook up the WIL fallback error tracer in Terminal (#7864)
DHowett Oct 9, 2020
9e86e29
wpf: Add AutoFill to control whether the connection/buffer resizes (#…
javierdlg Oct 9, 2020
9dc38ad
Add an animation to pane entrance/exit (#7364)
zadjii-msft Oct 9, 2020
8d12388
Inform user that holding alt opens a new pane (#7866)
PankajBhojwani Oct 13, 2020
9b203d4
Fix capitalization in hyperlink tooltip (#7901)
cinnamon-msft Oct 13, 2020
cb96aa7
doc: add SUPPORT.md (#7902)
cinnamon-msft Oct 13, 2020
d2d462f
wpf: fix margin calculations and resize events (#7892)
javierdlg Oct 13, 2020
cb732a4
7571: do not activate terminal window upon settings modificaion (#7887)
Don-Vito Oct 13, 2020
f86045e
7124: Add focus and maximizedFocus launch modes (#7873)
Don-Vito Oct 14, 2020
02b1202
Add support for more OSC color formats (#7578)
skyline75489 Oct 15, 2020
33321b8
doc: address how to use TAEF (#7590)
skyline75489 Oct 15, 2020
afcc930
Add Github Action Super Linter (#7637)
WSLUser Oct 15, 2020
f786874
doc: Update Notice emoji (#7424)
quangkieu Oct 15, 2020
004da88
Add Close... option to Tab context menu (#7728)
mpela81 Oct 15, 2020
8bdae31
Fix the linter for C++ files (#7930)
zadjii-msft Oct 15, 2020
6e8388e
Auto detect background image (#7849)
bennettnicholas Oct 15, 2020
55151a4
Refactor VT parameter handling (#7799)
j4james Oct 15, 2020
5662cc1
doc: Remove unnecessary link to VC redist, update md lint rules (#7926)
zadjii-msft Oct 15, 2020
e996fad
conpty: fall back to conhost if OpenConsole is missing (#7741)
DHowett Oct 15, 2020
98806e2
Add a setting to configure the audible bell (#7793)
zadjii-msft Oct 15, 2020
9d911c0
Increase contrast ratio on the CmdPal shortcut text (#7937)
zadjii-msft Oct 15, 2020
30e363e
Add support for the DECREQTPARM report (#7939)
j4james Oct 15, 2020
bd7cd55
Swap the command palette modes for the prefix `>` (#7935)
zadjii-msft Oct 15, 2020
60d681d
7395: do not clear text selection upon PrintScreen (#7883)
Don-Vito Oct 16, 2020
4a4a41e
Optimize the binary size of the XOrg color table (#7929)
skyline75489 Oct 16, 2020
743283e
Fix garbling when copying multibyte text via OSC 52 (#7870)
amaya382 Oct 16, 2020
df7c3cc
Hash the URI as part of the hyperlink ID (#7940)
DHowett Oct 16, 2020
9045266
Implement CascadiaSettings::Copy() (#7877)
carlos-zamora Oct 16, 2020
8eaaa8a
Fix crash when creating tab menu multiple times (#7961)
mpela81 Oct 19, 2020
c1d2777
Update GH Action Super-Linter and README (#7951)
WSLUser Oct 19, 2020
1ad7a25
Make sure TSM pulls in the wildcard resource targets (#7966)
DHowett Oct 19, 2020
4099aac
Fix #5784: Key bindings won't consume dead keys (#7686)
lhecker Oct 19, 2020
00f5fba
Display ATS tabs in MRU order (#7952)
leonMSFT Oct 21, 2020
895ac06
Fix slowdown on open/close tabs when the user has many profiles (#7993)
PankajBhojwani Oct 21, 2020
ccf9f03
Fix `exit`ing a zoomed pane (#7973)
zadjii-msft Oct 21, 2020
ae550e0
Expose WindowsTerminalBranding to the preprocessor (optionally) (#7986)
DHowett Oct 21, 2020
403b793
Prepare for the primary branch name to change to main (#7985)
DHowett Oct 22, 2020
293ad27
Enable PgUp/PgDown and Home/End in the command palette (#7835)
kaihugo Oct 22, 2020
4f39e8e
Move jumplist creation to background thread (#7978)
PankajBhojwani Oct 23, 2020
16b8ea1
Display a warning for when we fail to write to the settings file (#7950)
PankajBhojwani Oct 23, 2020
7a75e50
Quick fix for ActionAndArgs::Copy() (#8016)
PankajBhojwani Oct 23, 2020
6928c5a
Updating comments in CommandPalette.cpp (#8019)
kaihugo Oct 23, 2020
4a95d94
Show color slider in Tab color picker (#7963)
Oct 23, 2020
84bda06
Added Types project reference to the FuzzWrapper project (#8041)
ScriptKat Oct 26, 2020
c095a67
wpf: base margin height off Y dpi, not X dpi (#8039)
ScriptKat Oct 26, 2020
8700499
doc: Introduce Inheritance Addendum to TSM Spec (#7876)
carlos-zamora Oct 26, 2020
b3aab8c
add rowsToScroll to scrollUp/Down w/ fallback to system default (#7924)
Don-Vito Oct 27, 2020
5a518e5
wpf: add width/height checks when resizing the terminal (#7983)
javierdlg Oct 27, 2020
7e86001
Close tab context menu on titlebar click (#8010)
mpela81 Oct 27, 2020
b603929
Make Global and Profile settings inheritable (#7923)
carlos-zamora Oct 27, 2020
1df3182
Fully regenerate CodepointWidthDetector from Unicode 13.0 (#8035)
DHowett Oct 27, 2020
d51d8dc
Fix SendInput handling (#7900)
lhecker Oct 27, 2020
3f7f6ac
Update C++/WinRT to 2.0.201017.1 (#8061)
DHowett Oct 27, 2020
1fa3177
doc: add a link to MSYS2's WT profiles page (#8060)
zadjii-msft Oct 27, 2020
fc9a46d
Remove all our path antics; force native projects to bin/, obj/ (#8062)
DHowett Oct 27, 2020
60437b8
UIA: throw E_FAIL for out-of-bounds text (#8052)
codeofdusk Oct 27, 2020
5a1c931
Update WT's icon at runtime to match high-contrast as applicable (#7971)
DHowett Oct 28, 2020
6d44e0d
Fix the WINRT_NO_MAKE_DETECTION build break (#8067)
DHowett Oct 28, 2020
e21f9f5
Shell extension: Use WT's icon as our icon (#8068)
DHowett Oct 28, 2020
242833f
Store and expose hidden profiles (#8070)
carlos-zamora Oct 28, 2020
ce4fd29
Copy _currentHyperlinkId when copying the buffer (#8074)
PankajBhojwani Oct 28, 2020
1c97d20
Disable the json linter (#8077)
zadjii-msft Oct 28, 2020
8e3f27f
Add `openTabRenamer` action (#7462)
Coridyn Oct 28, 2020
2bf5d18
Add support for autodetecting URLs and making hyperlinks (#7691)
PankajBhojwani Oct 28, 2020
4daed9d
Move CI and audit build to the WinDev scale set pool (#8080)
DHowett Oct 28, 2020
2ea4742
Fire and forget Hyperlink handling to break deadlock (#8087)
miniksa Oct 29, 2020
d1e58bd
Double middle click on taskbar preview closes application (#7871)
rhorber Oct 29, 2020
5b2fd70
7996: Always on Top setting does not persist (#8125)
Don-Vito Nov 2, 2020
990628a
7012: top margin disappears upon resize in focus mode (#8140)
Don-Vito Nov 3, 2020
c2db1e9
Consider the GlyphWidth when calculate the postion of matched word in…
comzyh Nov 3, 2020
042cbea
Gank the linter (#8152)
DHowett Nov 3, 2020
e6aeb8a
Use LanguageStandard over explicit compiler flag for C++17 (#8150)
miniksa Nov 3, 2020
26ca73b
Make the link underline less obtrusive; don't use it for pattern (#8148)
DHowett Nov 3, 2020
4eeaddc
Make Tab an unsealed runtimeclass (and rename it to TabBase) (#8153)
DHowett Nov 4, 2020
c173f20
Gank the linter harder (#8162)
zadjii-msft Nov 4, 2020
d5d2b77
Warn the user if the keyboard service is disabled (#8095)
zadjii-msft Nov 4, 2020
c0c2329
Update active profiles when loading defaults (#8156)
carlos-zamora Nov 4, 2020
341bb4f
Enable moving back to the root level in the command palette (#8051)
kaihugo Nov 5, 2020
930e24c
Configure the options available in the issue list (#8114)
Nov 5, 2020
db5a7d7
Merge branch 'main' into focus
zadjii-msft Nov 5, 2020
6639df9
Allow the user to use the tab switcher with in-order tab switching (#…
zadjii-msft Nov 5, 2020
5de4f98
8167: Fix TabTests - use tab 0 rather than value 0 (#8168)
Don-Vito Nov 5, 2020
bdbd1bd
Prevent leftover cursor fragments when scrolling in PowerShell (#8173)
j4james Nov 5, 2020
015675d
Proto extensions spec (#7584)
PankajBhojwani Nov 5, 2020
1aff3bc
Bold matching text in the command palette (#7977)
Don-Vito Nov 6, 2020
3f75788
Run all images through ImgBot (#8169)
WSLUser Nov 6, 2020
79855b4
Express dependencies in TestHostApp to help rebuild (#8184)
DHowett Nov 8, 2020
c90ecf7
8185: do not sort commands by name in tabswitcher mode (#8188)
Don-Vito Nov 9, 2020
624d07f
Teach the command palette to clamp its indices on page up/down (#8190)
Don-Vito Nov 9, 2020
e9a7b24
Fix desktopWallpaper background image casing (#8206)
cinnamon-msft Nov 9, 2020
0c0830b
Azure: fall back to powershell when no preferred shell is set (#8197)
Don-Vito Nov 9, 2020
3a5c33b
Rework JsonUtils' optional handling to let Converters see null (#8175)
DHowett Nov 9, 2020
048f8d5
version: bump to 1.6 on main
DHowett Nov 9, 2020
64aa911
Fix test for desktopWallpaper (#8208)
cinnamon-msft Nov 9, 2020
5a942bc
Avoid an access violation in pane animation if the child is closed (#…
Don-Vito Nov 10, 2020
3a57378
Fix potential over/underflow as noted by "TODO:" comment (#8081)
Nov 11, 2020
4998779
Warn when font isn't found and another is chosen (#8207)
miniksa Nov 11, 2020
c0b1fe0
Combine the parsing & dispatch blocks for OSC actions (#8202)
PankajBhojwani Nov 11, 2020
d5bfd23
Merged PR 5289766: [Git2Git] Reflect OS changes for ARM64 build
DHowett Oct 28, 2020
7dece45
Merged PR 5394359: Migrate OSS up to d5bfd237e5
DHowett Nov 11, 2020
1f54eff
doc: Update roadmap with 1.5 release info (#8248)
cinnamon-msft Nov 13, 2020
0437fe9
8247: Custom key bindings are broken for tab navigation (#8250)
Don-Vito Nov 13, 2020
e801081
Make sure to disable pane entrance animation if user requests (#8237)
Don-Vito Nov 13, 2020
e3fcfcc
Prevent resizing terminal to a lower-than-minimum width (#8066)
Don-Vito Nov 13, 2020
d4b6355
initial draft of VT function support spec (#1884)
oising Nov 13, 2020
d28a4da
8249: Remove trailing commas in profiles.schema.json (#8257)
xiiok Nov 13, 2020
6115f8d
Fix the spellbot (#8259)
zadjii-msft Nov 13, 2020
ee1c101
Merged PR 5409981: [Git2Git] Reflect OS build changes on top of d5bfd…
DHowett Nov 16, 2020
eb26d5e
Merge remote-tracking branch 'openconsole/inbox' into main-int
DHowett Nov 16, 2020
a8f3f58
align command palette prefix > to left when visible (#8279)
bhaskarshankarling Nov 16, 2020
77a204b
Fix default backgroundImageStretch to be `uniformToFill` (#8280)
Don-Vito Nov 16, 2020
6b503ba
Add Serializer to CascadiaSettings (#8018)
carlos-zamora Nov 17, 2020
9a07049
Fix out-of-bounds exceptions in Set...{Buffer,Screen}Size (#8309)
j4james Nov 17, 2020
2a34080
Fix close button not using the tab's text color (#8046) (#8209)
dcheatha Nov 18, 2020
435e457
Fix combining wt args and "wt new-tab" args in implicit context (#8315)
Don-Vito Nov 18, 2020
c41e078
Fix a race condition in pane animation completion that broke sizing (…
Don-Vito Nov 18, 2020
16e8a84
Implement ConEmu's OSC 9;4 to set the taskbar progress indicator (#8055)
PankajBhojwani Nov 18, 2020
1fbcf34
Add a setting to flash the taskbar when the terminal emits BEL (#8215)
PankajBhojwani Nov 18, 2020
1e42bc8
Merged PR 5421982: Reflect OS build changes
DHowett Nov 19, 2020
f8ffc43
Merged PR 5425054: [Git2Git] conhost: explicitly set /utf-8 on the co…
DHowett Nov 19, 2020
7db05b1
Merge remote-tracking branch 'openconsole/inbox' into HEAD
DHowett Nov 19, 2020
a52a1d3
Change the default tab switch mode back to inOrder (#8326)
zadjii-msft Nov 19, 2020
fd37e1d
Add support for setting tabColor on the command line (#8102)
Don-Vito Nov 20, 2020
9c83977
Merge branch 'main' into focus
zadjii-msft Nov 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 9 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@

AccessModifierOffset: -4
AlignAfterOpenBracket: Align
#AllowAllArgumentsOnNextLine: false
AllowAllArgumentsOnNextLine: true
AlignConsecutiveMacros: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
#AllowAllConstructorInitializersOnNextLine: false
AllowAllConstructorInitializersOnNextLine: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Inline
AllowShortCaseLabelsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
#AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
Expand All @@ -20,6 +22,7 @@ AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true
Expand Down Expand Up @@ -47,6 +50,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: false
DeriveLineEnding: true
DerivePointerAlignment: false
FixNamespaceComments: false
IncludeBlocks: Regroup
Expand All @@ -73,7 +77,7 @@ ReflowComments: false
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
#SpaceAfterLogicalNot: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: false
Expand All @@ -88,6 +92,6 @@ SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
Standard: Latest
TabWidth: 4
UseTab: Never
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
blank_issues_enabled: true

contact_links:
- name: Microsoft Security Response Center 🔐
url: https://msrc.microsoft.com/create-report
about: Please report security vulnerabilities here.
- name: Windows Terminal Documentation issue 📄
url: https://github.com/MicrosoftDocs/terminal/issues/new
about: Report issues with the documentation for the Windows Terminal (in docs.microsoft.com/windows/terminal)
- name: Console Documentation issue 📄
url: https://github.com/MicrosoftDocs/console-docs/issues/new
about: Report issues with the documentation for the Console (in docs.microsoft.com/windows/console)
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 |
34 changes: 34 additions & 0 deletions .github/actions/spell-check/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ alignof
bitfield
bitfields
CLASSNOTAVAILABLE
cmdletbinding
COLORPROPERTY
CXICON
CYICON
environstrings
EXPCMDFLAGS
EXPCMDSTATE
fullkbd
futex
GETDESKWALLPAPER
GETHIGHCONTRAST
Hashtable
HIGHCONTRASTON
HIGHCONTRASTW
href
IAsync
IBind
Expand All @@ -18,28 +28,52 @@ ICustom
IDialog
IDirect
IExplorer
IInheritable
IMap
IObject
IStorage
ITaskbar
llabs
LCID
llabs
localtime
lround
LSHIFT
msappx
NCHITTEST
NCLBUTTONDBLCLK
NCRBUTTONDBLCLK
NOAGGREGATION
NOPROGRESS
NOREDIRECTIONBITMAP
oaidl
ocidl
otms
OUTLINETEXTMETRICW
overridable
PAGESCROLL
RETURNCMD
rfind
roundf
RSHIFT
rx
schandle
semver
serializer
SIZENS
spsc
sregex
STDCPP
strchr
syscall
TBPF
THEMECHANGED
tmp
tx
UPDATEINIFILE
userenv
wcstoui
wsregex
XDocument
XElement
XParse
Loading