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.cc
Age
Commit message (
Expand
)
Author
2024-08-14
Merge remote-tracking branch 'arrufat/support-double-underline'
Maxime Coste
2024-08-12
Extract format implementation to its own file
Maxime Coste
2024-08-04
Add support for double underline
AdriĆ Arrufat
2024-03-27
Add -indent option to show-whitespace highlighter
Tobias Pisani
2023-09-28
Add an InlineInformation face distinct from Information
Loric Brevet
2023-06-10
Pre-parse face specs in Highlighters
Maxime Coste
2022-02-11
Faces: Check that underline colour comes before base/attributes markers
Qeole
2021-09-07
Add standard DiagnosticError and DiagnosticWarning faces.
Tim Allen
2021-09-07
Add support for curly underline and separate underline color
Maxime Coste
2021-09-05
Fix strikethrough support in face to string conversion
Maxime Coste
2021-07-12
src: Support strikethrough faces
Jason Felice
2020-08-30
Fix face attributes to string conversion with F shorthand
Maxime Coste
2019-12-03
Document that fg face is optional
Maxime Coste
2019-11-04
Use a specific WrapMarker face for wrap highlighter wrapped line marker
Maxime Coste
2019-04-28
Fix parsing of faces with a base but no attributes
Maxime Coste
2019-04-23
Change faces alias to be a base that can be modified
Maxime Coste
2018-09-24
Misc fixes
Olivier Perret
2018-09-23
Replace the `Exclusive` face attribute with `Final`
Maxime Coste
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-20
src: Allow face names to contain an underscore
Frank LENORMAND
2018-04-10
FaceRegistry: Support referencing a named face from a parent scope
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-02-24
Highlight cursors differently when they lie on an end of line
Maxime Coste
2018-02-09
FaceRegistry: pass face names as StringViews instead of const String&
Maxime Coste
2018-01-18
Use the _str and _sv string literals more often
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-09-12
Rename some string conversion function to the common 'to_string'
Maxime Coste
2017-09-11
Add debug faces
Delapouite
2017-09-01
Slight tweak of FaceRegistry::FaceOrAlias definition
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-05-30
fix: remove duplicate include to containers.hh in face_registry.cc
Delapouite
2017-05-07
Introduce a LineNumberWrapped face
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-04-30
fix whitespace label
pierroelmito
2016-04-30
add face to change whitespace colors
pierroelmito
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-02-17
Cleanup/fix some code
Frank LENORMAND
2016-02-17
Allow users to chose how the buffers are padded
Frank LENORMAND
2016-02-12
Fix face completion, avoid a spurious temporary
Maxime Coste
2016-02-10
Fix use of dead temporary strings in completions
Maxime Coste
2015-12-12
Avoid instanciation of a `String` object everytime the `parse_color`
Frank LENORMAND
2015-12-11
Ensure that at least one character follows a ',' or a '+' sign in a face
Frank LENORMAND
2015-11-24
Add StatusLine{Mode,Info,Value} built in faces
Maxime Coste
2015-11-09
Merge search hihglighter and regex option highlighter in dynregex
Maxime Coste
2015-10-23
Add an exclusive attribute that overrides existing face
Maxime Coste
2015-10-05
Allow parsing empty strings as default color in face descs
Maxime Coste
[next]