ladybird/Applications/Taskbar
Andreas Kling d111b6ead4 WindowServer+Taskbar: Animate window frames on minimize/unminimize
We now show a quick window outline animation when going in/out of
minimized state. It's a simple 10 frame animation at 60fps, just to
give a visual cue of what's happening with the window.

The Taskbar sends over the corresponding button rect for each window
to the WindowServer using a new WM_SetWindowTaskbarRect message.

Note that when unminimizing, we still *show* the window right away,
and don't hold off until the animation has finished. This avoids
making the desktop feel slow/sluggish. :^)
2019-12-03 21:34:34 +01:00
..
main.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
TaskbarButton.cpp WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarButton.h WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarWindow.cpp WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
TaskbarWindow.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WindowIdentifier.h AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
WindowList.cpp WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
WindowList.h Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00