summaryrefslogtreecommitdiff
path: root/view.h
AgeCommit message (Expand)Author
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: add return value to view_cursors_disposeMarc André Tanner
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner
2016-03-12ui/view: general code cleanupMarc 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-02-18vis-lua: promote vis to a real objectMarc André Tanner
2016-02-17Display NUL bytes correctlyRichard Burke
2016-01-13view: introduce view_selection_getMarc André Tanner
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-11-28view: remove ViewEvent infrastructureMarc 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-08Remove trailing white space from source filesMarc André Tanner
2015-11-08Delete now obsolete syntax.hMarc André Tanner
2015-11-08vis: implement :set colorcolumnMarc André Tanner
2015-11-08vis: factor out syntax highlighting codeMarc 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-14view: cleanup whitespace replacement symbol handlingMarc André Tanner
2015-10-14view: cleanup option handlingMarc André Tanner
2015-08-06vis: implement gv to restore last selectionMarc André Tanner
2015-08-01view: hide API to free main cursorMarc André Tanner
2015-07-31vis: cleanup handling of charwise/linewise motionsMarc André Tanner
2015-07-28vis: use multiple cursor/selection infrastructureMarc André Tanner
2015-07-28vis: ESC in normal mode clears all cursorsMarc André Tanner
2015-07-28vis: add per cursor registersMarc André Tanner
2015-07-26view: always fill out complete cell matrixMarc André Tanner
2015-07-26vis: add infrastructure to support multiple cursors/selectionsMarc André Tanner
2015-07-21ui: further separate curses related user interface codeMarc André Tanner
2015-07-03Add :show command to display special symbols for whitespacesMarc André Tanner
2015-06-30Perform character prev/next movements based on Text not ViewMarc André Tanner
2015-06-30Cleanup insert/replace mode input handlingMarc André Tanner
2015-04-23Update header include guard to match file nameMarc André Tanner
2015-04-22Rename window.[ch] to view.[ch]Marc André Tanner