serenity/Userland/Applications/PixelPaint
electrikmilk 64ae8eac0e Base+PixelPaint: Add more menu icons
Adding icons missing from Pixel Paint menus.
2022-01-12 10:55:13 +01:00
..
Filters PixelPaint: Move out common logic from Filters into base class 2022-01-09 12:26:07 +01:00
Tools Everywhere: Use 'decrease_slider_by()' method from AbstractSlider 2021-12-30 14:31:50 +01:00
CMakeLists.txt PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
CreateNewImageDialog.cpp PixelPaint: Use better-fitting image size 2021-11-22 22:14:53 +01:00
CreateNewImageDialog.h
CreateNewLayerDialog.cpp
CreateNewLayerDialog.h
EditGuideDialog.cpp PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog 2021-11-27 11:04:48 +01:00
EditGuideDialog.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
EditGuideDialog.h PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog 2021-11-27 11:04:48 +01:00
FilterGallery.cpp PixelPaint: Fix crash on applying with no filter selected 2022-01-04 18:36:27 +02:00
FilterGallery.gml PixelPaint: Extend Filter Gallery dialog to accommodate settings 2022-01-04 14:40:00 +01:00
FilterGallery.h PixelPaint: Use the wrapped filters for the Filter Gallery 2022-01-04 14:40:00 +01:00
FilterModel.cpp PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
FilterModel.h PixelPaint: Use the wrapped filters for the Filter Gallery 2022-01-04 14:40:00 +01:00
FilterParams.h PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
Guide.h
Image.cpp PixelPaint: Move title and path from Image to ImageEditor 2022-01-05 12:08:20 +01:00
Image.h PixelPaint: Move title and path from Image to ImageEditor 2022-01-05 12:08:20 +01:00
ImageEditor.cpp PixelPaint: Move request_close_editor() logic inside ImageEditor 2022-01-09 00:19:47 +01:00
ImageEditor.h PixelPaint: Move request_close_editor() logic inside ImageEditor 2022-01-09 00:19:47 +01:00
Layer.cpp PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
Layer.h PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
LayerListWidget.cpp Everywhere: Use 'increase_slider_by()' method from AbstractSlider 2021-12-30 14:31:50 +01:00
LayerListWidget.h
LayerPropertiesWidget.cpp PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget 2022-01-09 20:24:02 +01:00
LayerPropertiesWidget.h PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget 2022-01-09 20:24:02 +01:00
main.cpp PixelPaint: Propagate errors using try_set_main_widget in main 2022-01-09 00:56:11 +01:00
MainWidget.cpp Base+PixelPaint: Add more menu icons 2022-01-12 10:55:13 +01:00
MainWidget.h PixelPaint: Disable actions when no ImageEditor is open 2022-01-09 20:24:02 +01:00
Mask.cpp
Mask.h
PaletteWidget.cpp PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor* 2022-01-09 20:24:02 +01:00
PaletteWidget.h PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor* 2022-01-09 20:24:02 +01:00
PixelPaintWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
ProjectLoader.cpp PixelPaint: Move title and path from Image to ImageEditor 2022-01-05 12:08:20 +01:00
ProjectLoader.h PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
Selection.cpp
Selection.h
ToolboxWidget.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ToolboxWidget.h
ToolPropertiesWidget.cpp Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
ToolPropertiesWidget.h