Truly independent web browser
Find a file
Andreas Kling 9fa8d4e22f WindowServer: Rename the two painting phases.
Work now happens in terms of two messages:

    - WM_ClientWantsToPaint
    - WM_ClientFinishedPaint

This feels fairly obvious compared to the old Paint/Invalidate.
2019-01-26 05:45:47 +01:00
AK Ext2FS: Factor out block list generation and writing into functions. 2019-01-23 03:03:44 +01:00
Base/etc Let userland retain the window backing store while drawing into it. 2019-01-24 23:44:19 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel WindowServer: Rename the two painting phases. 2019-01-26 05:45:47 +01:00
LibC Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
LibGUI Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
SharedGraphics WindowServer: Rename WSEvent to WSMessage. 2019-01-26 05:28:02 +01:00
Terminal Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
Userland Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
WindowServer WindowServer: Rename the two painting phases. 2019-01-26 05:45:47 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00