summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/CMakeLists.txt
AgeCommit message (Expand)Author
2023-02-15HexEditor: Add selection strings to the value inspectorMetallicSquid
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-08-29HexEditor: Add Help->Manual entry in Menudjwisdom
2022-01-01HexEditor: Port HexEditor to LibMainConor Byrne
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish
2021-08-27HexEditor: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-25HexEditor: Construct Find dialog from GMLBrendan Coles
2021-05-23HexEditor: Add 'Go to Offset...' dialogBrendan Coles
2021-05-22HexEditor: Construct user interface from GMLBrendan Coles
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
2021-01-24HexEditor: FindCamisul
2021-01-12Applications: Move to Userland/Applications/Andreas Kling