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