index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
Mandelbrot
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-04
Mandelbrot: Use the new Zoom cursor
Mustafa Quraish
2021-08-14
Mandelbrot: Add a View menu with zoom actions
Nico Weber
2021-08-14
Mandelbrot: Extract reset() method
Nico Weber
2021-08-14
Mandelbrot: Extract zoom() method
Nico Weber
2021-08-10
Mandelbrot: Only recalculate missing areas after panning
sin-ack
2021-08-10
Mandelbrot: Add panning
sin-ack
2021-08-10
Mandelbrot: Add mousewheel zooming
sin-ack
2021-08-10
Mandelbrot: Use a GUI::Frame to paint into
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-18
Mandelbrot: Export images in a fixed resolution
Gunnar Beutner
2021-05-18
Mandelbrot: Keep the aspect ratio when (re-)sizing the window
Gunnar Beutner
2021-05-18
Mandelbrot: Add support for exporting the current image
Gunnar Beutner
2021-05-18
Mandelbrot: Implement color smoothing with gradients
Gunnar Beutner
2021-05-18
Mandelbrot: Maintain aspect ratio when selecting a region
Gunnar Beutner
2021-05-17
Demos: Add Mandelbrot demo
Gunnar Beutner