-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Animation part 6 extra: geometry trigger #1310
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe60419 - Browse repository at this point
Copy the full SHA fe60419View commit details
Commits on Aug 12, 2024
-
win: grab old window image before refreshing it
So it could be used for animation, for example when resizing the window. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f4b548 - Browse repository at this point
Copy the full SHA 4f4b548View commit details -
animation: add geometry animation trigger
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 184fce3 - Browse repository at this point
Copy the full SHA 184fce3View commit details -
animation: fix interrupting animation makes it stuck for one frame
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8bf10ed - Browse repository at this point
Copy the full SHA 8bf10edView commit details -
dbus: add picom.Window.BlockUnblockAnimation
Allow blocking animations from starting using the dbus interface. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9dd075b - Browse repository at this point
Copy the full SHA 9dd075bView commit details -
animation: add saved-image-blend
Allow animation to blend in saved window image before it was refresh. Window images are refreshed when, for example, the window's size changed. With this, animations can blend the window before and after the size change to have a smoother transition. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e96247 - Browse repository at this point
Copy the full SHA 6e96247View commit details -
backend: skip blits with 0 opacity
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d69980 - Browse repository at this point
Copy the full SHA 0d69980View commit details -
wm/win: use copy to save win image
Working around a quirk of the NVIDIA driver. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 719f2a2 - Browse repository at this point
Copy the full SHA 719f2a2View commit details -
animation/presets: add geometry-change preset
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34ecca5 - Browse repository at this point
Copy the full SHA 34ecca5View commit details