serenity/Userland/Applications/HexEditor
Tim Schumacher 8464da1439 AK: Move Stream and SeekableStream from LibCore
`Stream` will be qualified as `AK::Stream` until we remove the
`Core::Stream` namespace. `IODevice` now reuses the `SeekMode` that is
defined by `SeekableStream`, since defining its own would require us to
qualify it with `AK::SeekMode` everywhere.
2023-01-29 19:16:44 -07:00
..
CMakeLists.txt
FindDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FindDialog.gml
FindDialog.h
GoToOffsetDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GoToOffsetDialog.gml
GoToOffsetDialog.h
HexDocument.cpp AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
HexDocument.h
HexEditor.cpp Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
HexEditor.h Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
HexEditorWidget.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
HexEditorWidget.h
HexEditorWindow.gml
main.cpp Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
SearchResultsModel.h
ValueInspectorModel.h AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible 2023-01-08 12:13:15 +01:00