ladybird/Userland
kleines Filmröllchen 2909c3a931 LibIPC: Add support for transferring doubles over IPC messages
I'm still wondering why nobody did this yet :^) Also changes the use of
unions for the more cleaner / less undefined AK::bit_cast.
2021-09-12 23:38:57 +02:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications Assistant: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Demos Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
DevTools HackStudio: Remove an old file from the vectors in 'Save as...' action 2021-09-12 22:10:48 +02:00
DynamicLoader
Games Breakout: Improve collision response between ball and paddle 2021-09-10 22:08:22 +02:00
Libraries LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
Services ChessEngine: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Shell Shell: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Utilities Utilities: Use ElapsedTimer::start_new in allocate 2021-09-12 17:24:44 +00:00
CMakeLists.txt