summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/FindDialog.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-25HexEditor: Construct Find dialog from GMLBrendan Coles
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-24HexEditor: FindCamisul