serenity/Applications
Andreas Kling dddf45f563 Change String&& arguments to const String& in a couple of places.
String&& is more nuisance than anything, and the codegen improvement is
basically negligible since the underlying type is already retainable.
2019-05-12 14:57:15 +02:00
..
About About: Center the window on screen and make it non-resizable. 2019-05-10 22:11:18 +02:00
Downloader Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +02:00
FileManager FileManager: Tweak layout spacing (new default looks weird here.) 2019-05-11 02:35:03 +02:00
FontEditor Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +02:00
IRCClient IRCClient: Tweak appearance. 2019-05-11 00:16:08 +02:00
Launcher Launcher: Add icons for VisualBuilder and IRCClient. 2019-04-29 04:07:36 +02:00
ProcessManager ProcessManager: Tweak appearance (spacing, margins..) 2019-05-10 22:59:39 +02:00
Taskbar Taskbar: Clicking a window button now toggles minimized state. 2019-04-24 02:48:02 +02:00
Terminal Change String&& arguments to const String& in a couple of places. 2019-05-12 14:57:15 +02:00
TextEditor Fix some more victims of the new default layout spacing. 2019-05-11 03:06:18 +02:00