summaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)Author
2023-08-24Lua API: access and set all available optionsRandy Palamar
2023-07-28view.c: add word wrappingAndrey Proskurin
2022-11-29fix miscellaneous spelling mistakesNick Hanley
2020-12-10fix typos in commentsMoesasji
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner
2020-01-30view: Fix a @param name in a commentTwoFinger
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc 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-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc 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: 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-04Add option to hide EOF markerPhilipp Emanuel Weidmann
2017-04-20vis: start cleaning up register related codeMarc André Tanner
2017-04-19vis: restructure register handlingMarc André Tanner
2017-03-22view: rename view_dirty to view_invalidateMarc André Tanner
2017-03-14Restructure display codeMarc André Tanner
2017-01-31view: add back link from selection to corresponding cursorMarc André Tanner
2017-01-13view: add infrastructure for delayed cursor destructionMarc André Tanner
2016-10-03vis: improve cursor positioning after scrollingMarc 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