ladybird/Applications/PaintBrush
Andreas Kling d045972559 PaintBrush: Add keyboard shortcuts for all tools
I've used the shortcuts from GIMP for the most part, since that's what
I'm used to. We can definitely iterate on these to find better options
as the app develops. :^)
2020-05-13 14:23:08 +02:00
..
BucketTool.cpp PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
BucketTool.h PaintBrush: Add a "Move" tool for moving layers around :^) 2020-05-13 00:09:04 +02:00
EllipseTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
EllipseTool.h PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
EraseTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
EraseTool.h PaintBrush: Add a "Move" tool for moving layers around :^) 2020-05-13 00:09:04 +02:00
Image.cpp PaintBrush: Silence debug spam in Image compositing 2020-05-13 00:00:24 +02:00
Image.h PaintBrush: Show the layer stack in a table view on the right hand side 2020-05-12 23:00:23 +02:00
ImageEditor.cpp PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
ImageEditor.h PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
Layer.cpp PaintBrush: Start refactoring to support layer-based images 2020-05-12 22:22:45 +02:00
Layer.h PaintBrush: Let's have Layer::rect() and Layer::relative_rect() 2020-05-12 23:49:52 +02:00
LayerModel.cpp PaintBrush: Show the layer stack in a table view on the right hand side 2020-05-12 23:00:23 +02:00
LayerModel.h PaintBrush: Update the LayerModel when moving layers around 2020-05-13 00:21:13 +02:00
LineTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
LineTool.h PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
main.cpp PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
Makefile PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
MoveTool.cpp PaintBrush: Make the move tool handle arrow key events 2020-05-13 13:21:49 +02:00
MoveTool.h PaintBrush: Make the move tool handle arrow key events 2020-05-13 13:21:49 +02:00
PaletteWidget.cpp PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
PaletteWidget.h PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
PenTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
PenTool.h PaintBrush: Add a "Move" tool for moving layers around :^) 2020-05-13 00:09:04 +02:00
PickerTool.cpp PaintBrush: Remove the PaintableWidget 2020-05-13 13:21:47 +02:00
PickerTool.h PaintBrush: Add a "Move" tool for moving layers around :^) 2020-05-13 00:09:04 +02:00
RectangleTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
RectangleTool.h PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
SprayTool.cpp PaintBrush: Most tools still care about mousemoves outside layer 2020-05-13 13:50:35 +02:00
SprayTool.h PaintBrush: Add a "Move" tool for moving layers around :^) 2020-05-13 00:09:04 +02:00
Tool.cpp PaintBrush: Port all the existing toolbox tools to the Layer world :^) 2020-05-12 23:44:46 +02:00
Tool.h PaintBrush: Make the line, rectangle and ellipsis preview work again 2020-05-13 13:43:20 +02:00
ToolboxWidget.cpp PaintBrush: Add keyboard shortcuts for all tools 2020-05-13 14:23:08 +02:00
ToolboxWidget.h PaintBrush: Port all the existing toolbox tools to the Layer world :^) 2020-05-12 23:44:46 +02:00