summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor
AgeCommit message (Expand)Author
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-29HexEditor: Add Help->Manual entry in Menudjwisdom
2022-08-22HexEditor: Fix utf16 validationJannis Weis
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-03HexEditor: Rename camel case variable names in `HexEditor::save_as`James Puleo
2022-08-03HexEditor: Make `HexEditor::open_new_file` fallible and reduce branchingJames Puleo
2022-08-03HexEditor: Remove unused readonly flagJames Puleo
2022-08-03HexEditor: Don't spam debug output when finding all stringsJames Puleo
2022-08-03HexEditor: Change `Find All Strings` shortcut to `Ctrl + Shift + F`James Puleo
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-11HexEditor: Gray-out null bytesKarol Kosek
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-27HexEditor: Add UTF16 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add UTF8 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add ASCII to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Don't require the ValueInspectorModel's value size to be i32kleines Filmröllchen
2022-04-18HexEditor: Show endianness in the value inspectorEli Youngs
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-07HexEditor: Add Value InspectorTimothy Slater
2022-04-07HexEditor: Add get_byte() method to HexEditor classTimothy Slater
2022-04-07HexEditor: Add ability to set a selection rangeTimothy Slater
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-14HexEditor: Selection follows cursor while pressing shiftSamu698
2022-03-14HexEditor: Disable selection dependent actions when no selection is madeSamu698
2022-03-14HexEditor: Offset segment in status bar opens goto offset dialogSamu698
2022-03-14HexEditor: Fill selection sets only bytes inside selectionSamu698
2022-03-14HexEditor: Copy as C code doesn't add trailing spacesSamu698
2022-03-02Applications: Fix undefined behavior capturing non-static constexprLenny Maiorani
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-21Userland: Ask first for unsaved changes after clicking an "Open" actionKarol Kosek
2022-02-20HexEditor: Add support for handling PageUp and PageDown key eventsLiav A
2022-02-20HexEditor: Reduce code duplication when handling key down eventsLiav A
2022-02-20HexEditor: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-20HexEditor: Display dirty close icon when the file is changedKarol Kosek
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14HexEditor: Fix copy {text/hex} to clipboardFederico Guerinoni
2022-02-14HexEditor: Fix crash of copy action when selection is emptyFederico Guerinoni
2022-02-13Base+HexEditor: Add iconselectrikmilk
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28HexEditor: Use Array in FindDialog's optionskleines Filmröllchen
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-20HexEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-01HexEditor: Port HexEditor to LibMainConor Byrne