ladybird/SharedGraphics
Andreas Kling ddd580c30f SharedGraphics: Tighten clip when blitting without alpha.
Also don't try to clean up the Painter's window backing store in ~Painter()
if we don't actually have a window backing store.
2019-02-10 11:45:02 +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 Bootloader: Locate the kernel's data segment and clear it. 2019-02-06 16:02:10 +01:00
GraphicsBitmap.cpp SharedGraphics: GraphicsBitmap::load_from_file() should be allowed to fail. 2019-02-08 16:49:05 +01:00
GraphicsBitmap.h Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
Painter.cpp SharedGraphics: Tighten clip when blitting without alpha. 2019-02-10 11:45:02 +01:00
Painter.h LibGUI: Share code for widget rendering styles in a GStyle class. 2019-02-10 07:11:01 +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 LibGUI: Start adding an automatic widget layout system. 2019-02-10 11:07:13 +01:00
Size.h LibGUI: Start adding an automatic widget layout system. 2019-02-10 11:07:13 +01:00