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
/
register_manager.cc
Age
Commit message (
Expand
)
Author
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-08-19
Add alternative names to ^ (caret) and @ (arobase) registers
Maxime Coste
2015-07-14
Only allow 'sane' register names
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-06-06
Add support for long names for registers
Maxime Coste
2013-07-26
memoryview: 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
2012-09-04
add override markers
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-06-29
support static and dynamic registers, add '%' (filename) and '.' (selection) ...
Maxime Coste