summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mandelbrot
AgeCommit message (Expand)Author
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