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
Age
Commit message (
Expand
)
Author
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-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
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-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
PixelPaint: Map color_distance_squared from 0 to 1
Musab Kılıç
2021-10-31
PixelPaint: Use a bucket cursor for the Bucket tool
Marco Cutecchia
2021-10-31
PixelPaint: Support using a bitmap as a tool's cursor
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-24
PixelPaint: Move Mask::{get, set, to_index} to the header file
Idan Horowitz
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-16
PixelPaint: Create an empty layer when the last layer is removed
Felix Rauch
2021-10-07
PixelPaint: Close tab now prompts for a save
Alex Major
2021-10-07
PixelPaint: Use reorderable tabs
Luke Wilde
2021-10-05
PixelPaint: Fix first undo action not working
Marco Cutecchia
2021-10-05
PixelPaint: Ensure a layer is selected when restoring a snapshot
Marco Cutecchia
2021-10-02
PixelPaint: Correctly offset stroke position for even thicknesses
Gal Horowitz
2021-10-02
PixelPaint: LayerListWidget::set_selected_layer now handles nullptr
Gal Horowitz
2021-09-29
PixelPaint: Add new icons for layer actions
Marcus Nilsson
2021-09-25
PixelPaint: Close image tabs on middle click
Karol Kosek
2021-09-25
PixelPaint: Close New Image dialog after pressing return key
Karol Kosek
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-19
PixelPaint: Use main window's icon in the 'Create new image' widget
Karol Kosek
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for RectangleTool
Mustafa Quraish
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for EllipseTool
Mustafa Quraish
2021-09-17
LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` method
Mustafa Quraish
2021-09-16
PixelPaint: Implement automatic scrolling in LayerListWidget
Marcus Nilsson
2021-09-16
PixelPaint: Tweak layer/tool properties widget heights
Marcus Nilsson
2021-09-16
PixelPaint: Don't select the same layer twice in LayerListWidget
Marcus Nilsson
2021-09-16
PixelPaint: Don't update ImageEditor in set_active_layer()
Marcus Nilsson
2021-09-15
PixelPaint: Add ability to draw squares and circles
Zyper
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
PixelPaint: Make CloneTool change cursor temporarily while selecting
Mustafa Quraish
2021-09-13
PixelPaint: Add `ImageEditor::update_tool_cursor()` method
Mustafa Quraish
2021-09-13
PixelPaint: Add a marker for CloneTool's selected position
Mustafa Quraish
2021-09-13
PixelPaint: Incorporate CloneTool into toolbox
Mustafa Quraish
2021-09-13
PixelPaint: Add Clone Tool :^)
Mustafa Quraish
2021-09-13
PixelPaint: Fix Line/Rectangle second paint alignment with pixels
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` after drawing Ellipse
Mustafa Quraish
2021-09-13
PixelPaint: Update editor after drawing shapes to clear outside
Mustafa Quraish
2021-09-13
PixelPaint: Ensure thickness of shapes is never 0 when drawing
Mustafa Quraish
2021-09-13
PixelPaint: Allowing drawing line from center, like other shapes
Mustafa Quraish
[next]