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
2012-08-15
Buffer::{iterator_at,clamp} takes an optional avoid_eol parameter
Maxime Coste
2012-08-15
misc cleanups
Maxime Coste
2012-08-15
Buffer: add a timestamp
Maxime Coste
2012-08-14
Buffer: stronger invariant, a buffer is never empty and all lines finish by '\n'
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-08-10
Buffer: fix corner case in insert
Maxime Coste
2012-08-10
Buffer: add reset_undo_data method
Maxime Coste
2012-08-08
Refactor BufferManager
Maxime Coste
2012-08-05
Context: only buffer context are not allowed, an editor is always needed
Maxime Coste
2012-08-02
Buffer: fix insert at end of buffer
Maxime Coste
2012-07-18
Fix end_it computation in Buffer::insert, avoid clamping in iterator_at
Maxime Coste
2012-07-16
Go back to a generic BufferChangeListener interface for selection update
Maxime Coste
2012-06-29
Buffer: pass by value instead of by reference when object will be copied anyway
Maxime Coste
2012-06-28
Fix BufferIterator::on_erase and tweak Buffer
Maxime Coste
2012-06-25
code cleanups in buffer
Maxime Coste
2012-06-14
execute BufClose hook in Buffer destructor
Maxime Coste
2012-06-05
fix some warnings detected with clang
Maxime Coste
2012-06-12
BufCreate hook is always called for every buffer, BufNew is called when creat...
Maxime Coste
2012-06-07
HookManager are now hierarchical from window to buffer to global
Maxime Coste
2012-06-04
check if no modification were made in Buffer::end_undo_group
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-04
remove ModificationListener and use a list of iterators to update instead
Maxime Coste
2012-04-04
fix some corner cases in Buffer modification
Maxime Coste
2012-04-03
add an OptionManager class and use it to manage tabstops
Maxime Coste
2012-04-03
rename HooksManager to HookManager
Maxime Coste
2012-03-30
add a Line::length method
Maxime Coste
2012-03-30
Store buffer content in a list of lines
Maxime Coste
2012-03-26
BufferManager no longer owns buffers, only register them
Maxime Coste
2012-03-19
get rid of Buffer::at
Maxime Coste
2012-03-12
buffer style fix
Maxime Coste
2012-03-12
get rid of Buffer::compute_lines
Maxime Coste
2012-03-12
fix update_lines on empty buffer
Maxime Coste
2012-03-08
rename BufferString to String
Maxime Coste
2012-03-08
fix some unitialized variable use (thanks valgrind)
Maxime Coste
2012-03-06
simplify and optimize buffer line handling
Maxime Coste
2012-02-28
call compute_lines before hooks at Buffer construction
Maxime Coste
2012-02-27
fix Buffer::line_length for last line
Maxime Coste
2012-02-22
Fix last line handling in buffer
Maxime Coste
2012-02-22
Buffer: optimize line updating when applying a modification
Maxime Coste
2012-02-22
fix Buffer::line_length for last line
Maxime Coste
2012-02-02
Use an Editor instead of a Window as much as possible
Maxime Coste
2012-01-31
Buffer: support creation of temporary windows to apply commands when no windo...
Maxime Coste
2012-01-31
Buffer: add NewFile buffer type for buffer with an non existing yet file
Maxime Coste
2012-01-23
HooksManager: forward declare Context instead of including context.hh
Maxime Coste
2012-01-23
HooksManager: extract the Singleton version as GlobalHooksManager
Maxime Coste
2011-12-28
Buffer: fix compute_lines on empty_buffer
Maxime Coste
2011-12-07
Filters: move from buffer to window
Maxime Coste
2011-12-07
Buffer: replace insert and erase methods with modify
Maxime Coste
2011-12-06
Buffer: rename BufferModification to Modification
Maxime Coste
2011-12-02
Buffer: call BufCreate hook on construction
Maxime Coste
[prev]
[next]