Ali Mohammad Pur
|
24a7df9b09
LibLine: Move the cursor to the beginning of the final line after ^C
|
1 year ago |
hanaa12G
|
1f0149e5a6
LibLine: Reset state after invalid character in DSR response
|
1 year ago |
Ali Mohammad Pur
|
869c7c9bab
LibLine: Capture the current origin immediately after ^C
|
1 year ago |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
Timothy Flynn
|
aff81d318b
Everywhere: Run clang-format
|
2 years ago |
Ali Mohammad Pur
|
e1e04884b9
LibLine: Handle any errors propagated through refresh_display()
|
2 years ago |
Ali Mohammad Pur
|
7e5f1fa895
LibLine: Defer handling SIGWINCH and SIGINT
|
2 years ago |
Ben Wiederhake
|
c4a9afe31a
LibLine: Avoid unnecessary copies of style spans
|
2 years ago |
Tim Schumacher
|
ad899b179f
LibLine: Ignore ENOENT errors when loading old history
|
2 years ago |
Ben Wiederhake
|
f93ee3142d
LibLine: Unify history reading, prefer File over DeprecatedFile
|
2 years ago |
Ben Wiederhake
|
9eeda5719e
LibLine: Prefer File::read_until_eof over DeprecatedFile::read_all
|
2 years ago |
Andreas Kling
|
3de8dd921e
Userland: Remove serialize-to-JSON functions only used for Inspector
|
2 years ago |
Andreas Kling
|
411d36719e
LibCore: Simplify Core::Notifier by only allowing one event type
|
2 years ago |
Ali Mohammad Pur
|
e312d6530b
LibLine: Unify the is-empty flag in Style::unify_with() as well
|
2 years ago |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 years ago |
Tim Schumacher
|
a3f73e7d85
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Ali Mohammad Pur
|
c045d09840
LibLine: Quit event loop when an error occurs on update
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Tim Schumacher
|
40cb41a16c
LibLine: Do a whole bunch of internal error propagation
|
2 years ago |
Tim Schumacher
|
f9f1e1dd49
LibLine: Port most functions to `Core::Stream`
|
2 years ago |
Timothy Flynn
|
a67ad665b1
LibLine: Convert strings to time_t using signed conversion methods
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Zaggy1024
|
7aabda37d1
LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal
|
2 years ago |