summaryrefslogtreecommitdiff
path: root/ui.h
AgeCommit message (Expand)Author
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis: add function to change window statusbar contentMarc André Tanner
2016-05-22vis: add functions to query window sizeMarc André Tanner
2016-05-22ui: s/UiStyles/UiStyle/gMarc André Tanner
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner
2016-05-04vis: enable large file optimizations for files with long linesMarc André Tanner
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner
2016-04-08vis: let :e recreate a window at the same location as the old oneMarc André Tanner
2016-03-10ui: make primary cursor blinkMarc André Tanner
2016-02-12Improve large file supportMarc André Tanner
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner
2016-01-30Improve Lua error reportingMarc André Tanner
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner
2016-01-13ui: make statusbar configurableMarc André Tanner
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner
2015-11-08Fix warnings found by static analyzerMarc André Tanner
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08vis: implement :set colorcolumnMarc 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-07vis: API documentation and cleanupMarc André Tanner
2015-10-26vis: merge editor.c into vis.cMarc André Tanner
2015-10-22ui: introduce and use ui specific die(...) functionMarc 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-10-05vis: rework input handling using libtermkeyMarc 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-09ui: move terminal state handling code to ui specific fileMarc André Tanner
2015-07-09ui: move input handling code to ui specific filesMarc André Tanner
2015-07-06Move filename from Text to FileMarc André Tanner
2015-04-22Rename window.[ch] to view.[ch]Marc André Tanner
2015-04-22More renames, no functional changesMarc André Tanner
2015-04-07Set '< and '> marksMarc André Tanner
2015-04-03Add option to display relative line numbersMarc André Tanner
2015-04-03Preliminary user interface separationMarc André Tanner