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
2019-01-20
Fix warning on gcc 8
Maxime Coste
2018-11-01
Use BufferCoord sentinel type for regex matching on BufferIterators
Maxime Coste
2018-10-30
Buffer: Remove m_line_count field from BufferIterator
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-05-09
Mark Client, Window, Buffer and OptionManager as final
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-03-13
Do not jump to buffer start on `g.` with no previous modifications
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2017-11-12
Move Array and ConstexprVector to a constexpr_utils.hh header
Maxime Coste
2017-09-20
Add max_history_id in status printed with <a-u> and <a-U>
Delapouite
2017-08-18
Respecify EnumDescs array sizes manually to workaround clang-3.6 bug
Maxime Coste
2017-08-12
Remove size redundancy in enum_desc function declaration
Maxime Coste
2017-08-04
Purge history on buffer reload when NoUndo flag is on
Maxime Coste
2017-07-07
Formatting fixes
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2017-06-07
noexept-ify BufferIterator methods
Maxime Coste
2017-06-07
Use String default ctor instead of empty string
Maxime Coste
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
[next]