ladybird/Userland/Applets
Daniel Bertalan f14a4994b0 Everywhere: Don't promote float to double where not needed
The `float => double => float` round trip seen in a couple of places
might pessimize the code. Even if it's truncated to an int in the end,
it's weird not to use the functions with the `f` suffixes when working
with single precision floats.
2021-07-08 10:11:00 +02:00
..
Audio Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ClipboardHistory Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Network Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ResourceGraph Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
CMakeLists.txt Applets: Remove unused UserName applet 2021-04-15 20:38:12 +02:00