-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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 tooltip text to Color Buttons #6498
Merged
Merged
Changes from 3 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
4633580
Add tooltip text to Color Buttons
garciaolais c360b75
Add fast path to til::bitmap::translate using bitshifts (#6493)
beviu c0ffc9b
Clear cached runs after translate_y (#6501)
beviu 5e2c4c6
Reintroduce the check for VT_INPUT_MODE in AdaptDispatch (#6485)
DHowett 6d2fc5d
Extract `ActionAndArgs::FromJson` into its own class (#6351)
zadjii-msft 332d174
Fix sending a NUL on alt key up (#6516)
zadjii-msft 888e724
Only snap on key _downs_ (#6517)
zadjii-msft c1076a8
Fix openSettings misspelling in defaults (#6520)
carlos-zamora 051d2fc
tooltip names defined in Resources
garciaolais ffaba38
Remove the WinTelnetEngine (#6526)
DHowett 6485a2b
Spec: Advanced Tab Switcher (#3753)
leonMSFT ca01849
Remove duplicate key
garciaolais 10bc1a6
Introduce JsonUtilsNew as documented in #5875 (#6355)
DHowett 78ca722
Fixed #6377: TerminalCore::_altGrAliasing is undefined by default (#6…
lhecker 4eaa0b8
Use early returns in TermControl::_KeyHandler (#6575)
lhecker 1fdceb0
doc: copyedit the roadmap a little bit (#6587)
ddejohn e337faa
Add 1.1 blog post to 2.0 roadmap (#6581)
cinnamon-msft acd3ba7
Update PR template with link to docs (#6583)
cinnamon-msft 4f55568
Improved ATTR_ROW::ReplaceAttrs performance (#6573)
lhecker dc5baab
Add schema check to PR template (#6599)
carlos-zamora b91430b
Enable hot reload of renderer settings that aren't already hot reload…
miniksa 15f2535
Improve bitmap::_calculateArea performance (#6572)
lhecker 951f389
Use D2DDeviceContext and friends over D2DRenderTarget (#6527)
miniksa 26d6a37
Always use the dark window borders (#6624)
beviu e7d3dc5
Recycle assorted rendering components to accelerate drawing (#6483)
miniksa 073e732
Double-click a tab to rename it (#6628)
beviu 81eb135
Spec for unified keybindings and commands, and synthesized action nam…
zadjii-msft ff23be0
Optimize booleans (#6548)
b24dbf7
Replace std::map with std::unordered_map (#6640)
ZhaoMJ 58f5d7c
Update _TerminalCursorPositionChanged to use ThrottledFunc (#6492)
beviu d8810f2
version: bump to 1.2 on master
DHowett 4027ba3
Add keybinding to rename tab (#6557)
ggadget6 cffd4eb
Revert "Skip ... analysis when the ... text is simple (6206)" (#6665)
DHowett 9215b52
Implement Shift+MultiClick Selection Expansion (#6322)
carlos-zamora a3a9df8
Add `setTabColor` and `openTabColorPicker` actions (#6567)
zadjii-msft fefd140
When we add a new tab in compact mode, re-enforce Compact mode (#6670)
DHowett 2fc1ef0
Hardcode the paths to Windows PowerShell and CMD (#6684)
DHowett aa1ed0a
Add support for the Command Palette (#6635)
zadjii-msft c4885f1
Restore simple text runs, correct for crashes (#6695)
miniksa bbf2c70
Update Cascadia Code to 2007.01 (#6721)
DHowett b24579d
Add support for OSC 52 (copy-to-clipboard) (#5823)
uzxmx 02d5f90
Replace old C headers (xxx.h) with modern ones (cxxx) (#5080)
f0df154
Improve conpty rendering of default colors in legacy apps (#6698)
j4james ddbe370
Improve the propagation of color attributes over ConPTY (#6506)
j4james 6b43ace
Refactor TerminalDispatch (graphics) to match AdaptDispatch (#6728)
j4james 101be9c
Merge branch 'dev/garciaolais/color-tooltip' of https://github.com/ga…
DHowett 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
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.
This is a dupe of the one above