summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-14HexEditor: Handle some errors inside the editorArda Cinar
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14HexEditor: Allow keydown events to propagate if they are not handledZaggy1024
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-07TextEditor+HexEditor: Warn about unsaved changes after dropping filesKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-10-31HexEditor: Specify page skip size in multiples of the line heightpremek
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-14HexEditor: Render selection background without gaps between rowsMart G
2022-10-12HexEditor: Fix two off-by-one errorsMart G
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
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