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-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
2011-10-15
DisplayBuffer: refactoring, correct support of replacements
Maxime Coste
2011-10-14
WindowCoord: rename to DisplayCoord and move with DisplayBuffer
Maxime Coste
2011-10-12
Window: move_cursor_to takes a BufferIterator parameter
Maxime Coste
2011-10-12
Filters: add an expand_tabulation filter
Maxime Coste
2011-10-10
Window: scroll when inserting, appending, erasing if necessary
Maxime Coste
2011-10-07
DisplayBuffer: do not store content in atom, begin and end are sufficient
Maxime Coste
2011-10-07
Window: get rid of select_mode
Maxime Coste
2011-10-06
IncrementalInserter: support OpenLineBelow and OpenLineAbove mode
Maxime Coste
2011-10-05
Window: empty_selections -> clear_selections
Maxime Coste
2011-10-05
Buffer: modification tracking
Maxime Coste
2011-10-04
Window: add a basic status line
Maxime Coste
2011-10-03
Filters: add a colorize_cplusplus filter and use it by default in Window
Maxime Coste
2011-09-30
Filters: add a colorize_regex filter
Maxime Coste
2011-09-29
Window: fix blink_void
Maxime Coste
[prev]
[next]