summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ImageEditor.h
AgeCommit message (Expand)Author
2021-08-14PixelPaint: Show Guides on GuideTool activationMarcus Nilsson
2021-08-09PixelPaint: Let Tools have different cursorsMarcus Nilsson
2021-08-07PixelPaint: Make Guides' visibility optionalTobias Christiansen
2021-08-07PixelPaint: Include Guides in the ImageEditorTobias Christiansen
2021-08-02PixelPaint: Show image coordinates in the status barClément Sibille
2021-07-07PixelPaint: Allow partial invalidation of Layer and ImageAndreas Kling
2021-06-22PixelPaint: Use Mask internally in SelectionDavipb
2021-06-16PixelPaint: Make images keep track of their path & titleAndreas Kling
2021-06-16PixelPaint: Make ImageEditor::image() return a reference (Image&)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16PixelPaint: Add keyboard zoom shortcutsJagger De Leo
2021-04-16PixelPaint: Add Zoom Reset button to new View Menubar.Jagger De Leo
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche
2021-01-12Applications: Move to Userland/Applications/Andreas Kling