summaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)Author
2016-11-06view: make viewport adjustment more robustMarc André Tanner
2016-10-27view: use more lightweight default white space replacement symbolsMarc André Tanner
2016-10-03vis: improve cursor positioning after scrollingMarc André Tanner
2016-09-29view: change cursor line up/down off screen movementsMarc André Tanner
2016-08-07view: fix screen line based motions when cursor is not visibleMarc André Tanner
2016-05-28vis: try to reduce number of redrawsMarc 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
2016-05-22ui: s/UiStyles/UiStyle/gMarc André Tanner
2016-05-05view: try to recover from invalid cursor positionsMarc André Tanner
2016-05-04view: simplify line up/down motionsMarc André Tanner
2016-05-04vis: clean up cursor column displayMarc André Tanner
2016-04-29view: try to improve cursor placementMarc André Tanner
2016-04-29view: improve view sliding downMarc André Tanner
2016-04-27view: change view_cursors_place to take 1 based column numberMarc André Tanner
2016-04-19vis: add :set horizon optionDavid B. Lamkins
2016-04-15view: add view_cursors_place(cursor, line, col) functionMarc André Tanner
2016-04-15view: add view_cursors_col functionMarc André Tanner
2016-04-15view: add view_cursors_line functionMarc André Tanner
2016-04-13view: add view_cursors_new_force functionMarc André Tanner
2016-04-08vis: indicate primary cursor number in status barMarc André Tanner
2016-04-03view: make syntax coloring more robustMarc André Tanner
2016-04-03view: add return value to view_cursors_disposeMarc André Tanner
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner
2016-03-30view: change internal representation of selectionsMarc André Tanner
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner
2016-03-28view: prevent creation of duplicated cursorsMarc André Tanner
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner
2016-03-28view: maintain ordering relation among cursorsMarc André Tanner
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner
2016-03-12ui/view: general code cleanupMarc André Tanner
2016-03-12view: cleanup default ui style handlingMarc André Tanner
2016-03-12view: also load lua theme for windows without syntax highlightingMarc André Tanner
2016-03-10view: add query function for multiple cursorsMarc André Tanner
2016-03-10ui: make primary cursor blinkMarc André Tanner
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner
2016-03-08Workaround for #199xomachine
2016-02-22initized variablesChristian Hesse
2016-02-20colorcolumn enhancementRichard Burke
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner
2016-02-17Display NUL bytes correctlyRichard Burke
2016-02-16Display ASCII-127 (DEL) character as ^?Richard Burke
2016-02-12Mark some tables as constMarc André Tanner
2016-02-12Improve large file supportMarc André Tanner
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner
2016-01-16view: remove special cursor handling at end of visible areaMarc André Tanner
2016-01-13view: introduce view_selection_getMarc André Tanner