[PR #12163] [MERGED] Revert delta E change for release 1.12 #28886

Open
opened 2026-01-31 09:31:25 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12163
Author: @PankajBhojwani
Created: 1/14/2022
Status: ✅ Merged
Merged: 1/14/2022
Merged by: @miniksa

Base: release-1.12 ← Head: dev/pabhoj/delete_delta_e


📝 Commits (1)

  • 83b9a4c Revert "Implement the Delta E algorithm to improve color perception (#11095)"

📊 Changes

23 files changed (+9 additions, -453 deletions)

View changed files

📝 .github/actions/spelling/allow/math.txt (+0 -7)
📝 .github/actions/spelling/expect/web.txt (+0 -2)
📝 NOTICE.md (+0 -37)
📝 doc/cascadia/profiles.schema.json (+0 -8)
➖ src/cascadia/TerminalCore/ColorFix.cpp (+0 -228)
➖ src/cascadia/TerminalCore/ColorFix.hpp (+0 -49)
📝 src/cascadia/TerminalCore/ICoreAppearance.idl (+0 -1)
📝 src/cascadia/TerminalCore/Terminal.cpp (+1 -7)
📝 src/cascadia/TerminalCore/Terminal.hpp (+0 -4)
📝 src/cascadia/TerminalCore/terminalcore-common.vcxitems (+0 -2)
📝 src/cascadia/TerminalCore/terminalrenderdata.cpp (+7 -76)
📝 src/cascadia/TerminalSettingsEditor/Appearances.h (+1 -2)
📝 src/cascadia/TerminalSettingsEditor/Appearances.idl (+0 -1)
📝 src/cascadia/TerminalSettingsEditor/Appearances.xaml (+0 -8)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+0 -8)
📝 src/cascadia/TerminalSettingsModel/AppearanceConfig.cpp (+0 -4)
📝 src/cascadia/TerminalSettingsModel/AppearanceConfig.h (+0 -2)
📝 src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp (+0 -1)
📝 src/cascadia/TerminalSettingsModel/IAppearanceConfig.idl (+0 -1)
📝 src/cascadia/TerminalSettingsModel/TerminalSettings.cpp (+0 -1)

...and 3 more files

📄 Description

Summary of the Pull Request

Remove the delta E code from release 1.12 instead of putting it behind a feature flag since we are never going to go back to enable it anyway.

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I work here

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12163 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `release-1.12` ← **Head:** `dev/pabhoj/delete_delta_e` --- ### 📝 Commits (1) - [`83b9a4c`](https://github.com/microsoft/terminal/commit/83b9a4c3ceda2904d833c27df5c57c31ce093918) Revert "Implement the Delta E algorithm to improve color perception (#11095)" ### 📊 Changes **23 files changed** (+9 additions, -453 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/math.txt` (+0 -7) 📝 `.github/actions/spelling/expect/web.txt` (+0 -2) 📝 `NOTICE.md` (+0 -37) 📝 `doc/cascadia/profiles.schema.json` (+0 -8) ➖ `src/cascadia/TerminalCore/ColorFix.cpp` (+0 -228) ➖ `src/cascadia/TerminalCore/ColorFix.hpp` (+0 -49) 📝 `src/cascadia/TerminalCore/ICoreAppearance.idl` (+0 -1) 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+1 -7) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+0 -4) 📝 `src/cascadia/TerminalCore/terminalcore-common.vcxitems` (+0 -2) 📝 `src/cascadia/TerminalCore/terminalrenderdata.cpp` (+7 -76) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.h` (+1 -2) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.idl` (+0 -1) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.xaml` (+0 -8) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+0 -8) 📝 `src/cascadia/TerminalSettingsModel/AppearanceConfig.cpp` (+0 -4) 📝 `src/cascadia/TerminalSettingsModel/AppearanceConfig.h` (+0 -2) 📝 `src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp` (+0 -1) 📝 `src/cascadia/TerminalSettingsModel/IAppearanceConfig.idl` (+0 -1) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettings.cpp` (+0 -1) _...and 3 more files_ </details> ### 📄 Description ## Summary of the Pull Request Remove the delta E code from release 1.12 instead of putting it behind a feature flag since we are never going to go back to enable it anyway. ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:31:25 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28886