ladybird/Applications/PixelPaint
Andreas Kling b5788594f9 PixelPaint: Let Layer track whether it's selected or not
This will simplify a lot of code that keeps getting more confusing.
2020-05-26 10:18:03 +02:00
..
BucketTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
BucketTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
CMakeLists.txt PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
CreateNewLayerDialog.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
CreateNewLayerDialog.h PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
EllipseTool.cpp PixelPaint: Make the EllipseTool previews work while zoomed in 2020-05-22 15:57:04 +02:00
EllipseTool.h PixelPaint: Make the EllipseTool previews work while zoomed in 2020-05-22 15:57:04 +02:00
EraseTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
EraseTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
Image.cpp PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
Image.h PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
ImageEditor.cpp PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
ImageEditor.h PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
Layer.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
Layer.h PixelPaint: Let Layer track whether it's selected or not 2020-05-26 10:18:03 +02:00
LayerListWidget.cpp PixelPaint: Let Layer track whether it's selected or not 2020-05-26 10:18:03 +02:00
LayerListWidget.h PixelPaint: Let Layer track whether it's selected or not 2020-05-26 10:18:03 +02:00
LineTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
LineTool.h PixelPaint: Make the LineTool previews work while zoomed in 2020-05-22 14:45:14 +02:00
main.cpp PixelPaint: Add selection functionality to the LayerListWidget 2020-05-26 10:18:03 +02:00
MoveTool.cpp PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
MoveTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
PaletteWidget.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
PaletteWidget.h PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
PenTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
PenTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
PickerTool.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
PickerTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
RectangleTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
RectangleTool.h PixelPaint: Make the RectangleTool previews work while zoomed in 2020-05-22 14:57:10 +02:00
SprayTool.cpp PixelPaint: Have layers and images send out notifications on changes 2020-05-26 10:18:03 +02:00
SprayTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
Tool.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
Tool.h PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
ToolboxWidget.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
ToolboxWidget.h PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00