Truly independent web browser
Find a file
Andreas Kling 9cd0a34b5c BlockDevice -> DiskDevice.
BlockDevice was the wrong name for this abstraction, since a block device
is a type of file in a unix system, and we should use that name for that
concept in the fs implementation.
2018-10-16 11:21:49 +02:00
AK Fix HashTable::find() return iterator for items found in non-0 buckets. 2018-10-14 22:08:36 +02:00
ELFLoader Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Kernel These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
VirtualFileSystem BlockDevice -> DiskDevice. 2018-10-16 11:21:49 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
.gitignore Add a root .gitignore. 2018-10-13 17:00:27 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00