1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 10:31:00 +00:00
serenity/Userland/Applications/TextEditor
Vitaly Dyachkov 32b8795091 LibConfig: Rename pledge_domains(String) => pledge_domain(String)
pledge_domains() that takes only one String argument was specifically
added as a shortcut for pledging a single domain. So, it makes sense to
use singular here.
2022-02-11 18:06:39 +01:00
..
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FileArgument.cpp TextEditor/FileArgument: Remove file existance check for early exit 2021-09-10 20:46:50 +04:30
FileArgument.h TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MainWidget.cpp LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00
MainWidget.h TextEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
TextEditorWindow.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00