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.cc
Age
Commit message (
Expand
)
Author
2023-06-12
Trim display lines before the colorize pass
Maxime Coste
2023-06-09
Speed up regions highlighting on files with big lines
Maxime Coste
2023-02-15
Fix trimming of line front halfway through a double-width glyph
Maxime Coste
2023-02-03
Fix DisplayLine::trim_front quadratic behaviour
Maxime Coste
2022-12-06
Avoid calculating atom length in DisplayLine::trim_from
Maxime Coste
2022-10-17
Fix splitting of display atoms accross multi-columns codepoint
Maxime Coste
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-11
Fix buffer location of column highlighter's past-eol atoms
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2021-08-28
Support info markup spanning multiple lines
Maxime Coste
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
2021-02-16
Fix splitting display line in front of a replaced range
Maxime Coste
2020-04-27
Support multi-line replace-ranges
Maxime Coste
2020-04-27
Do not replace partially selected ranges in replace-ranges highlighter
Maxime Coste
2020-03-03
Only replace chars >= 0 in fix_atom_text
Maxime Coste
2020-02-26
Control character end at 0x1F
Maxime Coste
2020-02-25
Do not replace spaces in prompt text
Maxime Coste
2020-02-22
Use Control Picture codepoints in prompt for all codepoints < 0x22
Maxime Coste
2019-11-28
Add a {\} marker to disable markup processing
Maxime Coste
2019-11-24
Replace tab characters with spaces in info/echo
Maxime Coste
2019-11-24
Rework ncurses info display, crop content when overlflowing
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-23
Optimize DisplayBuffer::optimize()
Maxime Coste
2017-06-15
Fix some other uses of invalid buffer coordinates in display code
Maxime Coste
2017-06-09
Remove unused only_buffer mode for DisplayLine::trim
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-05-08
Distinguish between BufferRanges and InclusiveBufferRanges
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2017-03-01
src: Fix the string conversion of range faces
Frank LENORMAND
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-07
Fix markup parsing handling of antislash escapes
Maxime Coste
2016-10-26
BufferRange option syntax support <line>.<column>+<len> and is inclusive
Maxime Coste
2016-10-13
Rename DisplayAtom::Types to avoid conflicts with struct BufferRange
Maxime Coste
2016-10-04
Small code cleanup
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-28
Add a char_length(Buffer&, const ByteCoord&, const ByteCoord&) util
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-09-20
Remove the default_face parameter of parse_display_line
Maxime Coste
2015-09-20
Do not allow '\n' in display lines, replace with a space
Maxime Coste
2015-09-19
Add simple markup support to generate display lines from strings
Maxime Coste
2015-07-23
Improve column highlighter to cooperate better with other highlighters
Maxime Coste
2015-04-23
Use a struct for BufferRange rather than std::pair
Maxime Coste
2015-04-23
NCurses: When mode line is too long, trim it rather hiding it
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
[next]