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.hh
Age
Commit message (
Expand
)
Author
2017-02-06
Small layout tweak for Buffer::HistoryNode
Maxime Coste
2017-01-28
Make BufferIterator only a bidirectional iterator
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-24
Forward client name to contexts created for write-all
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-27
BufferIterator is random access, not just bidirectional
Maxime Coste
2016-07-27
Revert "Try to disambiguate timespec as a struct"
Maxime Coste
2016-07-27
Try to disambiguate timespec as a struct
Maxime Coste
2016-07-27
Add missing <time.h> header so that timespec is well defined
Maxime Coste
2016-07-24
Support for going backward/forward in buffer history with <a-u>/<a-U>
Maxime Coste
2016-07-24
Support counts for undo/redo
Maxime Coste
2016-07-24
Support moving between arbitrary history nodes
Maxime Coste
2016-07-24
Store creation timepoint in HistoryNode
Maxime Coste
2016-07-24
Set memory domains for Buffer::HistoryNode
Maxime Coste
2016-07-24
Store buffer undo/redo information in a tree instead of a vector
Maxime Coste
2016-07-24
Merge remote-tracking branch 'lenormf/readonly-mode'
Maxime Coste
2016-07-23
Implement a `readonly` mode
Frank LENORMAND
2016-07-15
Make buffer iterator iteration/dereference faster
Maxime Coste
2016-07-10
Ensure buffer create/close hooks are run at appropriate times
Maxime Coste
2016-04-21
Fix BufferIterator::difference_type, it should be signed
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-16
Avoid the spurious newline insertion when replacing at end of buffer
Maxime Coste
2016-03-12
Do not include the debug buffer in word completion
Maxime Coste
2016-01-27
Make BufferIterator::operator* return a const ref to be more compatible
Maxime Coste
2015-12-06
Change eolformat and BOM options to be enums instead of strings
Maxime Coste
2015-12-01
Update buffer display names after changing working directory
Maxime Coste
2015-11-12
Faster BufferIterator::operator++/--
Maxime Coste
2015-11-07
Optimize BufferIterator to avoid a lot of pointer chasing
Maxime Coste
2015-11-07
Avoid useless StringDataPtr copy
Maxime Coste
2015-11-04
Do not tag BufferIterator as random access
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-09-01
Cache buffer display name
Maxime Coste
2015-07-27
Small formatting fix
Maxime Coste
2015-06-25
Minor reorganisation in buffer.hh
Maxime Coste
2015-04-18
UndoGroupOptimizer disappeared long time ago
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-03-05
Use a IdMap for storing hooks
Maxime Coste
2015-03-01
Use StringDataPtr alias for RefPtr<StringData>
Maxime Coste
2015-03-01
rename StringStorage to StringData
Maxime Coste
2015-02-19
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Maxime Coste
2015-01-29
Tweak Buffer::Change layout
Maxime Coste
2015-01-27
Store direct ref_ptr<StringStorage> for WordDB lines
Maxime Coste
2015-01-22
Avoid temporary strings on buffer load/reload
Maxime Coste
2015-01-19
rename SharedString::Storage to StringStorage and use directly in Buffer
Maxime Coste
2015-01-18
buffer updates are in BufferMeta memory domain
Maxime Coste
2015-01-15
Replace InternedStrings with SharedString, shared_ptr based
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-10
Track buffer lines memory
Maxime Coste
[prev]
[next]