ladybird/Libraries/LibCore
Andreas Kling 3cba9c3c25 LibCore: Add Core::MimeData class
This object contains zero or more { mime_type, data } entries and will
be used for clipboard data as well as drag & drop.
2020-02-14 13:17:26 +01:00
..
ArgsParser.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ArgsParser.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ConfigFile.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ConfigFile.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DateTime.cpp LibCore: Add DateTime::from_timestamp(time_t) 2020-02-11 19:48:46 +01:00
DateTime.h LibCore: Add DateTime::from_timestamp(time_t) 2020-02-11 19:48:46 +01:00
DirIterator.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DirIterator.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ElapsedTimer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ElapsedTimer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Event.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Event.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
EventLoop.cpp LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
EventLoop.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
File.cpp LibCore: Add "static bool Core::File::exists(filename)" 2020-02-12 21:17:00 +01:00
File.h LibCore: Add "static bool Core::File::exists(filename)" 2020-02-12 21:17:00 +01:00
Gzip.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Gzip.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpJob.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpJob.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpRequest.cpp LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request 2020-02-09 14:15:55 +01:00
HttpRequest.h LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request 2020-02-09 14:15:55 +01:00
HttpResponse.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpResponse.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
IODevice.cpp LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
IODevice.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
IODeviceStreamReader.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalServer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Makefile LibCore: Add Core::MimeData class 2020-02-14 13:17:26 +01:00
MimeData.cpp LibCore: Add Core::MimeData class 2020-02-14 13:17:26 +01:00
MimeData.h LibCore: Add Core::MimeData class 2020-02-14 13:17:26 +01:00
NetworkJob.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkJob.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkResponse.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkResponse.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Notifier.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Notifier.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Object.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
Object.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ProcessStatisticsReader.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ProcessStatisticsReader.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
puff.c LibCore: Move puff() from LibDraw to LibCore 2019-11-23 23:43:37 +01:00
puff.h Meta: Remove some copyright headers added in error 2020-01-25 10:34:32 +01:00
Socket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Socket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
SocketAddress.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
SyscallUtils.h LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
TCPServer.cpp LibCore: TCP and UDP servers should parent Notifiers to themselves 2020-02-10 14:15:56 +01:00
TCPServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TCPSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TCPSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Timer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Timer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpServer.cpp LibCore: TCP and UDP servers should parent Notifiers to themselves 2020-02-10 14:15:56 +01:00
UdpServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UserInfo.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UserInfo.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00