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
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