1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 00:08:11 +00:00
serenity/Userland/Applications/PixelPaint
Andreas Kling 31d4bcf5bf Userland: Tighten a *lot* of pledges! :^)
Since applications using Core::EventLoop no longer need to create a
socket in /tmp/rpc/, and also don't need to listen for incoming
connections on this socket, we can remove a whole bunch of pledges!
2021-05-13 23:28:40 +02:00
..
BrushTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrushTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BucketTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BucketTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt PixelPaint: Added Zoom tool 2021-03-23 08:21:08 +01:00
CreateNewImageDialog.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CreateNewImageDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CreateNewLayerDialog.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CreateNewLayerDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EllipseTool.cpp PixelPaint: Add fill mode for the ellipse tool 2021-05-01 21:11:33 +02:00
EllipseTool.h PixelPaint: Add fill mode for the ellipse tool 2021-05-01 21:11:33 +02:00
EraseTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EraseTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FilterParams.h Applications: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Image.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Image.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageEditor.cpp LibGUI: Remove UndoStack's automatic command combo'ing 2021-05-08 22:17:51 +02:00
ImageEditor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Layer.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Layer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LayerListWidget.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
LayerListWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LayerPropertiesWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LayerPropertiesWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LineTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LineTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MoveTool.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
MoveTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PaletteWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PaletteWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PenTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PenTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PickerTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PickerTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RectangleTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RectangleTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SprayTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SprayTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ToolboxWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ToolboxWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ToolPropertiesWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ToolPropertiesWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ZoomTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ZoomTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00