serenity/Userland/Applications/PixelPaint
Timothy Flynn 25e0ab3ee4 Userland: Tighten promises by removing 'proc' where it isn't used
This is a partial revert of commit 7af5eef. After 97d15e9, the 'proc'
promise is not needed for operations using getsid().

This also fixes launching several applications in which 7af5eef added
the 'proc' promise only in the second call to pledge().
2022-10-03 17:09:21 +01:00
..
Filters PixelPaint: Use the parallel ImageProcessor to apply filters 2022-09-27 14:23:11 +01:00
Tools PixelPaint: Scale layer and preserve aspect ratio 2022-09-16 22:53:07 +02:00
CMakeLists.txt PixelPaint: Add a general-purpose parallel image processing pipeline 2022-09-27 14:23:11 +01:00
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 PixelPaint: Reference-count filters 2022-09-27 14:23:11 +01:00
FilterTreeModel.h PixelPaint: Reference-count filters 2022-09-27 14:23:11 +01:00
Guide.h
HistogramWidget.cpp PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
HistogramWidget.h PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
IconBag.cpp PixelPaint: Add more icons 2022-08-24 12:01:19 +02:00
IconBag.h PixelPaint: Add more icons 2022-08-24 12:01:19 +02:00
Image.cpp PixelPaint: Remove unused Image::write_to_file() method 2022-09-20 07:48:45 -04:00
Image.h PixelPaint: Remove unused Image::write_to_file() method 2022-09-20 07:48:45 -04:00
ImageEditor.cpp PixelPaint: Add function to make layer from selection to ImageEditor 2022-09-29 10:20:17 +01:00
ImageEditor.h PixelPaint: Add function to make layer from selection to ImageEditor 2022-09-29 10:20:17 +01:00
ImageProcessor.cpp PixelPaint: Use the parallel ImageProcessor to apply filters 2022-09-27 14:23:11 +01:00
ImageProcessor.h PixelPaint: Add a general-purpose parallel image processing pipeline 2022-09-27 14:23:11 +01:00
Layer.cpp PixelPaint: Make erase_selection work for non-rectangular selections 2022-08-31 16:59:22 +01:00
Layer.h PixelPaint: Add simple "Crop Image to Content" feature 2022-08-23 22:39:27 +02:00
LayerListWidget.cpp
LayerListWidget.h
LayerPropertiesWidget.cpp
LayerPropertiesWidget.h
LevelsDialog.cpp
LevelsDialog.gml
LevelsDialog.h
main.cpp Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
MainWidget.cpp PixelPaint: Add option to make new layer from selection 2022-09-29 10:20:17 +01:00
MainWidget.h PixelPaint: Add option to make new layer from selection 2022-09-29 10:20:17 +01:00
Mask.cpp
Mask.h
PaletteWidget.cpp
PaletteWidget.h
PixelPaintWindow.gml PixelPaint: Introduce a vectorscope 2022-09-03 16:57:37 +01:00
ProjectLoader.cpp
ProjectLoader.h
ResizeImageDialog.cpp
ResizeImageDialog.gml
ResizeImageDialog.h
ScopeWidget.cpp PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
ScopeWidget.h PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
Selection.cpp PixelPaint: Make selection changes undoable 2022-08-26 01:04:52 +02:00
Selection.h PixelPaint: Fix const correctness of Selection::in_interactive_selection 2022-08-28 10:14:18 +01:00
ToolboxWidget.cpp PixelPaint: Add Wand Select Tool 2022-08-31 16:30:23 +02:00
ToolboxWidget.h
ToolPropertiesWidget.cpp
ToolPropertiesWidget.h
VectorscopeWidget.cpp PixelPaint: Introduce a vectorscope 2022-09-03 16:57:37 +01:00
VectorscopeWidget.h PixelPaint: Introduce a vectorscope 2022-09-03 16:57:37 +01:00