summaryrefslogtreecommitdiff
path: root/src/buffer_iterator.inl.hh
AgeCommit message (Expand)Author
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-10-02add postfix operator++ to BufferIteratorMaxime Coste
2012-10-01String and BufferIterator value_type goes back to plain charMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-22use a strongly typed int LineCount for line countsMaxime Coste
2012-08-15Add BufferIterator::clamp(bool avoid_eol) methodMaxime Coste
2012-08-08BufferIterator: use default operator=Maxime Coste
2012-08-07BufferIterator: fix operator+Maxime Coste
2012-07-12BufferIterator: allow invalid iterator in operator=Maxime Coste
2012-06-28Fix BufferIterator::on_erase and tweak BufferMaxime Coste
2012-06-25code cleanups in bufferMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-04remove ModificationListener and use a list of iterators to update insteadMaxime Coste
2012-04-01fix BufferIterator::update when removing an end of lineMaxime Coste
2012-03-31specialize BufferIterator::operator--Maxime Coste
2012-03-30specialize BufferIterator::operator++ to speed up KakouneMaxime Coste
2012-03-30add a Line::length methodMaxime Coste
2012-03-30Store buffer content in a list of linesMaxime Coste
2012-03-19get rid of Buffer::atMaxime Coste
2011-10-27rename buffer_iterator.inl.h to buffer_iterator.inl.hhMaxime Coste