1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Applications/Welcome
Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51:21 +01:00
..
background.png Applications: Add "Welcome" application, inspired by Windows 98 2019-09-16 07:49:43 +02:00
main.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile Applications: Add "Welcome" application, inspired by Windows 98 2019-09-16 07:49:43 +02:00
TextWidget.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
TextWidget.h Applications: Add "Welcome" application, inspired by Windows 98 2019-09-16 07:49:43 +02:00