The Serenity Operating System 🐞
Find a file
Andreas Kling 7a0a7abc52 Try out a signal-like system like this:
auto* b = new Button;
b->onClick = [] (Button&) {
    printf("The button was clicked!\n");
};
2018-10-13 23:01:06 +02:00
AK Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00
ELFLoader Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
VirtualFileSystem Use HashMap::remove() in some places that I wanted it. 2018-10-13 14:26:37 +02:00
Widgets Try out a signal-like system like this: 2018-10-13 23:01:06 +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