aboutsummaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15view: rename view_cursors_countMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_nextMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_prevMarc André Tanner1-1/+1
2017-06-15view: view_cursors_selection_restoreMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_saveMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_startMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_swapMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner1-3/+3
2017-06-15view: rename view_selections_clearMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-3/+3
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-3/+3
2017-06-15view: rename view_cursors_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursor_disposedMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_disposeMarc André Tanner1-4/+4
2017-06-15view: rename view_cursors_newMarc André Tanner1-3/+3
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-4/+0
2017-06-15view: clean up and add documentationMarc André Tanner1-2/+10
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-145/+51
2017-06-10More theme improvementsPhilipp Emanuel Weidmann1-1/+1
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-2/+10
2017-04-19vis: restructure register handlingMarc André Tanner1-6/+0
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-9/+0
2017-03-22view: rename view_dirty to view_invalidateMarc André Tanner1-1/+1
2017-03-19view: use correct default cell styleMarc André Tanner1-4/+3
2017-03-16view: mark view as dirty even when resizing to same sizeMarc André Tanner1-1/+3
2017-03-14Restructure display codeMarc André Tanner1-106/+41
2017-02-28view: fix display when inserting text at start of fileMarc André Tanner1-2/+9
2017-02-27view: reposition cursor after restoring selectionMarc André Tanner1-0/+1
2017-02-23view: make sure viewport remains valid when scrolling upMarc André Tanner1-1/+1
2017-02-12view: improve handling of long sequences of combining charactersMarc André Tanner1-1/+3
2017-02-08view: fix view_cursors_scroll_to to operate on current stateMarc André Tanner1-0/+1
2017-02-04view: reduce redraws upon selection changesMarc André Tanner1-10/+10
2017-02-04view: keep track of the most recently created cursorMarc André Tanner1-4/+10
2017-02-04view: do not let new cursors automatically become primaryMarc André Tanner1-1/+0
2017-01-31view: add back link from selection to corresponding cursorMarc André Tanner1-14/+12
2017-01-20vis: improve new line handling at end of fileMarc André Tanner1-5/+12
2017-01-16vis: cleanup regex header inclusionMarc André Tanner1-1/+0
2017-01-15view: fix check to prevent duplicate cursor creationMarc André Tanner1-1/+4
2017-01-14view: enforce invariant that cursor is within selectionMarc André Tanner1-5/+6
2017-01-13view: add infrastructure for delayed cursor destructionMarc André Tanner1-2/+23
2016-12-22text: remove Filepos typedefMarc André Tanner1-3/+3
2016-12-05view: make cursor placement more robustMarc André Tanner1-0/+5
2016-11-06view: make viewport adjustment more robustMarc André Tanner1-1/+1
2016-10-27view: use more lightweight default white space replacement symbolsMarc André Tanner1-3/+3
2016-10-03vis: improve cursor positioning after scrollingMarc André Tanner1-0/+37
2016-09-29view: change cursor line up/down off screen movementsMarc André Tanner1-2/+12
2016-08-07view: fix screen line based motions when cursor is not visibleMarc André Tanner1-0/+4
2016-05-28vis: try to reduce number of redrawsMarc André Tanner1-0/+4
2016-05-22vis: refactor status line handlingMarc André Tanner1-2/+2
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-11/+0