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
/
unicode.hh
Age
Commit message (
Expand
)
Author
2024-08-24
Add back <cwchar> for wcwidth in src/unicode.hh
Chris Webb
2024-08-15
Remove some more unnecessary includes
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-02-06
Avoid iswlower, iswupper, towlower and towupper for ascii codepoints
Maxime Coste
2024-02-06
Avoid calling iswalnum for ascii characters
Maxime Coste
2021-02-25
Follow ECMA specification for regex whitespace
Jacob Collins
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-10-07
Add is_upper and is_lower helper unicode functions
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-07-07
Treat non printable characters as zero-width instead of -1 width
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-04-23
Add noexcept specifiers to unicode and utf8 functions
Maxime Coste
2017-02-23
Tweak some character categorization function implementations
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-10-04
Treat '\n' as 1 column wide
Maxime Coste
2016-10-01
Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth function
Maxime Coste
2016-10-01
Rename get_width to codepoint_width
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-11
Use C++ locale based functions instead of the libc ones
Maxime Coste
2016-04-04
Tweak categorize(Codepoint) implementation
Maxime Coste
2015-11-15
Move is_basic_alpha to unicode.hh
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-07-01
Refactor select_arguments and slightly change behaviour for non-inner
Maxime Coste
2015-04-29
Use char32_t for Codepoint
Maxime Coste
2015-04-15
Remove is_blank, which is identical to is_horizontal_blank
Maxime Coste
2014-01-05
Use wide character function for categorizing codepoints
Maxime Coste
2013-12-14
Move template selectors to the header
Maxime Coste
2013-11-17
move is_horizontal_blank to unicode.hh
Maxime Coste
2013-07-15
use C isalnum instead of C++ std::isalnum
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-26
use std::isalnum for is_word implementation in order to support unicode
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste