ladybird/Userland/Applications/PixelPaint
Marcus Nilsson f2aa5efbeb PixelPaint: Add basic support for closing tabs
This enables closing of tabs in PixelPaint, for the moment
very basic with no checking if the image is modified or saved.
2021-06-20 15:16:26 +02:00
..
BrushTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +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 Everywhere: Add component declarations 2021-06-17 11:03:51 +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: Don't allow creating empty layers or images 2021-06-15 10:05:16 +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: Make images keep track of their path & title 2021-06-16 12:12:39 +02:00
Image.h PixelPaint: Make images keep track of their path & title 2021-06-16 12:12:39 +02:00
ImageEditor.cpp PixelPaint: Make images keep track of their path & title 2021-06-16 12:12:39 +02:00
ImageEditor.h PixelPaint: Make images keep track of their path & title 2021-06-16 12:12:39 +02:00
Layer.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
Layer.h PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +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 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: Add basic support for closing tabs 2021-06-20 15:16:26 +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: Tweak height of palette widget 2021-05-16 01:11:56 +02:00
PaletteWidget.h PixelPaint: Convert main UI to GML :^) 2021-05-16 01:11:56 +02:00
PenTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +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 the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +02:00
RectangleSelectTool.cpp PixelPaint: Add new selection moving modes 2021-06-17 23:02:53 +02:00
RectangleSelectTool.h PixelPaint: Add new selection moving modes 2021-06-17 23:02:53 +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: Alternate selection outline between black and white 2021-06-15 16:15:09 +02:00
Selection.h PixelPaint: No need to pass ImageEditor& to Selection::paint() 2021-06-15 01:16:34 +02:00
SprayTool.cpp PixelPaint: Make the main UI tabbed and allow multiple open images :^) 2021-06-16 12:12:39 +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