summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ImageEditor.cpp
AgeCommit message (Expand)Author
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-05PixelPaint: Fix first undo action not workingMarco Cutecchia
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
2021-09-16PixelPaint: Don't update ImageEditor in set_active_layer()Marcus Nilsson
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: Use config to get default values for Guides/Rulers/PixelGridMustafa Quraish
2021-09-12PixelPaint: Add setter/getter for ImageEditor::m_pan_originMustafa Quraish
2021-09-12PixelPaint: Fix zooming to cursorTobias Christiansen
2021-09-12PixelPaint: Make `Fit Image To View` account for rulersMustafa Quraish
2021-09-12PixelPaint: Use LibConfig to allow custom pixel grid thresholdMustafa Quraish
2021-09-12PixelPaint: Don't draw pixel grid outside image boundsMustafa Quraish
2021-09-11PixelPaint: Add mouse indicators to the rulersDavid Isaksson
2021-09-11PixelPaint: Add rulersDavid Isaksson
2021-09-11PixelPaint: Draw guide lines and selections above the pixel gridDavid Isaksson
2021-09-11PixelPaint: Add menu action to toggle pixel grid visibilityMustafa Quraish
2021-09-11PixelPaint: Show a pixel grid when zoomed in enoughMustafa Quraish
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
2021-09-07PixelPaint: Show mouse position in statusbar without active toolMustafa 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-28PixelPaint: Always change cursor when active tool is setMustafa Quraish
2021-08-27PixelPaint: Make Layer passed to tools a pointerMaciej Zygmanowski
2021-08-27PixelPaint: Pass raw mouse event to Tools and wrap them all in a structMaciej Zygmanowski
2021-08-27PixelPaint: Make scaling exponentialMaciej Zygmanowski
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-07-06PixelPaint: Paint the area around the image with ColorRole::TrayAndreas Kling
2021-07-06PixelPaint: Don't repaint area outside image when image itself changedAndreas Kling
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-15PixelPaint: Clear selection when opening a new imageAndreas Kling
2021-06-15PixelPaint: No need to pass ImageEditor& to Selection::paint()Andreas Kling
2021-06-14PixelPaint: Draw the current editor selection as marching antsAndreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
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-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche