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
/
face_registry.hh
Age
Commit message (
Expand
)
Author
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2023-06-10
Pre-parse face specs in Highlighters
Maxime Coste
2019-04-23
Change faces alias to be a base that can be modified
Maxime Coste
2018-04-10
Redraw window when the face definition changed
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-02-09
FaceRegistry: pass face names as StringViews instead of const String&
Maxime Coste
2017-09-11
Add debug faces
Delapouite
2017-09-01
Slight tweak of FaceRegistry::FaceOrAlias definition
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2016-02-12
Fix face completion, avoid a spurious temporary
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-08-19
Allow faces to reference faces
Maxime Coste
2014-08-14
Add support for running kakoune as a filter, using -f 'keys'
Maxime Coste
2014-07-12
Refactor RegexColorizers face handling
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste