summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mandelbrot
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-08Mandelbrot: Remove image export confirmation dialogEWouters
2022-04-20Mandelbrot: Add BMP and QOI image formats as options for exportEWouters
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08Mandelbrot: Add Help menu with standard About actionPaulo Henrique Silva
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25Mandelbrot: Use TRY() a lot more :^)pbrw
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-04Mandelbrot: Use the new Zoom cursorMustafa Quraish
2021-08-14Mandelbrot: Add a View menu with zoom actionsNico Weber
2021-08-14Mandelbrot: Extract reset() methodNico Weber
2021-08-14Mandelbrot: Extract zoom() methodNico Weber
2021-08-10Mandelbrot: Only recalculate missing areas after panningsin-ack
2021-08-10Mandelbrot: Add panningsin-ack
2021-08-10Mandelbrot: Add mousewheel zoomingsin-ack
2021-08-10Mandelbrot: Use a GUI::Frame to paint intosin-ack
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-18Mandelbrot: Export images in a fixed resolutionGunnar Beutner
2021-05-18Mandelbrot: Keep the aspect ratio when (re-)sizing the windowGunnar Beutner
2021-05-18Mandelbrot: Add support for exporting the current imageGunnar Beutner
2021-05-18Mandelbrot: Implement color smoothing with gradientsGunnar Beutner
2021-05-18Mandelbrot: Maintain aspect ratio when selecting a regionGunnar Beutner
2021-05-17Demos: Add Mandelbrot demoGunnar Beutner