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
2022-07-05
Distinguish between non-eol max column target and plain max column
Maxime Coste
2021-11-21
Convert comparisons to spaceship operator
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
2020-01-01
Add 'history' and 'uncommitted_modifications' expansions
Jason Felice
2019-12-19
Update fs status post buffer write
Maxime Coste
2019-12-18
Cleanup replaced range selection logic
Maxime Coste
2019-12-04
Merge remote-tracking branch 'lenormf/reload-buffer-hash'
Maxime Coste
2019-12-03
src: Reload buffers when their contents' hash changes
Frank LENORMAND
2019-11-29
buffer.hh: Fix building on musl+libc++
Kylie McClain
2019-11-09
Add static or const where useful
Jason Felice
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
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
[next]