ladybird/Userland/Applications/PixelPaint
Andreas Kling 285f0383d4 PixelPaint: Move LayerListWidget gadget rect computation to a function
This will allow functions other than paint_event() to use the various
gadget rects (thumbnail, text, etc.)
2021-07-09 22:07:00 +02:00
..
BrushTool.cpp PixelPaint: Make brush draw on mousedown 2021-07-08 20:16:26 +02:00
BrushTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
BucketTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
BucketTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt PixelPaint: Add a Mask class 2021-06-22 11:00:00 +02:00
CreateNewImageDialog.cpp PixelPaint: Increase default size of new images from 1x1 to 480x360 2021-06-15 10:05:16 +02:00
CreateNewImageDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.cpp PixelPaint: Change the default layer name to "Layer" 2021-07-05 20:39:30 +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: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +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: Add method to merge visible layers 2021-07-08 20:16:26 +02:00
Image.h PixelPaint: Add method to merge visible layers 2021-07-08 20:16:26 +02:00
ImageEditor.cpp PixelPaint: Allow partial invalidation of Layer and Image 2021-07-07 13:01:20 +02:00
ImageEditor.h PixelPaint: Allow partial invalidation of Layer and Image 2021-07-07 13:01:20 +02:00
Layer.cpp PixelPaint: Allow partial invalidation of Layer and Image 2021-07-07 13:01:20 +02:00
Layer.h PixelPaint: Allow partial invalidation of Layer and Image 2021-07-07 13:01:20 +02:00
LayerListWidget.cpp PixelPaint: Move LayerListWidget gadget rect computation to a function 2021-07-09 22:07:00 +02:00
LayerListWidget.h PixelPaint: Move LayerListWidget gadget rect computation to a function 2021-07-09 22:07:00 +02:00
LayerPropertiesWidget.cpp PixelPaint: Convert main UI to GML :^) 2021-05-16 01:11:56 +02:00
LayerPropertiesWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LineTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
LineTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
main.cpp PixelPaint: Make sure that a layer is always selected 2021-07-09 18:04:01 +02:00
Mask.cpp PixelPaint: Add a Mask class 2021-06-22 11:00:00 +02:00
Mask.h PixelPaint: Add a Mask class 2021-06-22 11:00:00 +02:00
MoveTool.cpp PixelPaint: Make ImageEditor::image() return a reference (Image&) 2021-06-16 12:12:39 +02:00
MoveTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PaletteWidget.cpp PixelPaint: Add loading and saving of color palettes 2021-06-21 22:32:58 +02:00
PaletteWidget.h PixelPaint: Add loading and saving of color palettes 2021-06-21 22:32:58 +02:00
PenTool.cpp PixelPaint: Make PenTool invalidate even less when drawing :^) 2021-07-09 22:07:00 +02:00
PenTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PickerTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PickerTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PixelPaintWindow.gml PixelPaint: Make LayerListWidget scrollable 2021-07-05 20:39:30 +02:00
RectangleSelectTool.cpp PixelPaint: Add more options to RectangleSelectTool 2021-06-22 11:00:00 +02:00
RectangleSelectTool.h PixelPaint: Add more options to RectangleSelectTool 2021-06-22 11:00:00 +02:00
RectangleTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
RectangleTool.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
Selection.cpp PixelPaint: Expose more complex selection operations 2021-06-22 11:00:00 +02:00
Selection.h PixelPaint: Expose more complex selection operations 2021-06-22 11:00:00 +02:00
SprayTool.cpp PixelPaint: Make SprayTool only invalidate the modified area :^) 2021-07-07 13:01:20 +02:00
SprayTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tool.h PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
ToolboxWidget.cpp PixelPaint: Add a new "Rectangle Select" tool :^) 2021-06-14 18:25:17 +02:00
ToolboxWidget.h PixelPaint: Use GUI::Toolbar inside the toolbox widget 2021-05-16 01:11:56 +02:00
ToolPropertiesWidget.cpp PixelPaint: Convert main UI to GML :^) 2021-05-16 01:11:56 +02:00
ToolPropertiesWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ZoomTool.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ZoomTool.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00