ladybird/Userland/Applications/HexEditor
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
AnnotationsModel.cpp HexEditor: Add toolbar and context menus to the Annotations panel 2024-02-09 17:00:15 +00:00
AnnotationsModel.h HexEditor: Add toolbar and context menus to the Annotations panel 2024-02-09 17:00:15 +00:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
EditAnnotationDialog.cpp HexEditor: Store annotations in a Model 2024-01-30 23:34:49 +00:00
EditAnnotationDialog.h HexEditor: Add comments to annotations 2024-01-30 23:34:49 +00:00
EditAnnotationWidget.gml HexEditor: Add comments to annotations 2024-01-30 23:34:49 +00:00
EditAnnotationWidget.h HexEditor: Add annotations system 2024-01-14 13:45:02 +00:00
FindDialog.cpp HexEditor: Prefer enum class to enum for FindDialog::OptionId 2024-02-21 23:32:15 +01:00
FindDialog.h HexEditor: Fix typo in parameter name 2024-02-21 23:32:15 +01:00
FindWidget.gml HexEditor: Port HexEditor to GML compilation 2023-12-08 01:06:09 +01:00
FindWidget.h HexEditor: Port HexEditor to GML compilation 2023-12-08 01:06:09 +01:00
GoToOffsetDialog.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GoToOffsetDialog.h HexEditor: Port HexEditor to GML compilation 2023-12-08 01:06:09 +01:00
GoToOffsetWidget.gml HexEditor: Port HexEditor to GML compilation 2023-12-08 01:06:09 +01:00
GoToOffsetWidget.h HexEditor: Port HexEditor to GML compilation 2023-12-08 01:06:09 +01:00
HexDocument.cpp HexEditor: Store annotations in a Model 2024-01-30 23:34:49 +00:00
HexDocument.h HexEditor: Store annotations in a Model 2024-01-30 23:34:49 +00:00
HexEditor.cpp HexEditor: Avoid painting white rectangle on a white background 2024-03-15 08:37:21 +00:00
HexEditor.h HexEditor: Add gaps between byte groups 2024-03-15 08:37:21 +00:00
HexEditorWidget.cpp Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
HexEditorWidget.gml HexEditor: Add toolbar and context menus to the Annotations panel 2024-02-09 17:00:15 +00:00
HexEditorWidget.h HexEditor: Add toolbar and context menus to the Annotations panel 2024-02-09 17:00:15 +00:00
main.cpp HexEditor: Add an option to load an annotations file on startup 2024-01-31 17:38:56 +00:00
SearchResultsModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Selection.h HexEditor: Wrap selection and behavior in a struct 2024-01-14 13:45:02 +00:00
ValueInspectorModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30