index
:
Hyprland
0.45.1-b
IME
RAT
animation-system-rework
api-version
aquamarine
better-cmake
better-lockscreen-dead
better-versioning
blur-improvements
border-deco
buffer-lock-fixes
bundle-wlroots
ci
ci-archfix
ci-fix2
ci-test
cla
cmake
cmake_installheaders
coc
config
config-descriptions
constraint-fixez
ctm
cursor-rewrite
custom-renderer-wlr
damage-ring
damage-tracking
decoration-positioner
drm-copy-cursor
event-loop-rework
eventHookSystem
execinfo
explicit-sync
fix-pc
fix-resizes
fix-xdp
fixhyprpm
fixup-double-render-special
floating-special
format-rework
fractional-scaling
frame-scheduler
global-shortcuts
groupRework
hide-cursor-on-leave
hook-system-no-cc
hyprctl-nopoll
hyprcursor
hyprerrorreserve
hyprland-boxes
hyprlang-migration
hyprpm
hyprpm-local
hyprutils
hyprwayland-scanner-pt1
improve-output-configuration
keepDebugInfo
libinput
ls-issues
ls-issues-new
main
mat3x3
modernize-pointers
monitor-sp
move-monitors-to-sp
move-to-monitor-p
move-to-runtime-dir
native-handle
new-sp
nix
nix-stuff
nix_subprojects
no-submodules
no_xwayland_overhaul
nuke-ngwo
pkgconf
plugin-headers-wlroots
pluginSystem
protocol-rewrite-and-xdg-output
remove-nvidia-patches
render-unfocused
revert-6688-main
rewrite-constraints
save-wlr
scale-workspaces
scaling
screencopy-impl
seat-xdg-data-rewrite
security-checks-ci
set_xwl_name
style-and-stuff
subsurface-tree-rewrite
swipes
systemd
tablet-tools
tablets
tearing-self-impl
tearing-updates
tearing-v2
tearing-v3
textInputV1
toplevel-sharing-rev2
trampoline-rip-improvements
transforms
tty-stuff
unsafe-blah-blah-v3
unsafe-further-improvements
unsafe-state-reworks
v0.38.1-b
v0.44.1-b
v0.45.2-b
v0.46.1-b
v0.46.2-b
viewporter-impl
wayland-protocol-improvements
wayland-rewrite
window-decoration-flags-and-stuff
window-sharing
window-storage-rewrite-pt1
wlroots-off-renderer
workspace-storage-refactor
wrap-regions
wrap-surfaces
xdph
xwayland-rewrite
Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
hyprwm
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
helpers
/
AnimatedVariable.hpp
Age
Commit message (
Expand
)
Author
2024-12-07
core: Add clang-tidy (#8664)
Vaxry
2024-12-03
core: move colorspace handling to oklab (#8635)
Vaxry
2024-06-25
core: move to steady_clock where applicable
Vaxry
2024-06-19
core: Move to hyprutils for Math
Vaxry
2024-05-05
internal: new shared_ptr and weak_ptr implementation (#5883)
Vaxry
2024-04-30
layerSurface: refactor/move to a memory-safe impl
Vaxry
2024-04-27
internal: Window storage rework - part 1 (#5762)
Vaxry
2024-04-02
Workspace/core: Refactor workspace storage (#5380)
Vaxry
2024-03-31
avar: minor fixes
Vaxry
2024-03-31
avar: fix warp onEnd conditions
Vaxry
2024-03-29
animvar: fixup update callbacks and cleanup
Vaxry
2024-03-17
renderer: don't render window on other mons during anim in
Vaxry
2024-03-06
animations: fix m_Goal not being set after #4911 (#4992)
outfoxxed
2024-03-02
animations: Refactor AnimatedVariable (#4911)
GartoxFR
2023-12-06
style/ci: apply clang-format and verify it in ci (#4039)
François Conzelmann
2023-09-30
includes: add missing log include to animatedvariable
vaxerski
2023-09-04
animatedvariable: don't reset timers on duplicate setters
vaxerski
2023-08-07
internal: cleanup headers in helpers/
vaxerski
2023-07-20
animationmgr: avoid looping over all avars in favor of only active ones
vaxerski
2023-07-19
animationmanager: optimize avar state
vaxerski
2023-05-29
Fix UAF in animation end callback if callback deletes the animation (#2389)
outfoxxed
2023-05-16
internal: make CAnimatedVariable non-move non-copy
vaxerski
2023-05-15
animationmgr: allow empty avars
vaxerski
2023-01-20
make hyprerror follow fadein anim
vaxerski
2022-12-29
use curves for special dim anim
vaxerski
2022-12-16
Added clang format (#1239)
Vaxry
2022-11-18
Reset callbacks on remap
vaxerski
2022-11-06
Added resize transitions
vaxerski
2022-11-05
prevent double-registering of avars
vaxerski
2022-11-04
Multiple animation optimization and xwayland wine fixes
vaxerski
2022-09-25
Remove trailing whitespace.
Felix Dick
2022-07-28
Animation config rework
vaxerski
2022-07-25
use defines for unreachable
vaxerski
2022-07-16
Added shadow colors animations and inactive col
vaxerski
2022-07-06
use std::unreachable in avars
vaxerski
2022-06-30
remove asserts in CAnimatedVariable
vaxerski
2022-05-31
Added a special workspace
vaxerski
2022-05-14
Fadein/out now applies to layersurfaces too
vaxerski
2022-05-12
Added workspace animations
vaxerski
2022-05-05
optimization: dont damage entire window on border anim
vaxerski
2022-04-24
assert -> rassert for animatedvariable
vaxerski
2022-04-23
Added bezier curves
vaxerski
2022-04-23
return const refs + vec constantize
vaxerski
2022-04-23
fixed fullscreen, removed effective vars from windows
vaxerski
2022-04-23
New animation system
vaxerski