aboutsummaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)AuthorFilesLines
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
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