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
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
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-12
Do not include the debug buffer in word completion
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-19
Keep an empty last line in debug buffer to provide auto scrolling
Maxime Coste
2015-10-18
Fix OSX compilation
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-08-04
Support flags getting modified by hooks at buffer creation
Maxime Coste
2015-06-28
Run BufReadFifo hook after reading from fifo
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-03
Fix memory leak in fifo buffer handling
Maxime Coste
2015-05-05
Fix bug in fifo creation where BufOpenFifo hook was using a dead string
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-04-19
Run BufOpenFifo hook when opening a fifo in a (new or already existing) buffer
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-01
rename StringStorage to StringData
Maxime Coste
2015-02-25
Respect columns when copying selection, not just bytes
Maxime Coste
2015-01-22
Avoid temporary strings on buffer load/reload
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-03
Use a select based event handling and fix deadlock
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-11-04
Reuse existing buffer when creating a fifo one
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-10-03
Use InternedStrings for buffer contents
Maxime Coste
2014-08-26
Limit the iteration count when reading from a fifo
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-07-07
Do not write '*** kak: fifo closed ***' in buffers
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-30
Fix spurious eol appearing in non scrolling fifo buffers
Maxime Coste
2014-06-16
Add BufCloseFifo hook and use that to remove fifo directories
Maxime Coste
2014-05-15
read all available text in fifo each time the fd is signaled
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
[prev]