ladybird/Userland/Libraries/LibCards
kleines Filmröllchen 33829f05fe Userland: Convert config listener callbacks to use StringView
The immutability of the string is not relevant here, since the string
we're given was allocated in the IPC serialization layer and will be
destroyed shortly afterwards. Additionally, noone relies on
DeprecatedString-specific functionality. This will make it easier to
convert the IPC layer itself to String later on.
2023-06-27 15:37:00 +01:00
..
Card.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Card.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardGame.cpp Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
CardGame.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
CardPainter.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
CardPainter.h LibCards: Support highlighting cards of interest 2023-01-05 13:05:13 +00:00
CardStack.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardStack.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00