mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
e80f0b23e3
Moved all images into a Vector instead of storing every animation frame in its own member variable. This greatly simplifies the bitmap selection logic and removes redundant if() checks. Also fixes minor state bugs. For example, CatDog woudld go to sleep immediately after actively moving for > 5 seconds. Also fixes arbitrary hardcoded values for mouse offset movement tresholds as well as inconsistent movement increments. This allows clicking anywhere on the CatDog window without moving CatDog. In addition to removing many member variables, the API interface is also cleaned up a bit to expose less CatDog internals. Nobody likes exposed CatDog internals ;). Variables and function are also renamed where necessary to (hopefully) improve readability. |
||
---|---|---|
.. | ||
CatDog | ||
Cube | ||
Eyes | ||
Fire | ||
LibGfxDemo | ||
LibGfxScaleDemo | ||
Mandelbrot | ||
ModelGallery | ||
Mouse | ||
Screensaver | ||
Starfield | ||
Tubes | ||
VirGLDemo | ||
WidgetGallery | ||
CMakeLists.txt |