serenity/Userland/Applications/PixelPaint
2023-10-06 08:20:11 +02:00
..
Filters Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
Tools Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
ColorMasking.gml PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02:00
CreateNewImageDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CreateNewImageDialog.h
CreateNewLayerDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CreateNewLayerDialog.h
EditGuideDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
EditGuideDialog.gml
EditGuideDialog.h
FilterGallery.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FilterGallery.gml
FilterGallery.h
FilterParams.h Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FilterPreviewWidget.cpp
FilterPreviewWidget.h
FilterTreeModel.cpp
FilterTreeModel.h
Guide.h
HistogramWidget.cpp PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
HistogramWidget.h PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
IconBag.cpp
IconBag.h
Image.cpp Userland: Return empty if ImageDecoder client receives an invalid frame 2023-10-03 08:33:53 +02:00
Image.h PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
ImageEditor.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
ImageEditor.h PixelPaint: Add function to visualize editing-masks 2023-08-04 12:11:13 +02:00
ImageMasking.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
ImageMasking.h PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
ImageProcessor.cpp PixelPaint: Don't const_cast to update the editor on filter application 2023-08-06 11:56:21 +02:00
ImageProcessor.h
Layer.cpp PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
Layer.h PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
LayerListWidget.cpp
LayerListWidget.h
LayerPropertiesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LayerPropertiesWidget.h
LevelsDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
LevelsDialog.gml
LevelsDialog.h PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
LuminosityMasking.gml PixelPaint: Add luminosity masking for editing masks 2023-08-04 12:11:13 +02:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
MainWidget.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
MainWidget.h PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02:00
Mask.cpp
Mask.h
PaletteWidget.cpp
PaletteWidget.h
PixelPaintWindow.gml
ProjectLoader.cpp PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
ProjectLoader.h PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
ResizeImageDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
ResizeImageDialog.gml
ResizeImageDialog.h
ScopeWidget.cpp PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
ScopeWidget.h PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
Selection.cpp
Selection.h
ToolboxWidget.cpp
ToolboxWidget.h
ToolPropertiesWidget.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
ToolPropertiesWidget.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
VectorscopeWidget.cpp PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
VectorscopeWidget.h PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00