ladybird/Userland/Applications/HexEditor
Timothy Flynn 7cab86ad28 Userland: Unveil /proc/all in applications which require it
These were missed in 7af5eef. It is needed for any application using
e.g. FileSystemAccessServer.
2022-10-03 17:09:21 +01:00
..
CMakeLists.txt HexEditor: Add Help->Manual entry in Menu 2022-08-29 09:25:29 +01:00
FindDialog.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
GoToOffsetDialog.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
HexDocument.cpp HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00
HexDocument.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HexEditor.cpp HexEditor: Rename camel case variable names in HexEditor::save_as 2022-08-03 10:12:11 -04:00
HexEditor.h HexEditor: Make HexEditor::open_new_file fallible and reduce branching 2022-08-03 10:12:11 -04:00
HexEditorWidget.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
HexEditorWidget.h HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
HexEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
SearchResultsModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ValueInspectorModel.h HexEditor: Add UTF16 to the value inspector 2022-04-27 00:02:24 +02:00