summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexEditorWidget.cpp
AgeCommit message (Expand)Author
2021-06-23HexEditor: Change name for unsaved files to 'Untitled'Gunnar Beutner
2021-06-23HexEditor: Prompt the user to save changes when opening a fileGunnar Beutner
2021-06-16HexEditor: Use Yes/No/Cancel prompts for message boxesApoorv Mishra
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-05-29HexEditor: Add find_all_strings() functionBrendan Coles
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-24HexEditor: Store UI layout preferences in config fileBrendan Coles
2021-05-23HexEditor: Add 'Go to Offset...' dialogBrendan Coles
2021-05-22HexEditor: Construct user interface from GMLBrendan Coles
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10HexEditor: Apply some polish to menus and actionsAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-02-26HexEditor: Fix nullptr pass to AboutDialog and clean up menusthankyouverycool
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
2021-02-23HexEditor: Add menu icons for search menu itemsBrendan Coles
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-01-30HexEditor: Fix about dialog iconLinus Groh
2021-01-24HexEditor: FindCamisul
2021-01-12Applications: Move to Userland/Applications/Andreas Kling