1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00
serenity/Userland/Applications/PixelPaint
Zaggy1024 7ce346e50e PixelPaint: Allow keydown events to bubble from ImageEditor
Previously, all keydown KeyEvents were accepted, causing parent widgets
not to receive them. With the addition of shortcut handling to keydown,
shortcuts were not called when the ImageEditor was focused.
2022-11-14 16:08:11 +00:00
..
Filters PixelPaint: Add Hue/Saturation filter 2022-10-10 11:02:10 +01:00
Tools PixelPaint: Allow keydown events to bubble from ImageEditor 2022-11-14 16:08:11 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CreateNewImageDialog.cpp PixelPaint: Allow configuration of default image size through GUI 2022-08-13 09:10:29 +01:00
CreateNewImageDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CreateNewLayerDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
EditGuideDialog.cpp Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
EditGuideDialog.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +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: Make filters apply to a selection if one is present 2022-11-09 22:13:26 +03:30
FilterGallery.gml PixelPaint: Tweak FilterGallery layout 2022-07-15 12:34:25 +02:00
FilterGallery.h PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
FilterParams.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
FilterPreviewWidget.cpp PixelPaint: Make filters apply to a selection if one is present 2022-11-09 22:13:26 +03:30
FilterPreviewWidget.h PixelPaint: Make filters apply to a selection if one is present 2022-11-09 22:13:26 +03:30
FilterTreeModel.cpp PixelPaint: Add Hue/Saturation filter 2022-10-10 11:02:10 +01:00
FilterTreeModel.h PixelPaint: Reference-count filters 2022-09-27 14:23:11 +01:00
Guide.h AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
HistogramWidget.cpp PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
HistogramWidget.h PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
IconBag.cpp PixelPaint: Add action to invert selection 2022-10-18 18:57:12 +02:00
IconBag.h PixelPaint: Add action to invert selection 2022-10-18 18:57:12 +02:00
Image.cpp PixelPaint: Remove unused Image::write_to_file() method 2022-09-20 07:48:45 -04:00
Image.h PixelPaint: Remove unused Image::write_to_file() method 2022-09-20 07:48:45 -04:00
ImageEditor.cpp PixelPaint: Allow keydown events to bubble from ImageEditor 2022-11-14 16:08:11 +00:00
ImageEditor.h PixelPaint: Pass doubleclick events to tools 2022-10-19 23:04:07 +02:00
ImageProcessor.cpp PixelPaint: Make filters apply to a selection if one is present 2022-11-09 22:13:26 +03:30
ImageProcessor.h PixelPaint: Add a general-purpose parallel image processing pipeline 2022-09-27 14:23:11 +01:00
Layer.cpp PixelPaint+LibGfx: Allow resizing images and layers 2022-11-02 10:59:18 +00:00
Layer.h PixelPaint: Limit editing tools to selection 2022-10-24 23:46:22 +01:00
LayerListWidget.cpp PixelPaint: Draw layer thumbnails with bilinear filtering 2022-03-31 18:25:06 +02:00
LayerListWidget.h PixelPaint: Change EditMode of Layer when double clicking on thumbnail 2022-03-08 22:07:12 +01:00
LayerPropertiesWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
LayerPropertiesWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
LevelsDialog.cpp PixelPaint: Show more specific Undo/Redo action text 2022-08-21 20:33:03 +02:00
LevelsDialog.gml PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
LevelsDialog.h PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
main.cpp Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
MainWidget.cpp Userland: Accept drag_enter events for widgets supporting file drops 2022-11-13 16:13:03 -07:00
MainWidget.h Userland: Accept drag_enter events for widgets supporting file drops 2022-11-13 16:13:03 -07: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 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PaletteWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PixelPaintWindow.gml PixelPaint: Make scopes hideable 2022-10-27 12:59:20 +02:00
ProjectLoader.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ProjectLoader.h PixelPaint: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
ResizeImageDialog.cpp PixelPaint+LibGfx: Allow resizing images and layers 2022-11-02 10:59:18 +00:00
ResizeImageDialog.gml PixelPaint+LibGfx: Allow resizing images and layers 2022-11-02 10:59:18 +00:00
ResizeImageDialog.h PixelPaint+LibGfx: Allow resizing images and layers 2022-11-02 10:59:18 +00:00
ScopeWidget.cpp PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
ScopeWidget.h PixelPaint: Extract common scope code into a generic ScopeWidget 2022-09-03 16:57:37 +01:00
Selection.cpp PixelPaint: Add action to invert selection 2022-10-18 18:57:12 +02:00
Selection.h PixelPaint: Add action to invert selection 2022-10-18 18:57:12 +02:00
ToolboxWidget.cpp PixelPaint: Add Polygonal Select Tool 2022-10-19 23:04:07 +02:00
ToolboxWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ToolPropertiesWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ToolPropertiesWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
VectorscopeWidget.cpp PixelPaint: Introduce a vectorscope 2022-09-03 16:57:37 +01:00
VectorscopeWidget.h PixelPaint: Introduce a vectorscope 2022-09-03 16:57:37 +01:00