ladybird/Userland/Applications/PixelPaint
2021-09-25 23:34:02 +02:00
..
Tools PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
CMakeLists.txt PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
CreateNewImageDialog.cpp PixelPaint: Close New Image dialog after pressing return key 2021-09-25 23:34:02 +02:00
CreateNewImageDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
CreateNewLayerDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EditGuideDialog.cpp PixelPaint: Allow initial values for the EditGuideDialog 2021-09-01 13:46:44 +02:00
EditGuideDialog.gml PixelPaint: Rename CreateNewGuideDialog to EditGuideDialog 2021-09-01 13:46:44 +02:00
EditGuideDialog.h PixelPaint: Allow initial values for the EditGuideDialog 2021-09-01 13:46:44 +02:00
FilterParams.h PixelPaint: Add invert filter 2021-09-04 03:35:17 +02:00
Guide.h AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
Image.cpp Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
Image.h Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
ImageEditor.cpp PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
ImageEditor.h Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
Layer.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
Layer.h PixelPaint: Allow partial invalidation of Layer and Image 2021-07-07 13:01:20 +02:00
LayerListWidget.cpp PixelPaint: Implement automatic scrolling in LayerListWidget 2021-09-16 22:29:21 +02:00
LayerListWidget.h PixelPaint: Implement automatic scrolling in LayerListWidget 2021-09-16 22:29:21 +02:00
LayerPropertiesWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
LayerPropertiesWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
MainWidget.cpp PixelPaint: Close image tabs on middle click 2021-09-25 23:34:02 +02:00
MainWidget.h PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00: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
PaletteWidget.cpp Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
PaletteWidget.h Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
PixelPaintWindow.gml PixelPaint: Tweak layer/tool properties widget heights 2021-09-16 16:54:34 +02:00
ProjectLoader.cpp PixelPaint: Remove unused methods to access files directly 2021-09-12 00:17:04 +02:00
ProjectLoader.h PixelPaint: Remove unused methods to access files directly 2021-09-12 00:17:04 +02:00
Selection.cpp PixelPaint: Revert update rect tightening for Selection 2021-08-14 12:45:48 +02:00
Selection.h PixelPaint: Expose more complex selection operations 2021-06-22 11:00:00 +02:00
ToolboxWidget.cpp PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
ToolboxWidget.h PixelPaint: Have ToolboxWidget keep track of active tool 2021-09-13 13:43:53 +02:00
ToolPropertiesWidget.cpp PixelPaint: Move Tools to it's own subdirectory 2021-09-20 03:04:24 +00:00
ToolPropertiesWidget.h PixelPaint: Use a StackWidget in ToolPropertiesWidget 2021-08-06 23:59:14 +02:00