ladybird/Userland/Demos
Andreas Kling 41dc73adc4 Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()
A bunch of programs were using the paint event rect as the rect
to draw into. Since the event rect could be any invalidated part
of the widget, we need to be passing the full Widget::rect().
2021-05-09 10:11:30 +02:00
..
CatDog Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
Cube Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
Eyes Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
Fire Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
GLTeapot Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
LibGfxDemo Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect() 2021-05-09 10:11:30 +02:00
LibGfxScaleDemo WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
Mouse Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02: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