1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 03:12:06 +00:00
serenity/Userland/Applications/PixelPaint
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
2021-01-25 09:47:36 +01:00
..
BrushTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BrushTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BucketTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BucketTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewImageDialog.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewImageDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewLayerDialog.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewLayerDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EllipseTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EllipseTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EraseTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EraseTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
FilterParams.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Image.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Image.h PixelPaint: adding an option to export as PNG 2021-01-22 20:39:25 +01:00
ImageEditor.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ImageEditor.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Layer.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Layer.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerListWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerListWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerPropertiesWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerPropertiesWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LineTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LineTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp PixelPaint: adding an option to export as PNG 2021-01-22 20:39:25 +01:00
MoveTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
MoveTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PaletteWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PaletteWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PenTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PenTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PickerTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PickerTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
RectangleTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
RectangleTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SprayTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SprayTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Tool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Tool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolboxWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolboxWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolPropertiesWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolPropertiesWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00