ladybird/DevTools
Andrew Kaster 2b3993b008 LibThread: Hide Thread's constructor, as it is a Core::Object
Just constructing one of these guys on the stack willy nilly will leak
the first reference to them. There might be other C_OBJECTs that have
public constructors, seems like a good place for some static analysis
checks :).

Force users to call the construct() method for it.
2020-12-31 21:59:20 +01:00
..
HackStudio LibThread: Hide Thread's constructor, as it is a Core::Object 2020-12-31 21:59:20 +01:00
Inspector LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
IPCCompiler LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Playground DevTools: Add open, save as and quit actions to GML playground 2020-12-31 01:08:58 +01:00
Profiler LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
UserspaceEmulator UserspaceEmulator: Support sys$mremap() 2020-12-31 14:22:56 +01:00
CMakeLists.txt DevTools: Add a simple GML Playground application :^) 2020-12-26 19:04:46 +01:00