serenity/Userland/Applications/PixelPaint
Andrew Kaster 1c3f11a5a6 Userland: Remove remaining callers of synchronous ImageDecoder API
Most of these now just await the image decoding, equivalent (ish) to
the old behavior. A more async-aware refactor should happen some time
in the future.
2024-04-23 12:32:04 -06:00
..
Filters Meta+Userland: Fix more instances of bad lambda-Variant interaction 2024-04-18 13:14:33 -06:00
Tools Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ColorMasking.gml
CreateNewImageDialog.cpp
CreateNewImageDialog.h
CreateNewLayerDialog.cpp
CreateNewLayerDialog.h
EditGuideDialog.cpp
EditGuideDialog.gml
EditGuideDialog.h
FilterGallery.cpp
FilterGallery.gml
FilterGallery.h
FilterParams.h
FilterPreviewWidget.cpp
FilterPreviewWidget.h
FilterTreeModel.cpp
FilterTreeModel.h
Guide.h
HistogramWidget.cpp
HistogramWidget.h
IconBag.cpp
IconBag.h
Image.cpp Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
Image.h
ImageEditor.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ImageEditor.h PixelPaint: Don't crash when cancel is pressed when saving a file 2024-02-21 22:37:34 +01:00
ImageMasking.cpp
ImageMasking.h
ImageProcessor.cpp
ImageProcessor.h
Layer.cpp
Layer.h
LayerListWidget.cpp
LayerListWidget.h
LayerPropertiesWidget.cpp LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
LayerPropertiesWidget.h LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
LevelsDialog.cpp
LevelsDialog.gml
LevelsDialog.h
LuminosityMasking.gml
main.cpp
MainWidget.cpp PixelPaint: Avoid infinite loop when updating zoom level ComboBox text 2024-04-23 16:26:39 +02:00
MainWidget.h
Mask.cpp
Mask.h
PaletteWidget.cpp LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
PaletteWidget.h LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
PixelPaintWindow.gml
ProjectLoader.cpp
ProjectLoader.h
ResizeImageDialog.cpp
ResizeImageDialog.gml
ResizeImageDialog.h
ScopeWidget.cpp
ScopeWidget.h
Selection.cpp
Selection.h
ToolboxWidget.cpp
ToolboxWidget.h
ToolPropertiesWidget.cpp LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
ToolPropertiesWidget.h LibGUI+PixelPaint: Move virtual destructors out-of-line for Clang 17 2024-04-18 13:14:33 -06:00
VectorscopeWidget.cpp
VectorscopeWidget.h