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
/
buffer_manager.cc
Age
Commit message (
Expand
)
Author
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-28
Change buffer order based on the last one used
Maxime Coste
2012-08-29
escape whitespaces in filename or buffername completions
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-08-28
BufferManager: protect complete_buffername from regex_error
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-14
complete_buffername try regex matching when prefix matching does not work
Maxime Coste
2012-08-08
Refactor BufferManager
Maxime Coste
2012-06-28
BufferManager use safe_ptr to reference the Buffers
Maxime Coste
2012-06-14
BufferManager deletes remaining buffers in his destructor
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-26
BufferManager no longer owns buffers, only register them
Maxime Coste
2011-11-12
Completion: decentralise, move buffer name completion to BufferManager
Maxime Coste
2011-09-23
Utils: Singleton template and migration of the BufferManager
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-08
Add a BufferManager singleton class, handling buffer lifetime
Maxime Coste