ladybird/Userland/Libraries/LibCore
Andreas Kling 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI
Since Core::Object properties are really only used by GML now that the
Inspector is long gone, there's no need for these to pollute
Core::Object.

This patch adds a new GUI::Object class to hold properties, and makes
it the new base class of GUI::Window, GUI::Widget and GUI::Layout.
The "instantiate an object by name" mechanism that GML uses is also
hoisted into GUI::Object as well.
2023-08-06 18:09:25 +02:00
..
Account.cpp LibCore: Enable modification of a user's supplementary groups 2023-06-26 19:31:09 +02:00
Account.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
AnonymousBuffer.cpp
AnonymousBuffer.h
ArgsParser.cpp Everywhere: Run clang-format 2023-07-08 10:32:56 +01:00
ArgsParser.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
CMakeLists.txt LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
Command.cpp LibCore: Error on a fail to write in Command::write_lines 2023-07-18 14:48:45 +01:00
Command.h LibCore: Port Command::write_lines to ErrorOr 2023-07-18 14:48:45 +01:00
ConfigFile.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
ConfigFile.h AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
DateTime.cpp
DateTime.h
Debounce.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
DeferredInvocationContext.h
Directory.cpp LibCore: Add wrapper for fstatat() 2023-05-28 05:51:27 -06:00
Directory.h LibCore: Add wrapper for fstatat() 2023-05-28 05:51:27 -06:00
DirectoryEntry.cpp LibCore: Keep the raw inode number value in DirectoryEntry 2023-08-05 18:41:01 +02:00
DirectoryEntry.h LibCore: Keep the raw inode number value in DirectoryEntry 2023-08-05 18:41:01 +02:00
DirIterator.cpp LibCore: Fallback to fstat() on systems without d_type support 2023-08-03 12:25:07 +01:00
DirIterator.h
ElapsedTimer.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
ElapsedTimer.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
Event.cpp
Event.h LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
EventLoop.cpp LibCore: Add a class for thread-safe promises 2023-08-04 13:49:36 -06:00
EventLoop.h LibCore: Add a class for thread-safe promises 2023-08-04 13:49:36 -06:00
EventLoopImplementation.cpp LibCore: Move post_event() back to EventLoopImplementation 2023-04-26 19:17:04 +01:00
EventLoopImplementation.h LibCore: Remove unused EventLoopManager::wake() 2023-04-26 19:17:04 +01:00
EventLoopImplementationUnix.cpp LibCore: Remove some dead code in wait_for_events 2023-07-07 09:47:30 +02:00
EventLoopImplementationUnix.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
File.cpp LibCore: Keep track of file offset to avoid system call for tell() 2023-07-06 21:05:57 +02:00
File.h LibCore: Keep track of file offset to avoid system call for tell() 2023-07-06 21:05:57 +02:00
FilePermissionsMask.cpp
FilePermissionsMask.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
FileWatcher.h
FileWatcherLinux.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
FileWatcherMacOS.mm AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
FileWatcherSerenity.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
FileWatcherUnimplemented.cpp
Forward.h LibCore: Add a class for thread-safe promises 2023-08-04 13:49:36 -06:00
GetPassword.cpp
GetPassword.h
Group.cpp
Group.h
LocalServer.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
LocalServer.h
LockFile.cpp
LockFile.h
MappedFile.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
MappedFile.h
MimeData.cpp LibCore+LibGfx+LibGUI: Consider JPEG XL files as images 2023-07-21 10:47:34 -06:00
MimeData.h file: Use the mime-type description provided by LibCore 2023-07-14 17:33:06 +01:00
NetworkJob.cpp LibCore: Don't implement pure virtual methods in NetworkJob 2023-07-03 23:29:28 +02:00
NetworkJob.h LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00
NetworkResponse.h
Notifier.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
Notifier.h LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
Object.cpp LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
Object.h LibGUI+LibCore: Move GML property system from LibCore to LibGUI 2023-08-06 18:09:25 +02:00
Process.cpp LibCore: Add System::environment 2023-07-18 14:48:45 +01:00
Process.h
ProcessStatisticsReader.cpp Kernel+LibCore+SystemMonitor: Make thread statistics values 64-bit 2023-06-11 09:26:54 +01:00
ProcessStatisticsReader.h Kernel+LibCore+SystemMonitor: Make thread statistics values 64-bit 2023-06-11 09:26:54 +01:00
Promise.h LibCore: Move the Promise::await() result instead of returning a ref 2023-07-24 16:42:15 +03:30
Proxy.h AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
SecretString.cpp
SecretString.h LibCore: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls 2023-06-18 08:47:51 +01:00
SessionManagement.cpp
SessionManagement.h
SharedCircularQueue.h
Socket.cpp AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
Socket.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SocketAddress.h LibCore: Add Traits<Core::SocketAddress>::hash() 2023-07-14 05:54:17 +02:00
SOCKSProxyClient.cpp
SOCKSProxyClient.h
StandardPaths.cpp
StandardPaths.h
System.cpp LibCore: Add Core::System::current_executable_path() 2023-08-03 09:55:20 +02:00
System.h LibCore: Add Core::System::current_executable_path() 2023-08-03 09:55:20 +02:00
SystemServerTakeover.cpp
SystemServerTakeover.h
TCPServer.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
TCPServer.h
ThreadedPromise.h LibCore: Add a class for thread-safe promises 2023-08-04 13:49:36 -06:00
ThreadEventQueue.cpp LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
ThreadEventQueue.h LibCore: Cancel jobs on event loop exit 2023-05-17 22:40:15 -06:00
Timer.cpp
Timer.h
UDPServer.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
UDPServer.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
UmaskScope.h
Version.cpp
Version.h