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
/
highlighter.hh
Age
Commit message (
Expand
)
Author
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2025-06-25
Introduce a Replace HighlightPass that runs before Wrap
Maxime Coste
2025-06-25
Rework highlighting management of cursor position
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-23
Revert "Only make cursor visible after buffer or selection change"
Maxime Coste
2023-08-16
Only make cursor visible after buffer or selection change
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2021-11-05
src highlighters: Factorise docstrings
Frank LENORMAND
2021-10-07
Grammar
Jonta
2020-03-30
Add -override support to add-highlighter
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-07-05
Prevent adding region/default-region highlighters to non-regions parents
Maxime Coste
2018-07-05
Refactor add-highlighter to make naming explicit
Maxime Coste
2018-06-11
Pass DisplaySetup through the HighlightContext
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make compute_display_setup methods const
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
2017-06-09
Fix wrapping support
Maxime Coste
2017-05-11
Disable horizontal scroll offset support when wrapping
Maxime Coste
2017-05-08
Move SimpleHighlighter as an implementation detail
Maxime Coste
2017-05-07
Slight highlighting related code cleanup
Maxime Coste
2017-05-07
Move passes logic to the base Highlighter class
Maxime Coste
2017-05-07
Make scrolling around work more correctly with wrapping
Maxime Coste
2017-05-07
Introduce highlighting phases and display setup computation
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2015-06-01
Remove redundant forward declaration
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-04-23
Use a struct for BufferRange rather than std::pair
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-02-19
Add docstrings to highlighters, displayed by addhl help
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-12-23
Use an id_map directly for HighlighterRegistry rather than the FunctionRegist...
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-12-02
Pass a BufferRange to highlighters, fix subregions
Maxime Coste
2014-10-25
Add virtual destructor to Highlighter
Maxime Coste
2014-10-22
Refactor highlighters, use an interface with virtual methods
Maxime Coste
2014-06-10
Replace FunctionGroup template with HighlighterGroup class
Maxime Coste
2014-01-18
Pass a HighlightFlags parameter to highlighters
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-12-16
Pass a Context rather than a Window to highlighters
Maxime Coste
2013-12-03
Add support for defining and referencing highlighters
Maxime Coste
2013-11-28
Do not pass a window to highlighters factories
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-05-29
pass window param to highlighters
Maxime Coste
[next]