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
/
display_buffer.hh
Age
Commit message (
Expand
)
Author
2012-02-22
Final attribute support for DisplayAtom
Maxime Coste
2012-01-11
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
Maxime Coste
2011-10-23
DisplayBuffer: overload atom_containing with a version taking an iterator to ...
Maxime Coste
2011-10-18
DisplayBuffer: store atoms in a std::list instead of a vector
Maxime Coste
2011-10-17
DisplayAtom: add splittable methode
Maxime Coste
2011-10-17
DisplayBuffer: deinline insert method and add atom_containing method
Maxime Coste
2011-10-15
DisplayBuffer: refactoring, correct support of replacements
Maxime Coste
2011-10-14
WindowCoord: rename to DisplayCoord and move with DisplayBuffer
Maxime Coste
2011-10-12
Filters: add an expand_tabulation filter
Maxime Coste
2011-10-07
DisplayBuffer: do not store content in atom, begin and end are sufficient
Maxime Coste
2011-09-29
DisplayBuffer: check_invariant method to assert atoms consistency
Maxime Coste
2011-09-29
DisplayBuffer: add a split method to split an atom
Maxime Coste
2011-09-28
Window: refactor DisplayBuffer generation
Maxime Coste
2011-09-25
DisplayBuffer: cleanup
Maxime Coste
2011-09-17
LineAndColumn: move to it's own header and add operator[+-]=?
Maxime Coste
2011-09-02
Initial commit
Maxime Coste