ladybird/Userland
Timothy Flynn 2b762ef940 Solitaire+LibCards: Draw card stacks with rounded corners
Now that the cards have rounded corners, draw the stack box behind the
cards with rounded corners as well. This way, the corner of the stack
box doesn't peek out from behind the cards.

The caveat here is that the "play" card stack now needs to hold a
reference to the "waste" stack beneath it so it knows when not to draw
its background on top of the waste stack. To faciliate that, the array
of card stacks is now a NonnullRefPtrVector so the play stack can store
a smart pointer to the waste stack (instead of a raw pointer or
reference).
2021-06-04 19:11:45 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00
Demos Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
DevTools Profiler: Show the duration of the time interval chosen 2021-06-04 09:30:22 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire+LibCards: Draw card stacks with rounded corners 2021-06-04 19:11:45 +02:00
Libraries Solitaire+LibCards: Draw card stacks with rounded corners 2021-06-04 19:11:45 +02:00
Services Taskbar: Make sure LibGUI/Desktop.h is usable in ports 2021-06-04 19:11:13 +02:00
Shell Everywhere: Replace ctype.h to avoid narrowing conversions 2021-06-03 13:31:46 +02:00
Utilities hostname: Handle 'sethostname' errors 2021-06-04 19:11:27 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00