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
/
debug.cc
Age
Commit message (
Expand
)
Author
2014-04-30
Use StringView in write_debug
Maxime Coste
2014-01-23
write_debug: fallback to stderr if the BufferManager does not exists yet
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-14
Remove Editor::select methods, add a non-const selections getter
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
Maxime Coste
2012-11-21
Buffer: replace reset_undo_data with a NoUndo flag
Maxime Coste
2012-11-20
Buffer: replace Buffer::Type with Buffer::Flags
Maxime Coste
2012-11-19
write_debug automatically appends an eol to the message
Maxime Coste
2012-09-11
do not keep undo data in the debug buffer
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-06
use an Editor in write_debug
Maxime Coste
2011-12-07
Buffer: replace insert and erase methods with modify
Maxime Coste
2011-11-28
Debug: stop writing key codes to debug buffer and cleanups
Maxime Coste
2011-10-07
Debug: add a write_debug function
Maxime Coste