serenity/Userland/Applications/HexEditor
Karol Kosek e75d694974 Userland: Compare event MIME type list with a StringView
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
..
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
FindDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FindDialog.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FindDialog.h HexEditor: Replace DeprecatedString in FindDialog 2023-09-07 09:58:00 -06:00
GoToOffsetDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h HexEditor: Replace DeprecatedString in GoToOffsetDialog 2023-09-07 09:58:00 -06:00
HexDocument.cpp Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
HexDocument.h Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
HexEditor.cpp HexEditor: Replace DeprecatedString in HexEditor.cpp 2023-09-07 09:58:00 -06:00
HexEditor.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
HexEditorWidget.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
HexEditorWidget.h HexEditor: Replace DeprecatedString in FindDialog 2023-09-07 09:58:00 -06:00
HexEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
SearchResultsModel.h HexEditor: Replace DeprecatedString in SearchResultsModel 2023-09-07 09:58:00 -06:00
ValueInspectorModel.h HexEditor: Replace DeprecatedString in ValueInspectorModel 2023-09-07 09:58:00 -06:00