ladybird/Userland
Ali Mohammad Pur 2665cdf2a1 LibGUI: Don't allocate a scope-local MouseEvent on the heap
This fixes the build by hiding the problem from the compiler, but it's
a useful change in and of itself anyway.
A malloc/free per every mouse event is pretty annoying, especially when
we can actually avoid it.
2021-06-29 21:40:41 +02:00
..
Applets
Applications Assistant: Add subtitle field to the Result class 2021-06-29 13:23:51 +02:00
Demos
DevTools AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
DynamicLoader DynamicLoader: Implement self relocations for x86_64 2021-06-29 20:03:36 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibGUI: Don't allocate a scope-local MouseEvent on the heap 2021-06-29 21:40:41 +02:00
Services SystemServer+Meta: Use the new SysFS 2021-06-29 20:53:59 +02:00
Shell Shell: Don't do null check on NonnullRefPtr<T> 2021-06-29 22:57:52 +04:30
Utilities LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
CMakeLists.txt