summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-01HexEditor: Give magic constants namesArne Elster
2021-11-01HexEditor: Use size_t where applicableArne Elster
2021-11-01HexEditor: Remove magic color constant for modified bytesArne Elster
2021-11-01HexEditor: Show blinking caret at current positionArne Elster
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-10HexEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa 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-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-27HexEditor: Fix find dialog layoutFrHun
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-17Everywhere: Add component declarationsGunnar Beutner
2021-06-16HexEditor: Use Yes/No/Cancel prompts for message boxesApoorv Mishra
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
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-25HexEditor: Construct Find dialog from GMLBrendan 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: Fix typo: ASCIIBrendan Coles
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20HexEditor: find_and_highlight: Limit search to remaining buffer sizeBrendan Coles
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16HexEditor: Call size() instead of operator bool()Gunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10HexEditor: Apply some polish to menus and actionsAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling