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
2024-03-22
Fix DisplayLines not tracking their buffer range correctly
Maxime Coste
2023-12-10
Change use of deprecated '->' operator on an iterator
Chris Webb
2023-08-05
Try to fix clang build issues
Maxime Coste
2023-06-12
Merge remote-tracking branch 'arrufat/fix-build-gcc13'
Maxime Coste
2023-06-12
Trim display lines before the colorize pass
Maxime Coste
2023-06-09
Fix build using GCC 13.1
Adrià Arrufat
2023-06-09
Speed up regions highlighting on files with big lines
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-12
Fix past-the-eol column highlighter getting highlighted as buffer range
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
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
2019-11-24
Rework ncurses info display, crop content when overlflowing
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-09-25
Avoid unnecessary allocations in NCursesUI::Window::draw calls
Maxime Coste
2019-02-27
Fixed all reorder warnings
Justin Frank
2018-10-21
Move LineRangeSet to line_modification.hh
Maxime Coste
2018-06-11
Try to keep window position fixed when buffer gets modified
Maxime Coste
2018-05-08
Store the timestamp at which a display buffer was generated
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
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-26
Small documentation tweak in display_buffer.hh
Maxime Coste
2017-05-08
Distinguish between BufferRanges and InclusiveBufferRanges
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2016-10-13
Rename DisplayAtom::Types to avoid conflicts with struct BufferRange
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-10-06
Cleanup insert_completer code and use markup for option completion menu entry
Maxime Coste
2015-09-20
Remove the default_face parameter of parse_display_line
Maxime Coste
2015-09-19
Add simple markup support to generate display lines from strings
Maxime Coste
2015-09-12
Add some missing memory domains
Maxime Coste
2015-07-23
Improve column highlighter to cooperate better with other highlighters
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-04
Add support for Default face
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-01-21
Add Display memory domain
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-03
Use InternedStrings for buffer contents
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
[next]