ladybird/Userland/Demos
Karol Kosek 9ddd2fdcc5 WidgetGallery: Simplify cursor change code
The code here wasn't updated when a new file icons appeared, so double-
-clicking a cursor didn't always set it to the correct one.

Also, the cursor list is sorted alphabetically, by the file name.
So if a theme used a different file naming in Config.ini, then
the previous code would also be incorrect.

Here we will just take the bitmap icon from the model.

Closes: #10142
2021-09-20 15:59:34 +02:00
..
CatDog CatDog: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
Cube Cube: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Eyes Eyes: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
Fire Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
LibGfxDemo Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
LibGfxScaleDemo Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Mandelbrot Mandelbrot: Use the new Zoom cursor 2021-09-04 03:35:23 +02:00
ModelGallery ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30
Mouse Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Screensaver Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
Starfield Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
WidgetGallery WidgetGallery: Simplify cursor change code 2021-09-20 15:59:34 +02:00
CMakeLists.txt ModelGallery: Add the new Model Gallery application :^) 2021-08-23 12:25:26 +04:30