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
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-08
Mandelbrot: Remove image export confirmation dialog
EWouters
2022-04-20
Mandelbrot: Add BMP and QOI image formats as options for export
EWouters
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
Mandelbrot: Add Help menu with standard About action
Paulo Henrique Silva
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
Mandelbrot: Use TRY() a lot more :^)
pbrw
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