summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/CreateNewImageDialog.cpp
AgeCommit message (Expand)Author
2022-08-13PixelPaint: Allow configuration of default image size through GUIcflip
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-17PixelPaint: Allow configuring 'new image' defaultsMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2021-11-22PixelPaint: Use better-fitting image sizeBen Wiederhake
2021-09-25PixelPaint: Close New Image dialog after pressing return keyKarol Kosek
2021-09-19PixelPaint: Use main window's icon in the 'Create new image' widgetKarol Kosek
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-06-15PixelPaint: Increase default size of new images from 1x1 to 480x360Andreas Kling
2021-06-15PixelPaint: Don't allow creating empty layers or imagesAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling