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.cc
Age
Commit message (
Expand
)
Author
2011-12-02
Buffer: add filter support
Maxime Coste
2011-11-28
Buffer: add iterator_at_line_{begin,end} methods
Maxime Coste
2011-11-28
DynamicBufferIterator: use const_cast instead of having a mutable field in Bu...
Maxime Coste
2011-11-27
Buffer: refactor to remove do_{insert,erase} methods
Maxime Coste
2011-11-24
Buffer: fix handling of last eol
Maxime Coste
2011-11-03
Buffer: fix modified handling
Maxime Coste
2011-10-24
DynamicBufferIterator: add and use in Selections
Maxime Coste
2011-10-24
Buffer: not copyable, add destructor
Maxime Coste
2011-10-19
Buffer: iterator_at prevents getting iterators on end of line
Maxime Coste
2011-10-18
Buffer: add support for modification listeners
Maxime Coste
2011-10-17
BufferIterator: move methods implementation to buffer_iterator.inl.h
Maxime Coste
2011-10-17
Buffer: move struct Modification out of class, as BufferModification
Maxime Coste
2011-10-07
Buffer: add a type property
Maxime Coste
2011-10-05
Buffer: modification tracking
Maxime Coste
2011-09-28
BufferIterator: add operator>{,=}
Maxime Coste
2011-09-24
BufferIterator: fix operator=
Maxime Coste
2011-09-22
Buffer: add line_count method
Maxime Coste
2011-09-17
LineAndColumn: move to it's own header and add operator[+-]=?
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste
2011-09-08
Buffer is now responsible for window creation
Maxime Coste
2011-09-08
Window lifetime is now handled by it's buffer.
Maxime Coste
2011-09-08
Add a BufferManager singleton class, handling buffer lifetime
Maxime Coste
2011-09-06
Buffer: Undo/Redo implementation
Maxime Coste
2011-09-06
Buffer: accept initial content in constructor
Maxime Coste
2011-09-05
LineAndColumn: segregate into WindowCoord and BufferCoord
Maxime Coste
2011-09-02
add const BufferIterator::Buffer& buffer() method
Maxime Coste
2011-09-02
Initial commit
Maxime Coste
[prev]