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
2023-03-26
PixelPaint: Remove unused function definition from Image
Tim Ledbetter
2023-03-26
PixelPaint: Add a Duplicate Layer action
Tim Ledbetter
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
PixelPaint: Make merge up and down actions work with disjoint layers
Tim Ledbetter
2023-02-21
PixelPaint: Make image flattening actions work with disjoint layers
Tim Ledbetter
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-01
PixelPaint: Ensure layers are positioned correctly when painting
Tim Ledbetter
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2023-01-03
PixelPaint: Cleanup the Image class
Baitinq
2023-01-03
PixelPaint: Propagate errors in {flip,crop,rotate,resize} functions
Baitinq
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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
[next]