| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-27 | solarized themed terms do not need bg and fg set again | xcko | 1 | -0/+4 | |
| 2017-10-23 | themes: add zenburn and make it the default 256 theme | Chris Rawnsley | 2 | -1/+40 | |
| 2017-06-10 | More theme improvements | Philipp Emanuel Weidmann | 3 | -1/+4 | |
| 2017-06-05 | themes: simplify color definition | Marc André Tanner | 1 | -16/+16 | |
| 2017-06-04 | Improve appearance of line numbers and EOF markers | Philipp Emanuel Weidmann | 1 | -2/+2 | |
| 2017-03-15 | Make Vis' Solarized theme match the official Vim one. | Tim Allen | 1 | -2/+2 | |
| 2017-03-14 | Restructure display code | Marc André Tanner | 3 | -1/+16 | |
| Use pull instead of push based model for display code. Previously view.c was calling into the ui frontend code, with the new scheme this switches around: the necessary data is fetched by the ui as necessary. The UI independent display code is moved out of view.c/ui-curses.c into vis.c. The cell styles are now directly embedded into the Cell struct. New UI styles are introduced for: - status bar (focused / non-focused) - info message - window separator - EOF symbol You will have to update your color themes. The terminal output code is further abstracted into a generic ui-terminal.c part which keeps track of the whole in-memory cell matrix and #includes ui-terminal-curses.c for the actual terminal output. This architecture currently assumes that there are no overlapping windows. It will also allow non-curses based terminal user interfaces. | |||||
| 2017-03-05 | lua: fix more luacheck warnings | Marc André Tanner | 1 | -1/+1 | |
| 2017-01-05 | theme: pretend that specifying color numbers doesn't work | S. Gilles | 1 | -16/+16 | |
| 2016-12-07 | Move all lua related files to lua/ subfolder | Marc André Tanner | 5 | -0/+123 | |
| Also remove the lexers sub directory from the Lua search path. As a result we attempt to open fewer files during startup: $ strace -e open -o log ./vis +q config.h && wc -l log In order to avoid having to modifiy all lexers which `require('lexer')` we instead place a symlink in the top level directory. $ ./configure --disable-lua $ rm -rf lua Should result in a source tree with most lua specifc functionality removed. | |||||
