serenity/Applications/PixelPaint
2020-06-04 12:34:31 +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
CreateNewLayerDialog.h
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: Use new app-pixel-paint.png for app icon 2020-06-04 12:34:31 +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
PaletteWidget.h
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
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
Tool.h
ToolboxWidget.cpp
ToolboxWidget.h