index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer_utils.cc
Age
Commit message (
Expand
)
Author
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2024-12-01
Fix extra newline inserted into stdin buffers
Johannes Altmanninger
2024-12-01
Scrolling BufReadFifo to not not report final empty line
Johannes Altmanninger
2024-11-28
Add back option to scroll in stdin buffers
Johannes Altmanninger
2024-11-28
Fix BufReadFifo overlapping range on partial line
Johannes Altmanninger
2024-11-28
Fix overlapping range passed to BufReadFifo in non-scrolling fifos
Johannes Altmanninger
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-04-27
Ensure re-used fifo buffers makes that buffer the latest opened
Maxime Coste
2024-02-28
Use std::find when detecting end of line format
Maxime Coste
2024-02-28
Templatize StringData::create
Maxime Coste
2024-02-18
Try to fix crash due to fifo read regression
Johannes Altmanninger
2024-02-06
Use different hash algorithms for strings and file hashing
Maxime Coste
2024-01-30
Do not add trailing newline to non-scrolling fifo buffers
Johannes Altmanninger
2023-10-25
Clear buffer values on fifo buffer recreation
Maxime Coste
2023-06-17
Revert "Switch undo storage from a tree to a plain list"
Maxime Coste
2023-04-17
Switch undo storage from a tree to a plain list
Olivier Perret
2023-02-10
Avoid extra indirection for storing FifoWatcher
Maxime Coste
2021-05-28
Fix File Buffer flag not being correctly applied
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
2021-03-31
Parse more data at each fifo buffer read
Maxime Coste
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2020-06-27
Refactor how InsetCompletionHide hook parameter is computed
Maxime Coste
2020-05-10
Support piping data to client stdin
Maxime Coste
2020-03-14
Allow reading from fifo in readonly buffers
Maxime Coste
2020-03-02
Expand env vars as list of strings
Maxime Coste
2020-01-09
Fix compilation on 32bit platforms
Maxime Coste
2020-01-02
Few style changes on history exposition code
Maxime Coste
2020-01-02
Merge remote-tracking branch 'eraserhd/history-api'
Maxime Coste
2020-01-01
Add 'history' and 'uncommitted_modifications' expansions
Jason Felice
2019-12-28
Refactor fifo buffer reader code
Maxime Coste
2019-11-12
Fix display column computations
Jason Felice
2019-11-12
Add support for selecting and exporting selections in display columns
Maxime Coste
2019-06-11
Fix emission of BufReadFifo events
Jason Felice
2018-11-14
Change BufReadFifo hook param to contain the inserted range
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2018-02-05
Remove the `New` flag from a buffer after reloading it
Maxime Coste
2017-08-29
Do less implicit parse_filename calls
Maxime Coste
2017-03-08
Add a -debug flag to :edit to set the buffer as debug data
Maxime Coste
2017-01-25
Fix fifo reading not handling potential errors from the read call
Maxime Coste
2016-12-03
Change ValueId to just be an enum class, it does not need any operators
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-10-23
Re-enable undo support on fifo buffers when the fifo closes
Maxime Coste
2016-10-01
Rename get_width to codepoint_width
Maxime Coste
2016-10-01
Fix get_column function and add some unit tests for fullwidth text
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
[next]