summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexEditorWidget.cpp
AgeCommit message (Expand)Author
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-01HexEditor: Use size_t where applicableArne Elster
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish
2021-08-27HexEditor: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-12HexEditor: Accept file dropsKarol Kosek
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
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