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_iterator.inl.hh
Age
Commit message (
Expand
)
Author
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-02
add postfix operator++ to BufferIterator
Maxime Coste
2012-10-01
String and BufferIterator value_type goes back to plain char
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-15
Add BufferIterator::clamp(bool avoid_eol) method
Maxime Coste
2012-08-08
BufferIterator: use default operator=
Maxime Coste
2012-08-07
BufferIterator: fix operator+
Maxime Coste
2012-07-12
BufferIterator: allow invalid iterator in operator=
Maxime Coste
2012-06-28
Fix BufferIterator::on_erase and tweak Buffer
Maxime Coste
2012-06-25
code cleanups in buffer
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-04
remove ModificationListener and use a list of iterators to update instead
Maxime Coste
2012-04-01
fix BufferIterator::update when removing an end of line
Maxime Coste
2012-03-31
specialize BufferIterator::operator--
Maxime Coste
2012-03-30
specialize BufferIterator::operator++ to speed up Kakoune
Maxime Coste
2012-03-30
add a Line::length method
Maxime Coste
2012-03-30
Store buffer content in a list of lines
Maxime Coste
2012-03-19
get rid of Buffer::at
Maxime Coste
2011-10-27
rename buffer_iterator.inl.h to buffer_iterator.inl.hh
Maxime Coste