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-09-09
PixelPaint: Add `Fit Image To View` action
Mustafa Quraish
2021-09-09
PixelPaint: Add "Brush Mode" to EraseTool :^)
Mustafa Quraish
2021-09-09
PixelPaint: Make EraseTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Make PenTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Reoriganize drawing in BrushTool to allow more code reuse
Mustafa Quraish
2021-09-09
PixelPaint: Allow drawing line between 2 points with BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Fix BucketTool out of memory crashes
Mustafa Quraish
2021-09-07
PixelPaint: Show mouse position in statusbar without active tool
Mustafa Quraish
2021-09-07
PixelPaint: Add Menu action/shortcut to close current image tab
Mustafa Quraish
2021-09-07
PixelPaint: Register RectangleTool thickness slider as primary
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `LineTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Fix layer dragging bug
Mustafa Quraish
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
PixelPaint: Fix broken opening of files from Shell
Tobias Christiansen
2021-09-04
PixelPaint: Use Zoom and Eyedropper cursors
Mustafa Quraish
2021-09-04
PixelPaint: Add invert filter
Musab Kılıç
2021-09-04
PixelPaint: Make tools use the new API for property change shortcuts
Mustafa Quraish
2021-09-04
PixelPaint: Add mechanism for tools to use keyboard shortcuts
Mustafa Quraish
2021-09-04
PixelPaint: Add separator in image menu
Mustafa Quraish
2021-09-04
PixelPaint: Allow modifiable thickness for RectangleTool :^)
Mustafa Quraish
2021-09-04
PixelPaint: Add `Copy Merged` action
Mustafa Quraish
2021-09-04
PixelPaint: Parse saved Guides from the ProjectLoader in main
Tobias Christiansen
2021-09-04
PixelPaint: Add ProjectLoader to abstract away opening of files
Tobias Christiansen
2021-09-04
PixelPaint: Save Guides when writing project to file
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
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
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: Draw layers from bottom of panel, adjust spacing
Mustafa Quraish
2021-09-03
PixelPaint: Add `Merge Active Layer Down` action
Mustafa Quraish
2021-09-03
PixelPaint: Fix the displayed order of layers in LayerListWidget
Mustafa Quraish
2021-09-02
PixelPaint: Ctrl+click on palette colors now sets primary/secondary
Mustafa Quraish
2021-09-02
PixelPaint: Allow changing colors temporarily without palette
Mustafa Quraish
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-09-01
PixelPaint: Add "Change Offset" to the GuideTool
Tobias Christiansen
2021-09-01
PixelPaint: Add setter for the orientation of a Guide
Tobias Christiansen
2021-09-01
PixelPaint: Allow initial values for the EditGuideDialog
Tobias Christiansen
2021-09-01
PixelPaint: Move the conversion to pixels into the EditGuideDialog
Tobias Christiansen
2021-09-01
PixelPaint: Rename CreateNewGuideDialog to EditGuideDialog
Tobias Christiansen
2021-09-01
PixelPaint: Tweak palette height
Marcus Nilsson
2021-08-31
PixelPaint: Add grayscale filter
savary1
2021-08-31
PixelPaint: Rename `Mode` to `FillMode` for Ellipse/Rectangle
Mustafa Quraish
2021-08-31
PixelPaint: Add ability to draw rectangle from center
Mustafa Quraish
2021-08-31
PixelPaint: Add ability to draw ellipse from center
Mustafa Quraish
[prev]
[next]