1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:37:44 +00:00
serenity/Userland/Applications/TextEditor
Lucas CHOLLET 70846d701c LaunchServer+SystemServer: Move the portal to a user-specific directory
Various changes are needed to support this:
 - The directory is created by Core::Account on login (and located in
   /tmp).
 - Service's sockets are now deleted on exit (to allow re-creation)
 - SystemServer needs to handle SIGTERM to correctly destroy services.
2022-07-19 11:15:14 +01:00
..
CMakeLists.txt LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
FileArgument.cpp TextEditor: Update file argument parser regex pattern 2022-04-03 18:54:47 +04:30
FileArgument.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp LaunchServer+SystemServer: Move the portal to a user-specific directory 2022-07-19 11:15:14 +01:00
MainWidget.cpp TextEditor: Debounce update_preview() in on_change event 2022-07-19 11:10:02 +01:00
MainWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
TextEditorWindow.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00