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
2014-01-12
rename buffer_iterator.inl.hh as buffer.inl.hh and inline some more methods
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-06-04
remove BufferIterator::is_valid()
Maxime Coste
2013-06-04
remove BufferIterator::buffer()
Maxime Coste
2013-06-04
remove BufferIterator::is_{begin,end}
Maxime Coste
2013-06-03
Buffer: add methods for char access instead of byte access
Maxime Coste
2013-05-30
BufferIterator are Random Access iterators
Maxime Coste
2013-05-30
remove BufferIterator::clamp
Maxime Coste
2013-05-30
remove BufferIterator::offset
Maxime Coste
2013-05-30
Add Buffer::{next,prev,at}(BufferCoord) methods and use them in iterators
Maxime Coste
2013-05-30
minor tweak buffer iterator
Maxime Coste
2013-05-29
Buffer: add some method to work directly with coord instead of iterators
Maxime Coste
2013-04-24
Buffer: rename character_count method to byte_count
Maxime Coste
2013-04-23
Buffer: add is_valid(BufferCoord) method
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
BufferIterator: allow operator{==,!=} for different buffers
Maxime Coste
2013-03-29
fix BufferIterator::offset
Maxime Coste
2013-03-15
move BufferIterator on_{insert,erase} as DynamicSelectionList implementation ...
Maxime Coste
2013-02-27
minor performance tweaks
Maxime Coste
2013-01-23
Buffer: end is either one past last character, or one past last line
Maxime Coste
2012-12-13
perf tweak in BufferIterator
Maxime Coste
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