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-05-22
Do not avoid eol in insert mode vertical movement
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-05-07
Respect tabstop in Buffer::offset_coord
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2017-02-20
Fix performance of word completion with many different selections
Maxime Coste
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
[next]