1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/SharedGraphics
Andreas Kling 09aaa41e62 SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create().
And just use mmap() to allocate the pixels.
2019-02-16 12:22:52 +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 Use modern C++ attributes instead of __attribute__ voodoo. 2019-02-15 12:30:48 +01:00
Font.h WindowServer: Start implementing a menu system. 2019-02-11 09:47:10 +01:00
GraphicsBitmap.cpp SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create(). 2019-02-16 12:22:52 +01:00
GraphicsBitmap.h SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create(). 2019-02-16 12:22:52 +01:00
Painter.cpp Kernel: Add a simple shared memory API for two processes only. 2019-02-16 12:13:43 +01:00
Painter.h WindowServer: More work on menus. 2019-02-11 10:08:54 +01:00
Point.h WindowServer: Rename GUI_Foo to WSAPI_Foo. 2019-02-15 09:17:18 +01:00
Rect.cpp WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Rect.h WindowServer: Rename GUI_Foo to WSAPI_Foo. 2019-02-15 09:17:18 +01:00
Size.h WindowServer: Rename GUI_Foo to WSAPI_Foo. 2019-02-15 09:17:18 +01:00