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
/
Applications
/
PixelPaint
/
Image.h
Age
Commit message (
Expand
)
Author
2022-09-20
PixelPaint: Remove unused Image::write_to_file() method
Sam Atkins
2022-08-26
PixelPaint: Move selection from ImageEditor to Image
Andreas Kling
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-04-13
PixelPaint: Add exporting to the QOI image format
Olivier De Canniere
2022-02-15
PixelPaint: Implement Merge Active Layer Up
electrikmilk
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-05
PixelPaint: Move `title` and `path` from Image to ImageEditor
Mustafa Quraish
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image writing/exporting functions
Andreas Kling
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-12
PixelPaint: Let PickerTool optionally sample all layers
Mustafa Quraish
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
PixelPaint: Add `Copy Merged` action
Mustafa Quraish
2021-09-04
PixelPaint: Add ProjectLoader to abstract away opening of files
Tobias Christiansen
2021-09-04
PixelPaint: Move saving a project from Image into ImageEditor
Tobias Christiansen
2021-09-04
PixelPaint: Move serialization of Image into seperate function
Tobias Christiansen
2021-09-03
PixelPaint: Add actions to rotate image left/right
Mustafa Quraish
2021-09-03
PixelPaint: Add actions to flip image vertically/horizontally
Mustafa Quraish
2021-09-03
PixelPaint: Add `Merge Active Layer Down` action
Mustafa Quraish
2021-08-07
PixelPaint: Use unveil to hide file system
Timothy
2021-07-09
PixelPaint: Only update the layer thumbnail on layer bitmap changes
Andreas Kling
2021-07-08
PixelPaint: Add method to merge visible layers
Marcus Nilsson
2021-07-08
PixelPaint: Add method to flatten image layers
Marcus Nilsson
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-07-05
PixelPaint: Ask to preserve transparency when exporting
Marcus Nilsson
2021-06-16
PixelPaint: Make images keep track of their path & title
Andreas Kling
2021-06-15
PixelPaint: Display an error message if exporting to PNG/BMP fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if opening a file fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if saving to PP file fails
Andreas Kling
2021-06-12
PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)
Andreas Kling
2021-06-11
PixelPaint: Rename Image::create_foo() => Image::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-06-02
PixelPaint: Update Image.{cpp, h} to use east const
Marco Cutecchia
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-01-22
PixelPaint: adding an option to export as PNG
Pierre
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling