serenity/Userland/Applications/PixelPaint
Andreas Kling 1b897ec561 PixelPaint: Add a Selection class (ImageEditor has a Selection)
This will represent a complex, region-based selection in the future.
For now though, it's just a simple rectangle. :^)
2021-06-14 18:25:17 +02:00
..
BrushTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
BrushTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
BucketTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
BucketTool.h
CMakeLists.txt PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
CreateNewImageDialog.cpp
CreateNewImageDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EllipseTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EllipseTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EraseTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EraseTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
FilterParams.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
Image.cpp PixelPaint: Use ImageDecoder to load images out-of-process 2021-06-12 11:19:29 +02:00
Image.h PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr) 2021-06-12 11:19:29 +02:00
ImageEditor.cpp PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
ImageEditor.h PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
Layer.cpp PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap 2021-06-12 11:19:29 +02:00
Layer.h PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap 2021-06-12 11:19:29 +02:00
LayerListWidget.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
LayerListWidget.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
LayerPropertiesWidget.cpp
LayerPropertiesWidget.h
LineTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
LineTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
main.cpp PixelPaint: Use ImageDecoder to load images out-of-process 2021-06-12 11:19:29 +02:00
MoveTool.cpp
MoveTool.h
PaletteWidget.cpp
PaletteWidget.h
PenTool.cpp
PenTool.h
PickerTool.cpp
PickerTool.h
PixelPaintWindow.gml
RectangleSelectTool.cpp PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
RectangleSelectTool.h PixelPaint: Implement basic rectangular selection (preview only) 2021-06-14 18:25:17 +02:00
RectangleTool.cpp PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
RectangleTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
Selection.cpp PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
Selection.h PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
SprayTool.cpp
SprayTool.h
Tool.cpp
Tool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
ToolboxWidget.cpp PixelPaint: Add a new "Rectangle Select" tool :^) 2021-06-14 18:25:17 +02:00
ToolboxWidget.h
ToolPropertiesWidget.cpp
ToolPropertiesWidget.h
ZoomTool.cpp
ZoomTool.h