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

Window blur #55

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Window blur #55

wants to merge 4 commits into from

Commits on Feb 24, 2023

  1. Pond: Allow windows to blur what's behind them

    Work in progress. Adds a new window hint to blur contents behind a window. It currently uses an approximated gaussian blur by applying 3 passes of a box blur. There are currently a few visual artifacts (such as when moving the cursor around a blurred window) due to the way partial redraws work.
    byteduck committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d0d42b8 View commit details
    Browse the repository at this point in the history
  2. Terminal: Blur background

    byteduck committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e411595 View commit details
    Browse the repository at this point in the history
  3. libgraphics: Fix blur algorithm

    The blur algorithm had an error in the indexing for the vertical component of the blur and an error in the sliding window logic.
    byteduck committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d876f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b646857 View commit details
    Browse the repository at this point in the history