Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-09 | FileManager: Start building a file manager. | Andreas Kling | |
2019-02-08 | Let's have two wallpapers installed so we can test switching. | Andreas Kling | |
2019-02-08 | WindowServer: Support desktop wallpapers. | Andreas Kling | |
For now, you don't get to choose the wallpaper, but it's still pretty cool. | |||
2019-02-07 | Start working on a simple Launcher app. | Andreas Kling | |
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-05 | LizaRegular8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-05 | Rename LizaBold to LizaRegular and LizaBlack to LizaBold. | Andreas Kling | |
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^) | |||
2019-02-05 | LizaBlack8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-04 | LizaBlack8x10: Import a very heavy variant of Liza. | Andreas Kling | |
2019-02-04 | LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold. | Andreas Kling | |
Start using it right away for window titles. | |||
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling | |
2019-02-02 | Support font files. | Andreas Kling | |
This only works with the userspace build of SharedGraphics so far. It's also very slow at loading fonts, but that's easy to fix. Let's put fonts in /res/fonts/. | |||
2019-01-30 | Rename the default user to "anon" and give him a home directory. | Andreas Kling | |
2019-01-24 | Let userland retain the window backing store while drawing into it. | Andreas Kling | |
To start painting, call: gui$get_window_backing_store() Then finish up with: gui$release_window_backing_store() Process will retain the underlying GraphicsBitmap behind the scenes. This fixes racing between the WindowServer and GUI clients. This patch also adds a WSWindowLocker that is exactly what it sounds like. | |||
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling | |
This is really neat. :^) | |||
2018-11-06 | Add getgrent() family of functions. | Andreas Kling | |
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling | |
Also add a little /etc/passwd database. There's just me in there. |