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 (
Expand
)
Author
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-06
Make error messages more consistent
Delapouite
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-04-11
Name key '+' as plus and '-' as minus
Maxime Coste
2017-04-11
Change multi modifier key syntax to be <c-a-space> instead of <ca-space>
Maxime Coste
2017-04-10
Add support for parsing multiple modifiers in keys
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-14
Support inserting esc characters through <c-v>
Maxime Coste
2016-10-13
Support Ctrl + mouse dragging to add a new selection
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-06-30
Support Resize modifiers in key_to_str
Maxime Coste
2016-03-23
Support mosue event in key_to_str
Maxime Coste
2016-02-05
More string usage cleanup
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-08-18
Cleanup key to codepoint conversion
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-03-28
Handle mouse events in key_to_str
Maxime Coste
2015-03-27
Make utf8_iterator a proper stl useable iterator
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-12-29
Use a struct KeyAndName rather than a std::pair
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-08
More string cleanups
Maxime Coste
2014-11-09
refactor parse_keys
Maxime Coste
2014-11-09
small code simplification
Maxime Coste
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
2014-05-25
Rename Key::Erase to Key::Delete and add 'del' keyname
Maxime Coste
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
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
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
[next]