Edgar Araújo
5df34f6567
TextEditor: Exit program when file is not opened
...
When trying to open files not permitted by the user, display the error
message and exit.
2021-03-19 09:15:43 +01:00
Andreas Kling
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
...
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
ry755
b474f49164
TextEditor: Add a command line option to jump to a specific line number
2021-03-01 11:18:14 +01:00
Andreas Kling
6817d0701e
TextEditor: Initialize menubar before opening initial file
...
Otherwise we can't toggle the syntax highlighting actions based on the
opened file (since the actions have not been created yet.)
2021-02-27 11:10:37 +01:00
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