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-10-23
Add some remote client support protocol code
Maxime Coste
2012-10-23
DisplayBuffer: store lines in a vector, not a list
Maxime Coste
2012-10-23
use Colors and Attributes are char
Maxime Coste
2012-10-22
merge contiguous DisplayAtoms after highlighting DisplayBuffer
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-08
DisplayAtom: only let DisplayLine touch m_begin and m_end
Maxime Coste
2012-09-30
Add a length method to AtomContent
Maxime Coste
2012-09-17
Add a ColorRegistry class responsible of color parsing and supporting aliases
Maxime Coste
2012-09-04
use more constexpr
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-07-12
DisplayBuffer: add range and compute_range methods
Maxime Coste
2012-07-12
DisplayBuffer rewrite, a DisplayBuffer is now a list of DisplayLines
Maxime Coste
2012-07-03
make display buffers and highlighters handle better longer than display lines
Maxime Coste
2012-07-03
DisplayAtom: support empty replacement
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-08
rename BufferString to String
Maxime Coste
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