aboutsummaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29view: try to improve cursor placementMarc André Tanner1-18/+21
2016-04-29view: improve view sliding downMarc André Tanner1-2/+4
2016-04-27view: change view_cursors_place to take 1 based column numberMarc André Tanner1-1/+1
2016-04-19vis: add :set horizon optionDavid B. Lamkins1-4/+13
2016-04-15view: add view_cursors_place(cursor, line, col) functionMarc André Tanner1-0/+7
2016-04-15view: add view_cursors_col functionMarc André Tanner1-0/+5
2016-04-15view: add view_cursors_line functionMarc André Tanner1-0/+5
2016-04-13view: add view_cursors_new_force functionMarc André Tanner1-3/+11
2016-04-08vis: indicate primary cursor number in status barMarc André Tanner1-8/+21
2016-04-03view: make syntax coloring more robustMarc André Tanner1-1/+3
2016-04-03view: add return value to view_cursors_disposeMarc André Tanner1-7/+8
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner1-2/+2
2016-03-30view: change internal representation of selectionsMarc André Tanner1-23/+27
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner1-1/+1
2016-03-28view: prevent creation of duplicated cursorsMarc André Tanner1-2/+8
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner1-0/+54
2016-03-28view: maintain ordering relation among cursorsMarc André Tanner1-9/+53
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner1-3/+4
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner1-15/+0
2016-03-12ui/view: general code cleanupMarc André Tanner1-7/+7
2016-03-12view: cleanup default ui style handlingMarc André Tanner1-28/+25
2016-03-12view: also load lua theme for windows without syntax highlightingMarc André Tanner1-7/+7
2016-03-10view: add query function for multiple cursorsMarc André Tanner1-0/+4
2016-03-10ui: make primary cursor blinkMarc André Tanner1-0/+4
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner1-2/+12
2016-03-08Workaround for #199xomachine1-2/+2
2016-02-22initized variablesChristian Hesse1-2/+2
2016-02-20colorcolumn enhancementRichard Burke1-3/+19
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner1-0/+4
2016-02-17Display NUL bytes correctlyRichard Burke1-1/+1
2016-02-16Display ASCII-127 (DEL) character as ^?Richard Burke1-4/+5
2016-02-12Mark some tables as constMarc André Tanner1-1/+1
2016-02-12Improve large file supportMarc André Tanner1-1/+9
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner1-1/+1
2016-01-16view: remove special cursor handling at end of visible areaMarc André Tanner1-2/+0
2016-01-13view: introduce view_selection_getMarc André Tanner1-0/+4
2015-12-31view: fix regressionMarc André Tanner1-1/+3
2015-12-29view: improve cursor handling at end of fileMarc André Tanner1-1/+1
2015-12-29view: fix new line handling at the end of visible areaMarc André Tanner1-1/+1
2015-12-29view: fix view [start,end] range calculationMarc André Tanner1-1/+1
2015-12-26vis: refactor Lua integrationMarc André Tanner1-157/+174
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner1-6/+1
2015-11-28view: preserve column position when moving across linesMarc André Tanner1-8/+18
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner1-9/+3
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner1-0/+11
2015-11-23view: fix cell placement of combining charactersMarc André Tanner1-7/+17
2015-11-14view: increase range to consider for syntax highlightingDavid B. Lamkins1-1/+1
2015-11-09view: improve window redrawing for shared files/split windowsMarc André Tanner1-1/+1
2015-11-09view: correctly redraw window contentMarc André Tanner1-1/+4
2015-11-08Fix warnings found by static analyzerMarc André Tanner1-2/+1