1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Applications/PixelPaint/Tools
Karol Kosek a3ddba4191 Userland: Port GUI::Application::show_tooltip() to String
This most importantly gets rid of a chain of "String to DeprecatedString
to String" transformations when setting a tooltip from GUI::Widget's
set_tooltip function.
2023-10-06 08:20:11 +02:00
..
BrushTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
BrushTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
BucketTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
BucketTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
CloneTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
CloneTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
EllipseTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
EllipseTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
EraseTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
EraseTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
GradientTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
GradientTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
GuideTool.cpp Userland: Port GUI::Application::show_tooltip() to String 2023-10-06 08:20:11 +02:00
GuideTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
LassoSelectTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
LassoSelectTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
LineTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
LineTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
MoveTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
MoveTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PenTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PenTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PickerTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PickerTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PolygonalSelectTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
PolygonalSelectTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
RectangleSelectTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
RectangleSelectTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
RectangleTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
RectangleTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
SprayTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
SprayTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
TextTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
TextTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
Tool.cpp PixelPaint: BrushTool performance optimization 2023-08-18 10:27:56 +01:00
Tool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
WandSelectTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
WandSelectTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
ZoomTool.cpp PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
ZoomTool.h PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00