ladybird/Applications/Help
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
..
History.cpp Help: Follow clicked links 2019-10-03 08:23:54 +02:00
History.h Help: Follow clicked links 2019-10-03 08:23:54 +02:00
main.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Makefile Help: Follow clicked links 2019-10-03 08:23:54 +02:00
ManualModel.cpp Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
ManualModel.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualPageNode.cpp Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualPageNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualSectionNode.cpp Help: Don't crash on startup when non-md man pages are present :^) 2019-09-28 18:38:27 +02:00
ManualSectionNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00