summaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)Author
2018-03-11Reset parsing state after mbrtowc(3) failureMarc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner
2017-07-08view: keep but clear primary selection if instructed to replace allMarc André Tanner
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner
2017-06-27vis: properly set initial window ui optionsMarc André Tanner
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner
2017-06-15view: make sure primary selection is visibleMarc André Tanner
2017-06-15view: add functions to save/restore arbitrary rangesMarc André Tanner
2017-06-15view: add functions to get/set all selectionsMarc André Tanner
2017-06-15view: disallow setting of invalid selectionsMarc André Tanner
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-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