serenity/Userland/Applications/PixelPaint/Tools
Andreas Kling 073b3b992d AK: Make String::number() infallible
This API will always succeed in creating a String representing the
provided number in base-10.

(cherry picked from commit dd419b5a8df3b9a32478c4a8f0ea9f70334214cd;
amended to update the rest of the system. No conflicts though!)
2024-11-29 16:03:30 -05:00
..
BrushTool.cpp
BrushTool.h
BucketTool.cpp
BucketTool.h
CloneTool.cpp LibWeb+UI: Detect and handle left vs. right modifier keys 2024-11-28 15:15:36 -05:00
CloneTool.h
EllipseTool.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
EllipseTool.h
EraseTool.cpp
EraseTool.h
GradientTool.cpp LibGfx+Clients: Remove Painter::WindingRule forwarding declaration 2024-10-20 19:43:24 -04:00
GradientTool.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
GuideTool.cpp AK: Make String::number() infallible 2024-11-29 16:03:30 -05:00
GuideTool.h
LassoSelectTool.cpp
LassoSelectTool.h
LineTool.cpp
LineTool.h
MoveTool.cpp LibWeb+UI: Detect and handle left vs. right modifier keys 2024-11-28 15:15:36 -05:00
MoveTool.h
PenTool.cpp
PenTool.h
PickerTool.cpp
PickerTool.h
PolygonalSelectTool.cpp
PolygonalSelectTool.h
RectangleSelectTool.cpp LibWeb+UI: Detect and handle left vs. right modifier keys 2024-11-28 15:15:36 -05:00
RectangleSelectTool.h
RectangleTool.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
RectangleTool.h
SprayTool.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
SprayTool.h
TextTool.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
TextTool.h
Tool.cpp
Tool.h
WandSelectTool.cpp
WandSelectTool.h
ZoomTool.cpp
ZoomTool.h