ladybird/SharedGraphics
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
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
CharacterBitmap.cpp Make a SharedGraphics directory for classes shared between Kernel and LibGUI. 2019-01-19 23:22:46 +01:00
CharacterBitmap.h Start working on a simple graphical font editor. 2019-02-02 08:07:06 +01:00
Color.cpp Make a SharedGraphics directory for classes shared between Kernel and LibGUI. 2019-01-19 23:22:46 +01:00
Color.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Font.cpp Bootloader: Locate the kernel's data segment and clear it. 2019-02-06 16:02:10 +01:00
Font.h Bootloader: Locate the kernel's data segment and clear it. 2019-02-06 16:02:10 +01:00
GraphicsBitmap.cpp Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
GraphicsBitmap.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Painter.cpp Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Painter.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Point.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Rect.cpp WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Rect.h SharedGraphics: Add some useful painting helpers and make use of them. 2019-02-05 11:42:58 +01:00
Size.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00