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.cc
Age
Commit message (
Expand
)
Author
2018-04-06
Make error messages more consistent
Delapouite
2018-03-13
Do not jump to buffer start on `g.` with no previous modifications
Maxime Coste
2018-03-09
Detect no-op replaces and do not act on them
Maxime Coste
2018-02-24
Allow l/h to cross line boundaries
Maxime Coste
2018-02-18
Buffer: avoid expensive option flattening in on_registred with NoHooks
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2018-01-18
Use the _str and _sv string literals more often
Maxime Coste
2017-11-07
Buffer: change clamp logic to preserve ordering
Maxime Coste
2017-09-01
Make Buffer::Modification an aggregate
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-04
Purge history on buffer reload when NoUndo flag is on
Maxime Coste
2017-08-01
Slight formatting tweak
Maxime Coste
2017-06-28
Consider non-files buffers as never modified
Maxime Coste
2017-06-26
Fix replacing last eol with a single eol
Maxime Coste
2017-06-15
Move tolerance for one past end of line coordinates to highlighter code
Maxime Coste
2017-06-15
Go back to window lines ending at one past the end of the buffer line
Maxime Coste
2017-06-12
Simplify a bit buffer iteration functions
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2017-06-07
Run BufCreate hook *before* Buf{Open,New}File
Maxime Coste
2017-06-07
Small style tweak
Maxime Coste
2017-05-26
Remove unneeded explicit conversion
Maxime Coste
2017-05-22
Do not avoid eol in insert mode vertical movement
Maxime Coste
2017-05-21
Fix vertical movement with tabstops
Maxime Coste
2017-05-07
Respect tabstop in Buffer::offset_coord
Maxime Coste
2017-04-20
Fix generation of empty erase changes
Maxime Coste
2017-03-22
Try to fix clang 3.5 compilation
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-02-19
Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile
Maxime Coste
2017-02-07
Fix Buffer::offset_coord that was dropping the target coordinate
Maxime Coste
2017-01-31
Formatting fix
Maxime Coste
2017-01-30
Make SharedString::create take a list of StringViews
Maxime Coste
2017-01-28
Remove hash from StringData
Maxime Coste
2017-01-01
When inserting at the end, store the next line as end pos in the change
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-09-21
Tweak Buffer::offset_coord implementation
Maxime Coste
2016-08-14
Fix comment missing a closing parenthesis
Maxime Coste
2016-07-26
Use explicit initialization of the `timespec` object to fix compilation on ol...
Frank LENORMAND
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
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-10
Ensure buffer create/close hooks are run at appropriate times
Maxime Coste
2016-06-28
Change end of line format detection logic to match vims
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
[next]