Truly independent web browser
Find a file
Andreas Kling 887b4a7a1a Start working on a simple Launcher app.
Let GButton have an optional icon (GraphicsBitmap) that gets rendered in the
middle of the button if present.

Also add GraphicsBitmap::load_from_file() which allows mmap'ed RGBA32 files.
I wrote a little program to take "raw" files from GIMP and swizzle them into
the correct byte order.
2019-02-07 23:17:06 +01:00
AK Kernel: When a lock is busy, donate remaining process ticks to lock holder. 2019-02-07 11:14:58 +01:00
Base Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Clock Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
FontEditor Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
Kernel Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Launcher Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
LibC Add a fast memcpy() using MMX when we're moving >= 1KB. 2019-02-07 08:46:52 +01:00
LibGUI Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
SharedGraphics Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Terminal Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
Userland Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Utilities Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
WindowServer Kernel: Add basic process priority support. 2019-02-07 12:21:17 +01:00
.gitignore Kernel: Much improved BochsVGA (BXVGA) support. 2019-02-06 10:17:26 +01:00