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
/
HexEditorWidget.cpp
Age
Commit message (
Expand
)
Author
2021-12-23
HexEditor: Stream input files instead of keeping them in memory
Arne Elster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-01
HexEditor: Use size_t where applicable
Arne Elster
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
HexEditor: Use FileSystemAccessClient, add unveils
Mustafa Quraish
2021-08-27
HexEditor: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-12
HexEditor: Accept file drops
Karol Kosek
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-23
HexEditor: Change name for unsaved files to 'Untitled'
Gunnar Beutner
2021-06-23
HexEditor: Prompt the user to save changes when opening a file
Gunnar Beutner
2021-06-16
HexEditor: Use Yes/No/Cancel prompts for message boxes
Apoorv Mishra
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-05-29
HexEditor: Add find_all_strings() function
Brendan Coles
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-24
HexEditor: Store UI layout preferences in config file
Brendan Coles
2021-05-23
HexEditor: Add 'Go to Offset...' dialog
Brendan Coles
2021-05-22
HexEditor: Construct user interface from GML
Brendan Coles
2021-05-22
HexEditor: Add 'Select All' action
Brendan Coles
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
HexEditor: Apply some polish to menus and actions
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-02-26
HexEditor: Fix nullptr pass to AboutDialog and clean up menus
thankyouverycool
2021-02-25
Base: Update some icons for color, quality and consistency
thankyouverycool
2021-02-23
HexEditor: Add menu icons for search menu items
Brendan Coles
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-01-30
HexEditor: Fix about dialog icon
Linus Groh
2021-01-24
HexEditor: Find
Camisul
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling