ladybird/Userland/Demos
Stephan Unverwerth c2d84efaae LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Matrix4x4 was defined as a derived class of Matrix<N,T> before.
Furthermore, some code was duplicated and it was overall just messy.
This commit turns Matrix4x4 into a simple alias for Matrix<4,T>.
2021-05-13 22:24:42 +02:00
..
CatDog Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
Cube LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T> 2021-05-13 22:24:42 +02:00
Eyes Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
Fire Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
GLTeapot LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T> 2021-05-13 22:24:42 +02:00
LibGfxDemo Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
LibGfxScaleDemo Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
Mouse Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
Screensaver Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
Starfield Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
WidgetGallery WidgetGallery: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
CMakeLists.txt Demos: Add OpenGL teapot demo :^) 2021-05-08 10:13:22 +02:00