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
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-01-21
Fix adapt_view_pos when the cursor is not on a display atom by itself
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-12-12
Add DisplayAtom::check_invariant method
Maxime Coste
2013-12-11
Add experimental region_ref highlighter
Maxime Coste
2013-07-24
merge AtomContent into DisplayAtom
Maxime Coste
2013-07-24
Try to keep the selection start visible if possible
Maxime Coste
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-06-28
Fix horizontal scrolling support with replaced buffer ranges
Maxime Coste
2013-05-30
DisplayBuffer: use coords rather than iterators
Maxime Coste
2013-05-29
AtomContent uses coord rather than iterators
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
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
[next]