ladybird/Demos
Andreas Kling 9a109128f8 Cube: Two small tweaks
I noticed these when playing with the demo locally:

- Use RGB32 instead of RGBA32 for the bitmap buffer. This avoids some
  flickering that would sometimes occur.

- Clip the gradient fill to the widget rect rather than the painter
  clip rect. In practice, the painter was always clipped to the widget
  rect here, but it seems logical to say "fill widget with gradient."
2020-04-18 13:46:55 +02:00
..
Cube Cube: Two small tweaks 2020-04-18 13:46:55 +02:00
DynamicLink LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoader 2020-02-29 10:58:45 +01:00
Fire LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
HelloWorld LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
WidgetGallery WidgetGallery: Remove G prefixes from components 2020-03-19 22:52:44 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00