Andreas Kling
73aa59ccf1
Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()
2021-04-17 01:27:29 +02:00
Nicholas-Baron
73dd293ec4
Everywhere: Add -Wdouble-promotion
warning
...
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
Andreas Kling
ff312d8aa6
Applets: Remove unused UserName applet
2021-04-15 20:38:12 +02:00
thankyouverycool
08f11d01d9
FontEditor+ClipboardHistory: Use system-wide Clipboard
...
Glyphs can now be copied between editors.
2021-04-07 19:27:01 +02:00
Dawid Wolosowicz
1f65c2a981
Network: Make the applet use an alpha channel
2021-04-05 14:30:35 +02:00
Dawid Wolosowicz
3f73816316
ClipboardHistory: Make the applet use an alpha channel
2021-04-05 14:30:35 +02:00
Andreas Kling
436a1dce34
ResourceGraph.Applet: Host both CPU and memory applet in one process
...
No reason we can't host these in the same process, and then we have
one less process to dynamically link at boot. :^)
2021-04-04 20:13:55 +02:00
Andreas Kling
0069020e6c
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
2021-04-04 17:55:50 +02:00
Andreas Kling
23cc88f83b
Userland: Rename *.MenuApplet => *.Applet
...
These are no longer displayed in the menu, so it doesn't make sense to
call them menu applets. :^)
2021-04-04 16:29:55 +02:00