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
/
keys.cc
Age
Commit message (
Collapse
)
Author
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-24
Rename utf8::utf8_iterator to utf8::iterator
Maxime Coste
2014-06-05
Properly handle unicode in key parsing
Maxime Coste
Fixes #139
2014-05-25
Rename Key::Erase to Key::Delete and add 'del' keyname
Maxime Coste
Fixes #145 Fixes #146
2014-04-20
use StringView for parse_keys
Maxime Coste
2014-04-03
Fix some more constexpr issues for clang
Jimmy Thrasher
2014-03-20
Store key names in a constexpr array
Maxime Coste
2013-11-09
Add support for function keys F1-F12
Maxime Coste
2013-07-26
Key: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-02
add <lt> and <gt> key name
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-02-18
Add macro recording/replay support
Maxime Coste
2013-01-30
Keys: add key_to_str function
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
(that is most of the time when we are not concerned with displaying)
2012-10-09
add a unicode.hh header for Codepoint related functions, ↵
Maxime Coste
s/utf8::Codepoint/Codepoint/
2012-10-08
get rid of Character
Maxime Coste
2012-09-17
fix parse_keys for <esc>
Maxime Coste
2012-09-03
fix control key parsing
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-21
fix parse_keys for <a-key>
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-29
make parse_keys handle <c-*> and <a-*> keys.
Maxime Coste
2011-12-20
Add Key struct
Maxime Coste
[prev]