Lucas CHOLLET
|
a2dca2b762
HexEditor: Propagate errors when using "Save"
|
2 년 전 |
Lucas CHOLLET
|
2bba743c24
HexEditor: Propagate errors when using "Save as"
|
2 년 전 |
Lucas CHOLLET
|
3d914247cc
HexEditor: Port to `Core::Stream`
|
2 년 전 |
Lucas CHOLLET
|
b1d8404c92
HexEditor: Use the constructor pattern
|
2 년 전 |
Sam Atkins
|
e181b1cb82
Userland: Use Core::Timer::create_foo() factory functions where possible
|
2 년 전 |
Arda Cinar
|
2dd7fa2d44
HexEditor: Handle some errors inside the editor
|
2 년 전 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Zaggy1024
|
76627ec0a2
HexEditor: Allow keydown events to propagate if they are not handled
|
2 년 전 |
kamp
|
8b0a464f5c
HexEditor: Implement undo and redo actions
|
2 년 전 |
kamp
|
24f729d0ef
HexEditor: Only mark window as modified when document is actually dirty
|
2 년 전 |
premek
|
ec34d60e5c
HexEditor: Specify page skip size in multiples of the line height
|
2 년 전 |
Mart G
|
7394316818
HexEditor: Render selection background without gaps between rows
|
2 년 전 |
Mart G
|
279121fa10
HexEditor: Fix two off-by-one errors
|
2 년 전 |
James Puleo
|
8c11786145
HexEditor: Rename camel case variable names in `HexEditor::save_as`
|
3 년 전 |
James Puleo
|
88cf40179d
HexEditor: Make `HexEditor::open_new_file` fallible and reduce branching
|
3 년 전 |
James Puleo
|
035d63f528
HexEditor: Remove unused readonly flag
|
3 년 전 |
James Puleo
|
8695ae4c50
HexEditor: Don't spam debug output when finding all strings
|
3 년 전 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 년 전 |
Karol Kosek
|
ff0b4bf360
HexEditor: Gray-out null bytes
|
3 년 전 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 년 전 |
Timothy Slater
|
604557c71b
HexEditor: Add get_byte() method to HexEditor class
|
3 년 전 |
Timothy Slater
|
1b70c5f605
HexEditor: Add ability to set a selection range
|
3 년 전 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 년 전 |
Samu698
|
a39c921421
HexEditor: Selection follows cursor while pressing shift
|
3 년 전 |
Samu698
|
a562518ad7
HexEditor: Fill selection sets only bytes inside selection
|
3 년 전 |
Samu698
|
7bf4ed98d7
HexEditor: Copy as C code doesn't add trailing spaces
|
3 년 전 |
Liav A
|
6a998c1a8b
HexEditor: Add support for handling PageUp and PageDown key events
|
3 년 전 |
Liav A
|
c8e691f917
HexEditor: Reduce code duplication when handling key down events
|
3 년 전 |
Lenny Maiorani
|
160bda7228
Applications: Use default constructors/destructors
|
3 년 전 |