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
/
window.cc
Age
Commit message (
Expand
)
Author
2012-03-06
fix last line handling in window display buffer
Maxime Coste
2012-02-07
Editor refactoring, merge undo and batch management
Maxime Coste
2012-02-03
batches support in Editor, used by IncrementalInserter and exec_string
Maxime Coste
2012-01-31
extract an Editor class from Window and refactor
Maxime Coste
2012-01-25
remove DynamicBufferIterator and make Selection a ModificationListener
Maxime Coste
2012-01-25
do not use a DynamicBufferIterator in IncrementalInserter::IncrementalInserter
Maxime Coste
2012-01-25
moving no longer clears multiple selections
Maxime Coste
2012-01-24
HooksManager: do not propagate hooks runtime exception
Maxime Coste
2012-01-23
Window have it's own hooks manager
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
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste
2012-01-18
completion support for addgrouphl and rmgrouphl
Maxime Coste
2012-01-15
Window: add get_highlighter_group method
Maxime Coste
2012-01-09
<space> with a count argument replaces current selections with the counth sel...
Maxime Coste
2011-12-21
IncrementalInserter: preserve selection through hook call
Maxime Coste
2011-12-21
Window: store a stack of selections
Maxime Coste
2011-12-21
IncrementalInserter: catch exception thrown by the hook
Maxime Coste
2011-12-21
Window: do not manage undo groups when an inserter is active
Maxime Coste
2011-12-20
Add an exec command, similar to vim normal command
Maxime Coste
2011-12-20
Window: throw when multiselect results in no selections
Maxime Coste
2011-12-07
better rvalue reference forwarding
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-05
Window: preserve current selection when empty multi_select
Maxime Coste
2011-12-05
Window: fix trailing spaces
Maxime Coste
2011-12-02
Window: use an idvaluemap to store highlighters
Maxime Coste
2011-11-29
Window: do not stay on an eol when clearing selections
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste
2011-11-29
IncrementalInserter: refactoring
Maxime Coste
2011-11-26
Window: call WinCreate hook on creation
Maxime Coste
2011-11-24
Buffer: fix handling of last eol
Maxime Coste
2011-11-22
Window: add replace method
Maxime Coste
2011-11-21
IncrementalInserter: fix erase
Maxime Coste
2011-11-16
IncrementalInserter: add insert_capture method bound to ^B<num>
Maxime Coste
2011-11-16
Selections: add captures field
Maxime Coste
2011-11-16
Window: add multi_select method
Maxime Coste
2011-11-12
Completions: add filterid completion for rmfilter
Maxime Coste
2011-11-09
Filters: refactoring
Maxime Coste
2011-11-09
Filters: code cleanup
Maxime Coste
2011-11-08
Window: support adding and removing filters with :addfilter :rmfilter
Maxime Coste
2011-11-04
IncrementalInserter: move cursor left when finishing
Maxime Coste
2011-11-02
IncrementalInserter: support insert at line begin and append at line end
Maxime Coste
2011-10-27
lines and columns used for user interaction are 1-indexed
Maxime Coste
2011-10-27
Selection: more intelligent merging
Maxime Coste
2011-10-24
DynamicBufferIterator: add and use in Selections
Maxime Coste
2011-10-18
IncrementalInserter: fix OpenLineBelow
Maxime Coste
2011-10-18
DisplayBuffer: store atoms in a std::list instead of a vector
Maxime Coste
2011-10-18
Window: fix status_line cursor position
Maxime Coste
2011-10-17
Filters: add a show line numbers filter
Maxime Coste
[next]