Truly independent web browser
Find a file
Andreas Kling 3271c115e2 WindowServer: Only blit dirty rect of windows to back buffer.
Previously we'd blit every pixel in every window that intersected any dirty
rect to the back buffer. With this patch, we limit ourselves to blitting the
pixels inside the actual dirty rects.

There's still a lot of optimizations to make in this code.
2019-01-20 23:42:36 +01:00
AK Coding style fixes in AK. 2019-01-19 22:53:05 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel LibGUI: Hook up GWindow event dispatch for paint and mouse events. 2019-01-20 07:03:38 +01:00
LibC Make it possible for userspace to alter window title/geometry. 2019-01-20 06:04:13 +01:00
LibGUI LibGUI: Minor fixes. 2019-01-20 08:16:02 +01:00
SharedGraphics WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Terminal WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Userland LibGUI: Hook up GWindow event dispatch for paint and mouse events. 2019-01-20 07:03:38 +01:00
VirtualFileSystem Coding style fixes in AK. 2019-01-19 22:53:05 +01:00
WindowServer WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00