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
2025-06-03
Prevent deletion of buffers while creating new windows
Maxime Coste
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2024-06-05
Echo an information message about *scratch* buffer and leave it empty
Maxime Coste
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
2024-02-28
Fix unnecessary buffer line copy in BufferManager::create_buffer
Maxime Coste
2024-02-28
Templatize StringData::create
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
2019-11-22
Fix crash when deleting buffers in a BufClose hook
Maxime Coste
2019-04-12
Prevent conversion to client on suspend from disconnecting other clients
Maxime Coste
2019-03-19
Fix typo in scratch buffer default content
Maxime Coste
2019-03-17
Add a text in scratch buffer to make it explicit it wont be saved
Maxime Coste
2019-02-17
Run WinClose hook before putting the window into trash
Maxime Coste
2018-05-21
Do not reuse m_buffer_trash to store dying buffers in ~BufferManager
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-05
Add new buffers at the back of the buffer list
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-02-18
BufferManager: Support missing ClientManager
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2016-11-29
Small cleanup in BufferManager code
Maxime Coste
2016-10-13
Always allow to delete a buffer, just recreate a scratch buffer if needed
Maxime Coste
2016-10-11
Only create a default *scratch* when we dont have any non debug buffers
Maxime Coste
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-07-24
Merge remote-tracking branch 'lenormf/readonly-mode'
Maxime Coste
2016-07-24
Replace C-style operators with their alphabetical equivalent
Frank LENORMAND
2016-07-23
Implement a `readonly` mode
Frank LENORMAND
2016-07-10
Ensure buffer create/close hooks are run at appropriate times
Maxime Coste
2016-07-04
Avoid possible access to an invalid, being deleted buffer list.
Maxime Coste
2016-05-15
Fix duplicate buffer problem, fix real_path beahviour
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-03-03
destroy buffer manager first but clear clients before destroying buffers.
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-09-08
Tweak BufferManager::delete_buffer implementation
Maxime Coste
2015-08-06
ensure a buffer is not referenced a second time, just before actually deletin...
Maxime Coste
2015-07-08
Gracefully handle exception when opening files given on command line
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-04-23
Fix :open bug that could set a deleted buffer as the last used one
Maxime Coste
2015-03-12
Avoid calling real_path when not needed in BufferManager::get_buffer_ifp
Maxime Coste
2015-02-23
Use RefPtr as SafePtr backend
Maxime Coste
2015-01-26
Try to improve ga behaviour
Maxime Coste
2014-12-23
Extract complete_buffer_name as a free function in commands.cc
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
2014-08-18
Do not escape completions in completer functions let the client decide
Maxime Coste
2014-08-12
Defer deletion of buffers to after the event loop
Maxime Coste
2014-08-03
Fix buffer name completion when basename only
Maxime Coste
[next]