ladybird/Userland/Applications/PixelPaint
Mustafa Quraish c3e4123ed7 PixelPaint: Change menu shortcut for "Fit Image to View"
This makes it consistent with `ImageViewer`, where `F` was unavailable
for use as a shortcut. A small change, but it's nice having the same
keyboard shortcuts where we can :^)
2022-02-14 11:49:21 +01:00
..
Filters PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
Tools PixelPaint: Use Escape to clear rectangular selections 2022-02-04 16:11:48 +01:00
CMakeLists.txt PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
CreateNewImageDialog.cpp PixelPaint: Use better-fitting image size 2021-11-22 22:14:53 +01: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: Keep a RefPtr to offset_text_box in EditGuideDialog 2021-11-27 11:04:48 +01:00
EditGuideDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
EditGuideDialog.h PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog 2021-11-27 11:04:48 +01:00
FilterGallery.cpp PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
FilterGallery.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FilterGallery.h PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
FilterModel.cpp PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
FilterModel.h PixelPaint: Use the wrapped filters for the Filter Gallery 2022-01-04 14:40:00 +01:00
FilterParams.h PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
FilterPreviewWidget.cpp PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
FilterPreviewWidget.h PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
Guide.h AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
IconBag.cpp Base+PixelPaint: Add more icons 2022-02-13 10:18:37 +01:00
IconBag.h Base+PixelPaint: Add more icons 2022-02-13 10:18:37 +01:00
Image.cpp AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
Image.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
ImageEditor.cpp LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 2022-02-14 11:49:21 +01:00
ImageEditor.h LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 2022-02-14 11:49:21 +01:00
Layer.cpp PixelPaint: Add delete selection behavior 2022-01-15 23:38:00 +01:00
Layer.h PixelPaint: Add delete selection behavior 2022-01-15 23:38:00 +01:00
LayerListWidget.cpp PixelPaint: Paint layer thumbnails with correct aspect ratio 2022-02-01 10:49:13 +01:00
LayerListWidget.h PixelPaint: Paint layer thumbnails with correct aspect ratio 2022-02-01 10:49:13 +01:00
LayerPropertiesWidget.cpp PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget 2022-01-09 20:24:02 +01:00
LayerPropertiesWidget.h PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget 2022-01-09 20:24:02 +01:00
main.cpp PixelPaint: Implement IconBag to organize icons 2022-02-12 11:24:00 +01:00
MainWidget.cpp PixelPaint: Change menu shortcut for "Fit Image to View" 2022-02-14 11:49:21 +01:00
MainWidget.h PixelPaint: Implement IconBag to organize icons 2022-02-12 11:24:00 +01:00
Mask.cpp PixelPaint: Move Mask::{get, set, to_index} to the header file 2021-10-24 17:02:44 +02:00
Mask.h PixelPaint: Move Mask::{get, set, to_index} to the header file 2021-10-24 17:02:44 +02:00
PaletteWidget.cpp PixelPaint: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
PaletteWidget.h PixelPaint: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
PixelPaintWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ProjectLoader.cpp PixelPaint: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
ProjectLoader.h PixelPaint: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
Selection.cpp PixelPaint: Inherit from AbstractZoomPanWidget 2022-01-14 01:02:34 +01:00
Selection.h PixelPaint: Expose more complex selection operations 2021-06-22 11:00:00 +02:00
ToolboxWidget.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ToolboxWidget.h PixelPaint: Have ToolboxWidget keep track of active tool 2021-09-13 13:43:53 +02:00
ToolPropertiesWidget.cpp Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
ToolPropertiesWidget.h PixelPaint: Use a StackWidget in ToolPropertiesWidget 2021-08-06 23:59:14 +02:00