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
2025-02-16
Revert "WIP history register"
Maxime Coste
2025-02-10
WIP history register
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-08-12
Extract format implementation to its own file
Maxime Coste
2024-07-18
Bump history max size to 1000
Maxime Coste
2024-06-23
Fix trailing whitespaces
Maxime Coste
2022-07-21
Elide temporary vector when completing register names
Johannes Altmanninger
2022-07-05
Store HistoryRegisters with most recent entry in front
Maxime Coste
2022-06-07
Filter empty entries when restoring HistoryRegisters
Maxime Coste
2020-07-21
Do not trigger RegisterModified hooks on register about to be restored
Maxime Coste
2020-07-19
Add a RegisterModified hook
Maxime Coste
2019-11-23
src: Complete register names in `%reg{}` expansions
Frank LENORMAND
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-07-10
Docs: add missing colon register (last entered command)
Delapouite
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2016-10-10
Fix register alternate name doc and dash -> hash for '#'
Maxime Coste
2016-10-09
Document register alternate names and add some missing ones
Maxime Coste
2015-11-25
Refactor registers to initialize all of them at startup and add null register
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
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