Commit Graph
4 Commits
Author SHA1 Message Date
thearturca 53e3526a3a refactor: apply clippy fixes 2024-07-23 16:49:24 +03:00
thearturca 804b0380f7 refactor(animation): remove ANIMATION_TEMPORARILY_DISABLED global vars
Global variable removed due to previous fix commit
2024-07-23 16:35:28 +03:00
thearturca f25787393c fix(animation): extend cancelling system to support multiple cancel call
This commit fixes cross-monitor drag move by extending cancelling
system. Now each cancel call have its own idx. And only latest cancel
will continue animation. Others will be dropped.
2024-07-23 16:26:58 +03:00
thearturca dfd6e98e9c refactor(window): reuse window rect in animate_position method 2024-07-23 12:20:56 +03:00