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

feat: add GetWindowCompositionAttribute, SetWindowCompositionAttribute APIs #938

Merged
merged 5 commits into from
Nov 29, 2024

Conversation

halildurmus
Copy link
Owner

Description

Adds undocumented APIs to enable the "Aero Glass" blur effect on Win32 windows.

Related Issue

Fixes #934

Type of Change

  • 🚀 feat – New feature (non-breaking change that adds functionality)
  • 🛠️ fix – Bug fix (non-breaking change that fixes an issue)
  • ! – Breaking change (fix or feature that causes existing functionality to change)
  • perf – Performance improvement
  • 🧹 refactor – Code refactor (no functionality change)
  • 📝 docs – Documentation update
  • 🎨 style – Code style changes (formatting, renaming, etc.)
  • 🧪 test – Test update or addition
  • 🔧 build – Build related changes
  • ci – CI related changes
  • 🗑️ chore – Chore (maintenance, non-production code change)
  • ◀️ revert – Revert a previous commit

@github-actions github-actions bot added package: generator Issue with package:generator package: win32 Issue with package:win32 labels Nov 29, 2024
@halildurmus halildurmus merged commit 2081e94 into main Nov 29, 2024
14 checks passed
@halildurmus halildurmus deleted the composition branch November 29, 2024 16:41
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 61.80%. Comparing base (2eaeef1) to head (19c16d8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/win32/lib/src/functions.dart 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #938      +/-   ##
==========================================
- Coverage   62.18%   61.80%   -0.38%     
==========================================
  Files          34       35       +1     
  Lines        1145     1152       +7     
==========================================
  Hits          712      712              
- Misses        433      440       +7     
Flag Coverage Δ
win32 59.95% <0.00%> (-0.89%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/win32/lib/src/constants.dart 6.66% <ø> (ø)
packages/win32/lib/src/enums.dart 66.66% <ø> (ø)
packages/win32/lib/src/functions.dart 0.00% <0.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: generator Issue with package:generator package: win32 Issue with package:win32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add window composition functions
2 participants