summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ImageEditor.cpp
AgeCommit message (Expand)Author
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
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling