1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Applications/PixelPaint
Lennon Donaghy fbb8893513 PixelPaint: Omit file extension in tab/editor titles
This commit removes the file extension in the presented title of images,
and fixes an issue with the previous commit wherein "save as" on an
image would always append ".pp" as an extension, even when the filename
already included this extension.
2022-06-30 11:54:29 +02:00
..
Filters PixelPaint: Rebuild FilterGallery tree using TreeViewModel 2022-05-13 16:31:03 +02:00
Tools PixelPaint: Speed up and improve memory usage of bucket fill tool 2022-06-08 21:53:06 +01:00
CMakeLists.txt PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
CreateNewImageDialog.cpp Userland: Use default buttons instead of manually handling return press 2022-06-02 22:33:00 +02:00
CreateNewImageDialog.h PixelPaint: Convert to east-const style 2021-06-11 22:51:10 +02:00
CreateNewLayerDialog.cpp Userland: Use default buttons instead of manually handling return press 2022-06-02 22:33:00 +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: Rebuild FilterGallery tree using TreeViewModel 2022-05-13 16:31:03 +02:00
FilterGallery.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
FilterGallery.h PixelPaint: Add a preview in FilterGallery 2022-02-12 12:21:35 +01:00
FilterParams.h Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
FilterPreviewWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilterPreviewWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilterTreeModel.cpp PixelPaint: Rebuild FilterGallery tree using TreeViewModel 2022-05-13 16:31:03 +02:00
FilterTreeModel.h PixelPaint: Rebuild FilterGallery tree using TreeViewModel 2022-05-13 16:31:03 +02:00
Guide.h AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
HistogramWidget.cpp PixelPaint: Add a histogram widget 2022-04-21 17:26:52 +02:00
HistogramWidget.h PixelPaint: Add a histogram widget 2022-04-21 17:26:52 +02:00
IconBag.cpp PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
IconBag.h PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
Image.cpp PixelPaint: Allow layer to "scale" location when resizing 2022-05-23 00:12:19 +02:00
Image.h PixelPaint: Add Image>Resize Image... dialog. (Front end) 2022-05-23 00:12:19 +02:00
ImageEditor.cpp PixelPaint: Omit file extension in tab/editor titles 2022-06-30 11:54:29 +02:00
ImageEditor.h PixelPaint: Call set_modified on window 2022-03-24 03:03:50 +01:00
Layer.cpp PixelPaint: Allow layer to "scale" location when resizing 2022-05-23 00:12:19 +02:00
Layer.h PixelPaint: Allow layer to "scale" location when resizing 2022-05-23 00:12:19 +02: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 LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
LayerPropertiesWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
LevelsDialog.cpp PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01: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 Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
MainWidget.cpp PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +01:00
MainWidget.h PixelPaint: Add level sliders for brightness, contrast and gamma 2022-06-21 18:23:01 +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 LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
PaletteWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PixelPaintWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +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
ResizeImageDialog.cpp PixelPaint: Add Smooth Pixels scaling option 2022-06-16 14:26:55 +01:00
ResizeImageDialog.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
ResizeImageDialog.h PixelPaint: Add Image>Resize Image... dialog. (Front end) 2022-05-23 00:12:19 +02: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 Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ToolboxWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ToolPropertiesWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ToolPropertiesWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00