summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor
AgeCommit message (Expand)Author
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
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