1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 11:57:35 +00:00
serenity/Userland/Applications/HexEditor
Samu698 a39c921421 HexEditor: Selection follows cursor while pressing shift
This patch makes the HexEditor behaviour similar to the one of the
text editor, this can be seen by pressing shift and the arrow keys
2022-03-14 22:48:16 +01:00
..
CMakeLists.txt HexEditor: Port HexEditor to LibMain 2022-01-01 14:47:15 +01:00
FindDialog.cpp Applications: Fix undefined behavior capturing non-static constexpr 2022-03-02 22:01:58 -08:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
HexDocument.cpp HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00
HexDocument.h HexEditor: Make HexDocuments final 2021-12-23 23:25:47 -08:00
HexEditor.cpp HexEditor: Selection follows cursor while pressing shift 2022-03-14 22:48:16 +01:00
HexEditor.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
HexEditorWidget.cpp HexEditor: Disable selection dependent actions when no selection is made 2022-03-14 22:48:16 +01:00
HexEditorWidget.h HexEditor: Disable selection dependent actions when no selection is made 2022-03-14 22:48:16 +01:00
HexEditorWindow.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
SearchResultsModel.h HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00