index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
HexEditor
Age
Commit message (
Expand
)
Author
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-14
HexEditor: Handle some errors inside the editor
Arda Cinar
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
HexEditor: Allow keydown events to propagate if they are not handled
Zaggy1024
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-07
TextEditor+HexEditor: Warn about unsaved changes after dropping files
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
HexEditor: Implement undo and redo actions
kamp
2022-11-01
HexEditor: Only mark window as modified when document is actually dirty
kamp
2022-10-31
HexEditor: Specify page skip size in multiples of the line height
premek
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-14
HexEditor: Render selection background without gaps between rows
Mart G
2022-10-12
HexEditor: Fix two off-by-one errors
Mart G
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-29
HexEditor: Add Help->Manual entry in Menu
djwisdom
2022-08-22
HexEditor: Fix utf16 validation
Jannis Weis
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-03
HexEditor: Rename camel case variable names in `HexEditor::save_as`
James Puleo
2022-08-03
HexEditor: Make `HexEditor::open_new_file` fallible and reduce branching
James Puleo
2022-08-03
HexEditor: Remove unused readonly flag
James Puleo
2022-08-03
HexEditor: Don't spam debug output when finding all strings
James Puleo
2022-08-03
HexEditor: Change `Find All Strings` shortcut to `Ctrl + Shift + F`
James Puleo
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
HexEditor: Gray-out null bytes
Karol Kosek
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-27
HexEditor: Add UTF16 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add UTF8 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add ASCII to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Don't require the ValueInspectorModel's value size to be i32
kleines Filmröllchen
2022-04-18
HexEditor: Show endianness in the value inspector
Eli Youngs
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-07
HexEditor: Add Value Inspector
Timothy Slater
[next]