aboutsummaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-12/+10
2016-05-22view: add functions to style a file rangeMarc André Tanner1-0/+3
2016-05-22ui: s/UiStyles/UiStyle/gMarc André Tanner1-1/+1
2016-05-04vis: clean up cursor column displayMarc André Tanner1-7/+2
2016-04-27view: change view_cursors_place to take 1 based column numberMarc André Tanner1-0/+1
2016-04-19vis: add :set horizon optionDavid B. Lamkins1-0/+2
2016-04-15view: add view_cursors_place(cursor, line, col) functionMarc André Tanner1-0/+1
2016-04-15view: add view_cursors_col functionMarc André Tanner1-0/+2
2016-04-15view: add view_cursors_line functionMarc André Tanner1-0/+2
2016-04-13view: add view_cursors_new_force functionMarc André Tanner1-1/+6
2016-04-08vis: indicate primary cursor number in status barMarc André Tanner1-0/+2
2016-04-03view: add return value to view_cursors_disposeMarc André Tanner1-1/+1
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner1-2/+2
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner1-0/+7
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner1-2/+2
2016-03-12ui/view: general code cleanupMarc André Tanner1-2/+2
2016-03-10view: add query function for multiple cursorsMarc André Tanner1-0/+2
2016-03-10ui: make primary cursor blinkMarc André Tanner1-0/+1
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner1-2/+4
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner1-0/+1
2016-02-17Display NUL bytes correctlyRichard Burke1-4/+4
2016-01-13view: introduce view_selection_getMarc André Tanner1-0/+2
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner1-1/+5
2015-12-26vis: refactor Lua integrationMarc André Tanner1-1/+1
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner1-6/+1
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner1-1/+0
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner1-0/+4
2015-11-23view: fix cell placement of combining charactersMarc André Tanner1-2/+3
2015-11-08Remove trailing white space from source filesMarc André Tanner1-1/+1
2015-11-08Delete now obsolete syntax.hMarc André Tanner1-1/+0
2015-11-08vis: implement :set colorcolumnMarc André Tanner1-0/+2
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner1-0/+1
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner1-1/+2
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-2/+2
2015-10-14view: cleanup whitespace replacement symbol handlingMarc André Tanner1-2/+0
2015-10-14view: cleanup option handlingMarc André Tanner1-0/+3
2015-08-06vis: implement gv to restore last selectionMarc André Tanner1-0/+2