Andreas Kling
28720e9035
TextEditor: Rename open_sesame() => open_file()
2021-02-27 11:05:39 +01:00
thankyouverycool
1723eac40f
TextEditor: Fix passing null parent to AboutDialog
...
Refactors menubar creation to avoid passing a null parent window
to AboutDialog during construction. Fixes #5177 in part
2021-02-26 13:50:00 +01:00
Andreas Kling
cc8b3c92ba
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
2021-01-17 09:07:32 +01:00
Andreas Kling
d312011708
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
...
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-16 19:30:32 +01:00
Andreas Kling
20915795a8
Everywhere: Pledge "sendfd" in WindowServer client programs
...
This is needed for the new way we transfer window backing stores.
2021-01-15 14:10:32 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00