summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ResizeImageDialog.cpp
AgeCommit message (Expand)Author
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-11-02PixelPaint+LibGfx: Allow resizing images and layersjack gleeson
2022-06-16PixelPaint: Add Smooth Pixels scaling optionKarol Kosek
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith