serenity/Userland/Applications/PixelPaint
2024-04-04 11:23:21 +02:00
..
Filters LibGfx+Userland: Move FontWeight enum into its own file 2024-01-21 09:32:10 -05:00
Tools Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ColorMasking.gml PixelPaint: Add color-masking for editing masks 2023-08-04 12:11:13 +02:00
CreateNewImageDialog.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CreateNewImageDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CreateNewLayerDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CreateNewLayerDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
EditGuideDialog.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
EditGuideDialog.gml
EditGuideDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FilterGallery.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FilterGallery.gml
FilterGallery.h
FilterParams.h Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FilterPreviewWidget.cpp
FilterPreviewWidget.h
FilterTreeModel.cpp
FilterTreeModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Guide.h
HistogramWidget.cpp PixelPaint: Repaint histogram data when the widget gets resized 2023-12-14 09:07:20 -07:00
HistogramWidget.h PixelPaint: Repaint histogram data when the widget gets resized 2023-12-14 09:07:20 -07:00
IconBag.cpp
IconBag.h
Image.cpp ImageDecoder: Add plumbing to allow a client to request an ideal size 2024-01-07 20:10:22 +01:00
Image.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageEditor.cpp PixelPaint: Don't crash when cancel is pressed when saving a file 2024-02-21 22:37:34 +01:00
ImageEditor.h PixelPaint: Don't crash when cancel is pressed when saving a file 2024-02-21 22:37:34 +01:00
ImageMasking.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageMasking.h PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
ImageProcessor.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImageProcessor.h
Layer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Layer.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LayerListWidget.cpp
LayerListWidget.h
LayerPropertiesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
LayerPropertiesWidget.h
LevelsDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
LevelsDialog.gml
LevelsDialog.h PixelPaint: Editing mask optimization 2023-08-25 11:14:03 +01:00
LuminosityMasking.gml PixelPaint: Add luminosity masking for editing masks 2023-08-04 12:11:13 +02:00
main.cpp PixelPaint: Add link to manpage 2024-01-04 12:08:37 -07:00
MainWidget.cpp PixelPaint: Don't crash when cancel is pressed when saving a file 2024-02-21 22:37:34 +01:00
MainWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Mask.cpp
Mask.h
PaletteWidget.cpp Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
PaletteWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PixelPaintWindow.gml PixelPaint: Make use of DynamicWidgetContainer 2023-12-14 09:07:20 -07:00
ProjectLoader.cpp PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
ProjectLoader.h PixelPaint: Guess image type based on its filename 2023-08-09 14:40:26 +02:00
ResizeImageDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
ResizeImageDialog.gml
ResizeImageDialog.h
ScopeWidget.cpp PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
ScopeWidget.h PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
Selection.cpp
Selection.h
ToolboxWidget.cpp PixelPaint: Fix crash when started with path 2024-01-02 17:14:38 +01:00
ToolboxWidget.h PixelPaint: Fix crash when started with path 2024-01-02 17:14:38 +01:00
ToolPropertiesWidget.cpp PixelPaint: Make use of DynamicWidgetContainer 2023-12-14 09:07:20 -07:00
ToolPropertiesWidget.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
VectorscopeWidget.cpp PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00
VectorscopeWidget.h PixelPaint: Calculate histogram and vectorscope data only when needed 2023-08-25 11:14:03 +01:00