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.hh
Age
Commit message (
Expand
)
Author
2024-04-27
Ensure re-used fifo buffers makes that buffer the latest opened
Maxime Coste
2024-04-27
Add buffer -matching switch
Maxime Coste
2021-07-20
Remove unnecessary forward declaration
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
2020-02-24
Add a new 'arrange-buffers' to let users change the order of the buflist
Olivier Perret
2016-11-29
Small cleanup in BufferManager code
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-10-11
Only create a default *scratch* when we dont have any non debug buffers
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
2016-03-02
BufferManager should outlive ClientManager in the end
Maxime Coste
2016-03-02
Ensure ClientManager is always outliving the BufferManager
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-04-23
Fix :open bug that could set a deleted buffer as the last used one
Maxime Coste
2015-02-19
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Extract complete_buffer_name as a free function in commands.cc
Maxime Coste
2014-12-11
Remove unneeded includes
Maxime Coste
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
2014-08-12
Defer deletion of buffers to after the event loop
Maxime Coste
2014-08-12
Make safe_ptr able to track callstacks
Maxime Coste
2014-04-19
Use StringView in BufferManager
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-07
rename BufferManager::complete_buffername to complete_buffer_name
Maxime Coste
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
Maxime Coste
2013-03-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
Maxime Coste
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-23
use a strongly typed int CharCount for character counts
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-05-28
Add a delbuf (db) command which delete an existing buffer
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-22
BufferManager: allow iteration on Buffers with begin/end methods
Maxime Coste
2011-09-08
Add a BufferManager singleton class, handling buffer lifetime
Maxime Coste