summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
2021-09-09PixelPaint: Add "Brush Mode" to EraseTool :^)Mustafa Quraish
2021-09-09PixelPaint: Make EraseTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Make PenTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Reoriganize drawing in BrushTool to allow more code reuseMustafa Quraish
2021-09-09PixelPaint: Allow drawing line between 2 points with BrushToolMustafa Quraish
2021-09-09PixelPaint: Fix BucketTool out of memory crashesMustafa Quraish
2021-09-07PixelPaint: Show mouse position in statusbar without active toolMustafa Quraish
2021-09-07PixelPaint: Add Menu action/shortcut to close current image tabMustafa Quraish
2021-09-07PixelPaint: Register RectangleTool thickness slider as primaryMustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `LineTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Fix layer dragging bugMustafa Quraish
2021-09-06PixelPaint: Add `Crop to Selection` ActionMustafa Quraish
2021-09-06PixelPaint: Allow opening of files dropped onto application :^)Mustafa Quraish
2021-09-06PixelPaint: Refactor `main.cpp` into `MainWidget`Mustafa Quraish
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-04PixelPaint: Fix broken opening of files from ShellTobias Christiansen
2021-09-04PixelPaint: Use Zoom and Eyedropper cursorsMustafa Quraish
2021-09-04PixelPaint: Add invert filterMusab Kılıç
2021-09-04PixelPaint: Make tools use the new API for property change shortcutsMustafa Quraish
2021-09-04PixelPaint: Add mechanism for tools to use keyboard shortcutsMustafa Quraish
2021-09-04PixelPaint: Add separator in image menuMustafa Quraish
2021-09-04PixelPaint: Allow modifiable thickness for RectangleTool :^)Mustafa Quraish
2021-09-04PixelPaint: Add `Copy Merged` actionMustafa Quraish
2021-09-04PixelPaint: Parse saved Guides from the ProjectLoader in mainTobias Christiansen
2021-09-04PixelPaint: Add ProjectLoader to abstract away opening of filesTobias Christiansen
2021-09-04PixelPaint: Save Guides when writing project to fileTobias Christiansen
2021-09-04PixelPaint: Move saving a project from Image into ImageEditorTobias Christiansen
2021-09-04PixelPaint: Move serialization of Image into seperate functionTobias Christiansen
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-03PixelPaint: Add actions to rotate image left/rightMustafa Quraish
2021-09-03PixelPaint: Add actions to flip image vertically/horizontallyMustafa Quraish
2021-09-03PixelPaint: Draw layers from bottom of panel, adjust spacingMustafa Quraish
2021-09-03PixelPaint: Add `Merge Active Layer Down` actionMustafa Quraish
2021-09-03PixelPaint: Fix the displayed order of layers in LayerListWidgetMustafa Quraish
2021-09-02PixelPaint: Ctrl+click on palette colors now sets primary/secondaryMustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-01PixelPaint: Add "Change Offset" to the GuideToolTobias Christiansen
2021-09-01PixelPaint: Add setter for the orientation of a GuideTobias Christiansen
2021-09-01PixelPaint: Allow initial values for the EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Move the conversion to pixels into the EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Rename CreateNewGuideDialog to EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Tweak palette heightMarcus Nilsson
2021-08-31PixelPaint: Add grayscale filtersavary1
2021-08-31PixelPaint: Rename `Mode` to `FillMode` for Ellipse/RectangleMustafa Quraish
2021-08-31PixelPaint: Add ability to draw rectangle from centerMustafa Quraish
2021-08-31PixelPaint: Add ability to draw ellipse from centerMustafa Quraish