1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 02:37:35 +00:00
serenity/Userland/Applications/HexEditor
Karol Baraniecki 506c26acce LibGUI+Userland: Switch order of parameters for InputBox::show
Because usage of the input_type parameter is now higher than of the
placeholder parameter, this makes for a cleaner API.
2023-02-04 18:46:39 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
FindDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GoToOffsetDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HexDocument.cpp HexEditor: Create a function to initialize a HexDocumentFile 2023-02-04 17:20:31 -07:00
HexDocument.h HexEditor: Create a function to initialize a HexDocumentFile 2023-02-04 17:20:31 -07:00
HexEditor.cpp HexEditor: Propagate errors from HexDocumentFile::set_title() 2023-02-04 17:20:31 -07:00
HexEditor.h HexEditor: Propagate errors when using "Save" 2023-02-04 17:20:31 -07:00
HexEditorWidget.cpp LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
HexEditorWidget.h HexEditor: Port to Core::Stream 2023-02-04 17:20:31 -07:00
HexEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp HexEditor: Port to Core::Stream 2023-02-04 17:20:31 -07:00
SearchResultsModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ValueInspectorModel.h AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible 2023-01-08 12:13:15 +01:00