ladybird/Applications
Andreas Kling b79112e6d6 AK: Add String::number() for creating a String from a number.
Instead of manually doing String::format("%d"/"%u") everywhere, let's have
a String API for this. It's just a wrapper around format() for now, but it
could be made more efficient in the future.
2019-07-03 14:56:27 +02:00
..
About Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
Downloader Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
FileManager Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
FontEditor Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
IRCClient Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
Launcher Launcher: Reformat config a little bit (#279) 2019-07-03 05:53:44 +02:00
PaintBrush Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
ProcessManager AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
QuickShow QuickShow: Make the window background black for a nicer contrast. 2019-06-30 17:22:12 +02:00
Taskbar Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
Terminal Terminal: Track which character cells have had something printed in them. 2019-07-01 18:14:08 +02:00
TextEditor Meta: Removed all gitignore in the source tree only keeping the root one 2019-06-30 10:41:26 +02:00
Makefile.common Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00