summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ImageEditor.h
AgeCommit message (Expand)Author
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13PixelPaint: Add `ImageEditor::update_tool_cursor()` methodMustafa Quraish
2021-09-12PixelPaint: Add setter/getter for ImageEditor::m_pan_originMustafa Quraish
2021-09-12PixelPaint: Use LibConfig to allow custom pixel grid thresholdMustafa Quraish
2021-09-11PixelPaint: Add mouse indicators to the rulersDavid Isaksson
2021-09-11PixelPaint: Add rulersDavid Isaksson
2021-09-11PixelPaint: Add menu action to toggle pixel grid visibilityMustafa Quraish
2021-09-11PixelPaint: Add "Clear Guides" to remove all GuidesTobias Christiansen
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
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-03PixelPaint: Add actions to rotate image left/rightMustafa Quraish
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