aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/AnimatedVariable.hpp
AgeCommit message (Expand)Author
2024-12-07core: Add clang-tidy (#8664)Vaxry
2024-12-03core: move colorspace handling to oklab (#8635)Vaxry
2024-06-25core: move to steady_clock where applicableVaxry
2024-06-19core: Move to hyprutils for MathVaxry
2024-05-05internal: new shared_ptr and weak_ptr implementation (#5883)Vaxry
2024-04-30layerSurface: refactor/move to a memory-safe implVaxry
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-02Workspace/core: Refactor workspace storage (#5380)Vaxry
2024-03-31avar: minor fixesVaxry
2024-03-31avar: fix warp onEnd conditionsVaxry
2024-03-29animvar: fixup update callbacks and cleanupVaxry
2024-03-17renderer: don't render window on other mons during anim inVaxry
2024-03-06animations: fix m_Goal not being set after #4911 (#4992)outfoxxed
2024-03-02animations: Refactor AnimatedVariable (#4911)GartoxFR
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
2023-09-30includes: add missing log include to animatedvariablevaxerski
2023-09-04animatedvariable: don't reset timers on duplicate settersvaxerski
2023-08-07internal: cleanup headers in helpers/vaxerski
2023-07-20animationmgr: avoid looping over all avars in favor of only active onesvaxerski
2023-07-19animationmanager: optimize avar statevaxerski
2023-05-29Fix UAF in animation end callback if callback deletes the animation (#2389)outfoxxed
2023-05-16internal: make CAnimatedVariable non-move non-copyvaxerski
2023-05-15animationmgr: allow empty avarsvaxerski
2023-01-20make hyprerror follow fadein animvaxerski
2022-12-29use curves for special dim animvaxerski
2022-12-16Added clang format (#1239)Vaxry
2022-11-18Reset callbacks on remapvaxerski
2022-11-06Added resize transitionsvaxerski
2022-11-05prevent double-registering of avarsvaxerski
2022-11-04Multiple animation optimization and xwayland wine fixesvaxerski
2022-09-25Remove trailing whitespace.Felix Dick
2022-07-28Animation config reworkvaxerski
2022-07-25use defines for unreachablevaxerski
2022-07-16Added shadow colors animations and inactive colvaxerski
2022-07-06use std::unreachable in avarsvaxerski
2022-06-30remove asserts in CAnimatedVariablevaxerski
2022-05-31Added a special workspacevaxerski
2022-05-14Fadein/out now applies to layersurfaces toovaxerski
2022-05-12Added workspace animationsvaxerski
2022-05-05optimization: dont damage entire window on border animvaxerski
2022-04-24assert -> rassert for animatedvariablevaxerski
2022-04-23Added bezier curvesvaxerski
2022-04-23return const refs + vec constantizevaxerski
2022-04-23fixed fullscreen, removed effective vars from windowsvaxerski
2022-04-23New animation systemvaxerski