ladybird/Userland/Libraries/LibCards
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +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 Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardGame.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardPainter.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01: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