Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer | Andreas Kling | |
This was the last remaining user of shbufs! :^) | |||
2021-01-16 | SoundPlayer: Added 'shared_buffer' to pledge | Marco Cutecchia | |
This fixes a crash that occured when opening a file due to not pledging 'shared_buffer' | |||
2021-01-16 | Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" | Andreas Kling | |
Now that WindowServer broadcasts the system theme using an anonymous file, we need clients to pledge "recvfd" so they can receive it. Some programs keep the "shared_buffer" pledge since it's still used for a handful of things. | |||
2021-01-15 | Everywhere: Pledge "sendfd" in WindowServer client programs | Andreas Kling | |
This is needed for the new way we transfer window backing stores. | |||
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling | |