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.hh
Age
Commit message (
Expand
)
Author
2011-12-02
Window: use an idvaluemap to store highlighters
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste
2011-11-22
Window: add replace method
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-08
Window: support adding and removing filters with :addfilter :rmfilter
Maxime Coste
2011-11-02
IncrementalInserter: support insert at line begin and append at line end
Maxime Coste
2011-10-27
Selection: more intelligent merging
Maxime Coste
2011-10-24
DynamicBufferIterator: add and use in Selections
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: privatize coordinates conversion methods
Maxime Coste
2011-10-12
Window: move_cursor_to takes a BufferIterator parameter
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-04
Window: add a basic status line
Maxime Coste
2011-09-28
Window: refactor DisplayBuffer generation
Maxime Coste
2011-09-28
IncrementalInserter: Append, Insert or Change mode specified at construction
Maxime Coste
2011-09-28
Window: selection behaviour now depends on a window state
Maxime Coste
2011-09-27
Window: cursors are now implicit, taken from current selections
Maxime Coste
2011-09-23
Window: add selection_content method
Maxime Coste
2011-09-23
Selection: do not use [begin, end) semantics but [first, last]
Maxime Coste
2011-09-22
Window: add move_cursor_to method
Maxime Coste
2011-09-22
Selection: fix canonicalize
Maxime Coste
2011-09-19
Window: add a IncrementalInserter class for insert mode
Maxime Coste
2011-09-17
Window: code cleanup and more intelligent Selection class
Maxime Coste
2011-09-17
LineAndColumn: move to it's own header and add operator[+-]=?
Maxime Coste
2011-09-08
Buffer is now responsible for window creation
Maxime Coste
2011-09-08
Window lifetime is now handled by it's buffer.
Maxime Coste
2011-09-06
Window: basic binding of bufffer undo feature
Maxime Coste
2011-09-05
LineAndColumn: segregate into WindowCoord and BufferCoord
Maxime Coste
2011-09-05
window: support scrolling
Maxime Coste
2011-09-05
window: cursor position is now stored in window coordinate
Maxime Coste
2011-09-02
Initial commit
Maxime Coste
[prev]