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.hh
Age
Commit message (
Expand
)
Author
2025-07-05
Introduce `history_since_<id>` value expansion
Philipp Jungkamp
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2024-11-28
Add back option to scroll in stdin buffers
Johannes Altmanninger
2021-09-30
rework selection insert/replace using a for_each method
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
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-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-01
Add 'history' and 'uncommitted_modifications' expansions
Jason Felice
2019-12-18
Cleanup replaced range selection logic
Maxime Coste
2019-11-12
Fix display column computations
Jason Felice
2018-10-08
Buffer begin and end are not end-of-words
Maxime Coste
2017-03-08
Add a -debug flag to :edit to set the buffer as debug data
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-28
Add a char_length(Buffer&, const ByteCoord&, const ByteCoord&) util
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-16
Avoid the spurious newline insertion when replacing at end of buffer
Maxime Coste
2016-02-17
Refactor use selection as search pattern implementation
Maxime Coste
2015-12-23
Pass flags to the regex engine to correct anchors
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-02-25
Respect columns when copying selection, not just bytes
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-09-22
tweak helper functions in buffer_utils.hh
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-05-14
Iterate in reversed order on selections when modifing buffer
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-05-02
Add support for non-scrolling fifo buffers
Maxime Coste
2014-04-29
Add support for running Kakoune with redirected stdin
Maxime Coste
2014-04-28
Move some buffer related utility functions to buffer_utils.{cc,hh}
Maxime Coste