summaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)Author
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
2015-12-31view: fix regressionMarc André Tanner
2015-12-29view: improve cursor handling at end of fileMarc André Tanner
2015-12-29view: fix new line handling at the end of visible areaMarc André Tanner
2015-12-29view: fix view [start,end] range calculationMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner
2015-11-28view: preserve column position when moving across linesMarc André Tanner
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner
2015-11-23view: fix cell placement of combining charactersMarc André Tanner
2015-11-14view: increase range to consider for syntax highlightingDavid B. Lamkins
2015-11-09view: improve window redrawing for shared files/split windowsMarc André Tanner
2015-11-09view: correctly redraw window contentMarc André Tanner
2015-11-08Fix warnings found by static analyzerMarc André Tanner
2015-11-08Update year numbers in Copyright clauseMarc André Tanner
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08Delete now obsolete syntax.hMarc André Tanner
2015-11-08view: do not highlight matching symbols if selection is activeMarc André Tanner
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner
2015-11-08vis: implement :set colorcolumnMarc André Tanner
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner
2015-11-08vis: implement :set cursorlineMarc André Tanner
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-10-31view: make zb command more robustMarc André Tanner
2015-10-26vis: merge editor.c into vis.cMarc André Tanner
2015-10-20view: ensure minimal window sizeMarc André Tanner
2015-10-15ui: cleanup redrawingMarc André Tanner
2015-10-14view: cleanup whitespace replacement symbol handlingMarc André Tanner
2015-10-14view: cleanup option handlingMarc André Tanner
2015-10-14ui: refactor syntax style definitionsMarc André Tanner
2015-08-06vis: implement gv to restore last selectionMarc André Tanner
2015-08-01view: hide API to free main cursorMarc André Tanner