serenity/Userland/Applications/PixelPaint
Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore
MappedFile is strictly a userspace thing, so it doesn't belong in AK
(which is supposed to be user/kernel agnostic.)
2021-11-23 11:33:36 +01:00
..
Tools LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CMakeLists.txt PixelPaint: Port to LibMain 2021-11-22 23:56:22 +01:00
CreateNewImageDialog.cpp PixelPaint: Use better-fitting image size 2021-11-22 22:14:53 +01:00
CreateNewImageDialog.h
CreateNewLayerDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
CreateNewLayerDialog.h
EditGuideDialog.cpp PixelPaint: Allow initial values for the EditGuideDialog 2021-09-01 13:46:44 +02:00
EditGuideDialog.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01: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 LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
Image.h PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
ImageEditor.cpp PixelPaint: Add ability to fit to either width, height, or image 2021-11-22 22:14:53 +01:00
ImageEditor.h PixelPaint: Add ability to fit to either width, height, or image 2021-11-22 22:14:53 +01:00
Layer.cpp PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
Layer.h PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
LayerListWidget.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
LayerListWidget.h PixelPaint: Implement automatic scrolling in LayerListWidget 2021-09-16 22:29:21 +02:00
LayerPropertiesWidget.cpp Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
LayerPropertiesWidget.h
main.cpp LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
MainWidget.cpp PixelPaint: Use better-fitting image size 2021-11-22 22:14:53 +01:00
MainWidget.h PixelPaint: Add interactive zoom ComboBox to toolbar 2021-11-22 22:14:53 +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 LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
PaletteWidget.h Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
PixelPaintWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
ProjectLoader.cpp LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
ProjectLoader.h PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 2021-11-08 00:35:27 +01:00
Selection.cpp PixelPaint: Revert update rect tightening for Selection 2021-08-14 12:45:48 +02:00
Selection.h
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