1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 06:15:06 +00:00
serenity/Applications/PixelPaint
BenJilks 5f15fb17d9 PixelPaint: Basic brush tool
This patch adds a very basic implementation of the classic brush
tool. It features a wide brush with a falloff around the edges.
2020-10-14 20:36:40 +02:00
..
BrushTool.cpp PixelPaint: Basic brush tool 2020-10-14 20:36:40 +02:00
BrushTool.h PixelPaint: Basic brush tool 2020-10-14 20:36:40 +02:00
BucketTool.cpp SinglyLinkedList: Remove unused includes 2020-10-08 09:54:41 +02:00
BucketTool.h PixelPaint: Rename original_event => image_event 2020-05-21 22:56:32 +02:00
CMakeLists.txt PixelPaint: Basic brush tool 2020-10-14 20:36:40 +02:00
CreateNewLayerDialog.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
CreateNewLayerDialog.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
EllipseTool.cpp Meta: Replace remaining LibM/math.h includes with math.h 2020-08-12 16:18:33 +02:00
EllipseTool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
EraseTool.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
EraseTool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
FilterParams.h LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5 2020-10-12 20:04:48 +02:00
Image.cpp PixelPaint: Allow pasting a copied bitmap as a new layer :^) 2020-09-05 16:53:51 +02:00
Image.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ImageEditor.cpp Applications: Paint transparency grids through StylePainter 2020-09-26 00:00:08 +02:00
ImageEditor.h LibGfx: Templatize Point, Size, and Rect 2020-07-27 01:06:26 +02:00
Layer.cpp PixelPaint: Allow pasting a copied bitmap as a new layer :^) 2020-09-05 16:53:51 +02:00
Layer.h PixelPaint: Allow pasting a copied bitmap as a new layer :^) 2020-09-05 16:53:51 +02:00
LayerListWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
LayerListWidget.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
LayerPropertiesWidget.cpp PixelPaint: Add GUI for editing layer names :^) 2020-07-23 20:48:28 +02:00
LayerPropertiesWidget.h PixelPaint: Add GUI for editing layer names :^) 2020-07-23 20:48:28 +02:00
LineTool.cpp Meta: Replace remaining LibM/math.h includes with math.h 2020-08-12 16:18:33 +02:00
LineTool.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
main.cpp LibGfx: Allow specifying a separate source bitmap for Filter::apply 2020-10-12 20:04:48 +02:00
MoveTool.cpp Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
MoveTool.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
PaletteWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
PaletteWidget.h PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
PenTool.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
PenTool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
PickerTool.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
PickerTool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
RectangleTool.cpp Meta: Replace remaining LibM/math.h includes with math.h 2020-08-12 16:18:33 +02:00
RectangleTool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
SprayTool.cpp SinglyLinkedList: Remove unused includes 2020-10-08 09:54:41 +02:00
SprayTool.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Tool.cpp PixelPaint: Rename from PaintBrush :^) 2020-05-20 20:35:35 +02:00
Tool.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ToolboxWidget.cpp PixelPaint: Basic brush tool 2020-10-14 20:36:40 +02:00
ToolboxWidget.h PixelPaint: Scope tool actions to the containing window 2020-07-23 19:53:48 +02:00