aboutsummaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-25ui: refactor style handlingRandy Palamar1-2/+3
2023-08-27Make tabwidth option window-localAlexey Yerin1-0/+2
2023-08-24Lua API: access and set all available optionsRandy Palamar1-0/+2
2023-07-28view.c: add word wrappingAndrey Proskurin1-0/+2
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-1/+1
2020-12-10fix typos in commentsMoesasji1-5/+5
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner1-8/+8
2020-01-30view: Fix a @param name in a commentTwoFinger1-1/+1
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-1/+1
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner1-2/+3
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-10/+0
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-0/+2
2017-06-15view: add functions to save/restore arbitrary rangesMarc André Tanner1-0/+3
2017-06-15view: add functions to get/set all selectionsMarc André Tanner1-0/+13
2017-06-15view: disallow setting of invalid selectionsMarc André Tanner1-1/+1
2017-06-15view: introduce view_selections_normalizeMarc André Tanner1-0/+2
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-37/+36
2017-06-15view: rename view_cursors_columnMarc André Tanner1-1/+1
2017-06-15view: rename view_cursorsMarc André Tanner1-1/+1
2017-06-15view: rename view_selection_anchoredMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_column{,count,next}Marc André Tanner1-2/+2
2017-06-15view: rename view_cursors_numberMarc André Tanner1-1/+1
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-1/+1
2017-06-15view: rename view_selections_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-2/+2
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-2/+2
2017-06-15view: rename view_cursors_newMarc André Tanner1-2/+2
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-2/+0
2017-06-15view: clean up and add documentationMarc André Tanner1-118/+292
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-16/+6
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-0/+2
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-1/+0
2017-04-19vis: restructure register handlingMarc André Tanner1-2/+0
2017-03-22view: rename view_dirty to view_invalidateMarc André Tanner1-1/+1
2017-03-14Restructure display codeMarc André Tanner1-17/+12
2017-01-31view: add back link from selection to corresponding cursorMarc André Tanner1-1/+1
2017-01-13view: add infrastructure for delayed cursor destructionMarc André Tanner1-0/+7
2016-10-03vis: improve cursor positioning after scrollingMarc André Tanner1-0/+4
2016-05-22vis: refactor status line handlingMarc André Tanner1-1/+1
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-2/+0