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
2011-09-29
DisplayBuffer: check_invariant method to assert atoms consistency
Maxime Coste
2011-09-29
DisplayBuffer: add a split method to split an atom
Maxime Coste
2011-09-29
Window: add a test filter to make 'void' blink
Maxime Coste
2011-09-28
Window: refactor DisplayBuffer generation
Maxime Coste
2011-09-28
Window: fix scrolling when select_mode == Append
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-25
DisplayBuffer: cleanup
Maxime Coste
2011-09-24
Window: undo group cleanup and fix of append method
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-19
Window: add a IncrementalInserter class for insert mode
Maxime Coste
2011-09-18
Window: fix erase
Maxime Coste
2011-09-17
Window: code cleanup and more intelligent Selection class
Maxime Coste
2011-09-17
Shift-{H,J,K,L} keys move cursor while selecting.
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]