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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CreateNewImageDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CreateNewLayerDialog.cpp
CreateNewLayerDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
EditGuideDialog.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
EditGuideDialog.gml
EditGuideDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FilterGallery.cpp
FilterGallery.gml
FilterGallery.h
FilterParams.h
FilterPreviewWidget.cpp
FilterPreviewWidget.h
FilterTreeModel.cpp
FilterTreeModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Guide.h
HistogramWidget.cpp PixelPaint: Repaint histogram data when the widget gets resized 2023-12-14 09:07:20 -07:00
HistogramWidget.h PixelPaint: Repaint histogram data when the widget gets resized 2023-12-14 09:07:20 -07:00
IconBag.cpp
IconBag.h
Image.cpp Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
Image.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageMasking.h
ImageProcessor.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageProcessor.h
Layer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Layer.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 PixelPaint: Add link to manpage 2024-01-04 12:08:37 -07:00
MainWidget.cpp PixelPaint: Avoid infinite loop when updating zoom level ComboBox text 2024-04-23 16:26:39 +02:00
MainWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 PixelPaint: Make use of DynamicWidgetContainer 2023-12-14 09:07:20 -07:00
ProjectLoader.cpp
ProjectLoader.h
ResizeImageDialog.cpp
ResizeImageDialog.gml
ResizeImageDialog.h
ScopeWidget.cpp
ScopeWidget.h
Selection.cpp
Selection.h
ToolboxWidget.cpp PixelPaint: Fix crash when started with path 2024-01-02 17:14:38 +01:00
ToolboxWidget.h PixelPaint: Fix crash when started with path 2024-01-02 17:14:38 +01:00
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