summaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)Author
2017-06-15view: fix view_selections_setMarc André Tanner
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner
2017-06-15view: introduce view_selections_normalizeMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-15view: rename view_cursors_columnMarc André Tanner
2017-06-15view: rename view_cursorsMarc André Tanner
2017-06-15view: rename view_selection_anchoredMarc André Tanner
2017-06-15view: rename view_cursors_column{,count,next}Marc André Tanner
2017-06-15view: rename view_cursors_numberMarc André Tanner
2017-06-15view: rename view_cursors_countMarc André Tanner
2017-06-15view: rename view_cursors_nextMarc André Tanner
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-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