Truly independent web browser
Find a file
Andreas Kling c95228b128 Add support for removing directories.
It's really only supported in Ext2FS since SynthFS doesn't really want you
mucking around with its files. This is pretty neat though :^)

I ran into some trouble with HashMap while working on this but opted to work
around it and leave that for a separate investigation.
2019-01-28 04:16:01 +01:00
AK Painter: Tell the compiler to flatten Font::draw_glyph(). 2019-01-27 05:23:04 +01:00
Base/etc Let userland retain the window backing store while drawing into it. 2019-01-24 23:44:19 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Add support for removing directories. 2019-01-28 04:16:01 +01:00
LibC Add support for removing directories. 2019-01-28 04:16:01 +01:00
LibGUI LibGUI: GButton should only react to the left mouse button (for pushing.) 2019-01-27 20:26:45 +01:00
SharedGraphics Painter: Tell the compiler to flatten Font::draw_glyph(). 2019-01-27 05:23:04 +01:00
Terminal Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
Userland Add support for removing directories. 2019-01-28 04:16:01 +01:00
WindowServer Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
.gitignore Tweak .gitignore 2019-01-27 09:50:11 +01:00