summaryrefslogtreecommitdiff
path: root/src/window.cc
AgeCommit message (Expand)Author
2011-09-29DisplayBuffer: check_invariant method to assert atoms consistencyMaxime Coste
2011-09-29DisplayBuffer: add a split method to split an atomMaxime Coste
2011-09-29Window: add a test filter to make 'void' blinkMaxime Coste
2011-09-28Window: refactor DisplayBuffer generationMaxime Coste
2011-09-28Window: fix scrolling when select_mode == AppendMaxime Coste
2011-09-28IncrementalInserter: Append, Insert or Change mode specified at constructionMaxime Coste
2011-09-28Window: selection behaviour now depends on a window stateMaxime Coste
2011-09-27Window: cursors are now implicit, taken from current selectionsMaxime Coste
2011-09-25DisplayBuffer: cleanupMaxime Coste
2011-09-24Window: undo group cleanup and fix of append methodMaxime Coste
2011-09-23Window: add selection_content methodMaxime Coste
2011-09-23Selection: do not use [begin, end) semantics but [first, last]Maxime Coste
2011-09-22Window: add move_cursor_to methodMaxime Coste
2011-09-19Window: add a IncrementalInserter class for insert modeMaxime Coste
2011-09-18Window: fix eraseMaxime Coste
2011-09-17Window: code cleanup and more intelligent Selection classMaxime Coste
2011-09-17Shift-{H,J,K,L} keys move cursor while selecting.Maxime Coste
2011-09-08Buffer is now responsible for window creationMaxime Coste
2011-09-08Window lifetime is now handled by it's buffer.Maxime Coste
2011-09-06Window: basic binding of bufffer undo featureMaxime Coste
2011-09-05LineAndColumn: segregate into WindowCoord and BufferCoordMaxime Coste
2011-09-05window: support scrollingMaxime Coste
2011-09-05window: cursor position is now stored in window coordinateMaxime Coste
2011-09-02Initial commitMaxime Coste