1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00
serenity/Applications
thatlittlegit d647749737 Welcome: Remove crash and ensure text doesn't all stay on one line.
When size_t replaced int (6f4c370), it caused the 'start = -1' trick to
fail, setting start to (unsigned)-1 instead. This then caused
String.substring to fail, as that is a little bit higher than the length
of the string! This resulted in an outright crash.

Later, the builder is not reset before making a new line. This causes
the line to simply be the earlier one, but with more text on it.

(There's also a few changes from clang-format, namely the #include
reorganization.)

Fixes #1211 (although I wasn't aware of it when I made this commit).
2020-02-15 20:46:10 +01:00
..
About LibGUI: Remove some header dependencies from Widget.h 2020-02-14 23:53:11 +01:00
Browser LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
Calculator LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
ChanViewer LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
DisplayProperties LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
FileManager LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
FontEditor LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
Help LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
HexEditor LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
IRCClient IRCClient: Use Core::DateTime 2020-02-11 20:43:32 +01:00
PaintBrush LibGUI: Remove some header dependencies from Widget.h 2020-02-14 23:53:11 +01:00
Piano LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
QuickShow LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
SoundPlayer LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
SystemDialog LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
SystemMonitor LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
Taskbar LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
Terminal LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
TextEditor LibGUI: Reduce menu-related header dependencies 2020-02-15 01:56:30 +01:00
Welcome Welcome: Remove crash and ensure text doesn't all stay on one line. 2020-02-15 20:46:10 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00