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
2014-11-01
Fix buffer being considered modified after reloading
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-10-30
Add scoped aliases
Maxime Coste
2014-10-28
Fix invalid memory access when applying modifications on an empty buffer
Maxime Coste
2014-10-23
Do not lose history when reloading a buffer
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-10-05
InternedStrings know their slots
Maxime Coste
2014-10-03
Use InternedStrings for buffer contents
Maxime Coste
2014-10-01
Add support for interned strings
Maxime Coste
2014-09-22
add a 'buffers' debug command to get info on alive buffers
Maxime Coste
2014-09-09
Add support for target column preservation
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-26
Style fixes
Maxime Coste
2014-06-02
Remove undo group optimizer
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-17
Remove per lines timestamp in Buffer
Maxime Coste
2014-05-14
Remove BufferChangeListener
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-05-13
Pass a at_end param to BufferChangeListener::on_{insert,erase}
Maxime Coste
2014-05-13
LineChangeWatcher uses Buffer::changes_since rather than listening
Maxime Coste
2014-05-12
Maintain an append-only list of changes in Buffer
Maxime Coste
2014-05-10
Minor code cleanups in buffer.{cc,hh}
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-07
Add g. command to go to the last buffer modification position
Maxime Coste
2014-04-02
Fix clang compilation
Maxime Coste
2014-01-12
rename buffer_iterator.inl.hh as buffer.inl.hh and inline some more methods
Maxime Coste
2014-01-12
Store timestamp of last content modification in buffer lines
Maxime Coste
2014-01-11
Clear buffer values explicitely in destructor
Maxime Coste
2014-01-09
Buffer: maintain a per line timestamp
Maxime Coste
2014-01-08
Fix DynamicSelectionList selecting buffer end on Buffer::reload
Maxime Coste
2014-01-05
Fix some tabs in the code
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-16
remove useless code in Buffer constructor
Maxime Coste
2013-12-15
Remove Editor::move_selections
Maxime Coste
2013-12-12
Fix Buffer::char_next when the line ends with an invalid utf8 sequence
Maxime Coste
2013-12-11
Add Buffer::run_hook_in_own_context helper method
Maxime Coste
2013-11-14
Extract InputHandler from Client
Maxime Coste
2013-11-14
indent cleanup, correct erroneous 3 spaces indent
Maxime Coste
2013-11-12
Add BufSetOption hook support
Maxime Coste
2013-11-07
fix Buffer constructor exception safety
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste
2013-10-21
Add Buffer::reload for reloading buffers without loosing options and hooks
Maxime Coste
2013-10-17
More robust Buffer filesystem timestamp handling
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-06-27
more tolerant Buffer::string
Maxime Coste
2013-06-12
Fix UndoGroupOptimizer
Maxime Coste
2013-06-06
Buffer: always use {line_count(), 0} as end in Modifications
Maxime Coste
2013-06-06
Buffer: insert and erase go back to taking iterators, and return iterators
Maxime Coste
2013-06-06
UndoGroupOptimizer: fix count_byte_to
Maxime Coste
[next]