ladybird/Userland
Andreas Kling c5d93e55d0 LibELF: Simplify DynamicObject::Symbol class a bit
We no longer need the create_undefined() helper function.
Also we don't need a member field for is_undefined().
2021-02-21 00:02:21 +01:00
..
Applications Run: Prevent printing [null] in case of empty history (#5433) 2021-02-20 22:28:54 +01:00
Demos LibGUI: Swap order of InputBox value and parent window args 2021-02-20 12:19:46 +01:00
DevTools LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
DynamicLoader LibELF+DynamicLoader: Rename DynamicObject::construct() => create() 2021-02-21 00:02:21 +01:00
Games Chess: Allow right click to cancel drag move while dragging a piece 2021-02-18 12:52:11 +01:00
Libraries LibELF: Simplify DynamicObject::Symbol class a bit 2021-02-21 00:02:21 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: Improve small tooltips/windows shadows a bit 2021-02-20 22:28:11 +01:00
Shell Shell: Convert dbgprintf() => dbgln() 2021-02-17 16:18:53 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
CMakeLists.txt