ladybird/SharedGraphics
2019-02-12 12:11:22 +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 SharedGraphics: Don't eagerly commit mmap'ed font files in kernel. 2019-02-08 21:59:06 +01:00
Font.h WindowServer: Start implementing a menu system. 2019-02-11 09:47:10 +01:00
GraphicsBitmap.cpp WindowServer: Start implementing a menu system. 2019-02-11 09:47:10 +01:00
GraphicsBitmap.h WindowServer: Start implementing a menu system. 2019-02-11 09:47:10 +01:00
Painter.cpp Fix some compilation warnings. 2019-02-12 12:11:22 +01:00
Painter.h WindowServer: More work on menus. 2019-02-11 10:08:54 +01:00
Point.h LibGUI: Share code for widget rendering styles in a GStyle class. 2019-02-10 07:11:01 +01:00
Rect.cpp WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Rect.h Port Terminal to LibGUI. 2019-02-10 14:28:39 +01:00
Size.h LibGUI: Start adding an automatic widget layout system. 2019-02-10 11:07:13 +01:00