Age | Commit message (Expand) | Author |
---|---|---|
2023-01-07 | LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) | Sam Atkins |
2023-01-07 | Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` | Sam Atkins |
2023-01-06 | LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) | Sam Atkins |
2022-12-07 | Meta+Userland: Pass Gfx::IntSize by value | MacDue |
2022-11-02 | PixelPaint+LibGfx: Allow resizing images and layers | jack gleeson |
2022-06-16 | PixelPaint: Add Smooth Pixels scaling option | Karol Kosek |
2022-06-02 | Userland: Use default buttons instead of manually handling return press | Karol Kosek |
2022-05-23 | PixelPaint: Add Image>Resize Image... dialog. (Front end) | Andrew Smith |