aboutsummaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-01view: hide API to free main cursorMarc André Tanner1-2/+0
2015-07-31vis: cleanup handling of charwise/linewise motionsMarc André Tanner1-0/+2
2015-07-28vis: use multiple cursor/selection infrastructureMarc André Tanner1-1/+4
2015-07-28vis: ESC in normal mode clears all cursorsMarc André Tanner1-0/+2
2015-07-28vis: add per cursor registersMarc André Tanner1-0/+3
2015-07-26view: always fill out complete cell matrixMarc André Tanner1-0/+1
2015-07-26vis: add infrastructure to support multiple cursors/selectionsMarc André Tanner1-35/+69
2015-07-21ui: further separate curses related user interface codeMarc André Tanner1-1/+2
2015-07-03Add :show command to display special symbols for whitespacesMarc André Tanner1-0/+2
2015-06-30Perform character prev/next movements based on Text not ViewMarc André Tanner1-2/+0
2015-06-30Cleanup insert/replace mode input handlingMarc André Tanner1-6/+12
2015-04-23Update header include guard to match file nameMarc André Tanner1-2/+2
2015-04-22Rename window.[ch] to view.[ch]Marc André Tanner1-0/+115