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
2025-06-03
Prevent deletion of buffers while creating new windows
Maxime Coste
2025-05-23
Disable BufSetOption hook during buffer registration
Maxime Coste
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2025-02-04
Revert "WIP linked list shared strings"
Maxime Coste
2025-01-22
WIP linked list shared strings
Maxime Coste
2024-12-03
Compact BufferIterator to avoid padding
Maxime Coste
2024-12-03
Do not store buffer pointer in BufferIterator
Maxime Coste
2024-11-30
Cache buffer lines ArrayView in BufferIterator
Maxime Coste
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2023-06-17
Revert "Switch undo storage from a tree to a plain list"
Maxime Coste
2023-04-17
Switch undo storage from a tree to a plain list
Olivier Perret
2023-01-21
Replace std::strong_ordering with auto return type to not require <compare>
Maxime Coste
2022-11-20
Change BufferIterator comparison to assert same buffer
Maxime Coste
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
[next]