serenity/Userland/Applications/PixelPaint
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00
..
Filters Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Tools Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +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: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CreateNewImageDialog.h
CreateNewLayerDialog.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CreateNewLayerDialog.h
EditGuideDialog.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
EditGuideDialog.gml
EditGuideDialog.h
FilterGallery.cpp PixelPaint: FilterGallery fix preview 2023-07-02 15:23:42 +02:00
FilterGallery.gml
FilterGallery.h
FilterParams.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FilterPreviewWidget.cpp
FilterPreviewWidget.h
FilterTreeModel.cpp
FilterTreeModel.h
Guide.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HistogramWidget.cpp
HistogramWidget.h
IconBag.cpp
IconBag.h
Image.cpp PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +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 PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02:00
ImageMasking.h PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02: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: Add function to visualize editing-masks 2023-08-04 12:11:13 +02:00
Layer.h PixelPaint: Add function to visualize editing-masks 2023-08-04 12:11:13 +02:00
LayerListWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
LayerListWidget.h
LayerPropertiesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LayerPropertiesWidget.h
LevelsDialog.cpp PixelPaint: Remove todo from LevelDialog 2023-07-02 15:23:42 +02:00
LevelsDialog.gml
LevelsDialog.h
LuminosityMasking.gml PixelPaint: Add luminosity masking for editing masks 2023-08-04 12:11:13 +02:00
main.cpp LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
MainWidget.cpp PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
MainWidget.h PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02:00
Mask.cpp
Mask.h LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
PaletteWidget.cpp PixelPaint: Update palette colors in real-time while picking 2023-07-24 11:30:54 +03:30
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 PixelPaint: Add support for box sampling scaling 2023-05-19 18:36:36 +02:00
ResizeImageDialog.gml PixelPaint: Add support for box sampling scaling 2023-05-19 18:36:36 +02:00
ResizeImageDialog.h
ScopeWidget.cpp
ScopeWidget.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Selection.cpp PixelPaint: Ensure the selection is always within image bounds 2023-05-05 16:35:42 +01:00
Selection.h
ToolboxWidget.cpp
ToolboxWidget.h
ToolPropertiesWidget.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
ToolPropertiesWidget.h
VectorscopeWidget.cpp
VectorscopeWidget.h