| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-15 | add C source and header file to depends | Christian Hesse | 1 | -1/+1 | |
| This fixes make to rebuild when files change. Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
| 2015-01-15 | remove vis from .PHONY | Christian Hesse | 1 | -1/+1 | |
| vis is a real file, so remove it from .PHONY in Makefile. This fixes make to not rebuild on every invocation. Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
| 2015-01-15 | Pass $LDFLAGS after source files | Marc André Tanner | 1 | -2/+2 | |
| This should fix compilation with: LDFLAGS=-Wl,--as-needed make | |||||
| 2015-01-14 | Remove nano like frontend for now | Marc André Tanner | 1 | -2/+1 | |
| If time permits I still want to experiment with different editing paradigms and write a proper nano/sandy/sam frontend but at the moment it is just bitrotting and not very useful. | |||||
| 2015-01-14 | Simplify Makefile | Marc André Tanner | 1 | -25/+9 | |
| Use $CC *.c -o vis to enable global link time optimization. This also fixes issues with parallel builds. config.h is no longer symlinked to config.def.h which allows local modifications. | |||||
| 2015-01-03 | Fix compilation on various *nix systems | Marc André Tanner | 1 | -1/+1 | |
| Unfortunately this breaks support for BSD make. | |||||
| 2015-01-01 | Add rudimentary support for jump list (CTRL+{O,I}) | Marc André Tanner | 1 | -1/+1 | |
| 2014-12-18 | Macro support | Marc André Tanner | 1 | -2/+2 | |
| At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key. | |||||
| 2014-09-10 | Simplify cursor color management | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-09 | Cleanup header files | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-09 | Rename vis.[ch] to editor.[ch] and main.c to vis.c | Marc André Tanner | 1 | -2/+2 | |
| 2014-09-02 | Fix Makefile | Marc André Tanner | 1 | -3/+3 | |
| 2014-09-01 | Refactor frontend code | Marc André Tanner | 1 | -3/+4 | |
| window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar. | |||||
| 2014-08-31 | First part of a vi like frontend | Marc André Tanner | 1 | -2/+2 | |
| Still very incomplete | |||||
| 2014-08-25 | Move motion related stuff into own file | Marc André Tanner | 1 | -3/+4 | |
| 2014-08-24 | Add work in progress editor frontend | Marc André Tanner | 1 | -0/+63 | |
