index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-23
fix install prefix for standalone build
Christian Hesse
1
-0
/
+6
2016-03-23
vis: use vis-clipboard instead of vis-{copy,paste} scripts
Marc André Tanner
1
-6
/
+3
2016-03-21
build: reorder some variables
Marc André Tanner
1
-1
/
+1
2016-03-21
build: create empty config.mk if it does not exist
Marc André Tanner
1
-0
/
+3
2016-03-21
configure: make vis depend on config.mk
Christian Hesse
1
-1
/
+1
2016-03-21
build: add vis subdirectory to $SHAREPREFIX
Marc André Tanner
1
-5
/
+5
2016-03-21
build: overhaul build system auto detect stuff using a configure script
Marc André Tanner
1
-170
/
+30
2016-02-28
build: update make standalone to use musl-1.1.14
Marc André Tanner
1
-2
/
+2
2016-02-16
Update make standalone to use musl-1.1.13
Marc André Tanner
1
-2
/
+2
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
1
-0
/
+6
2016-01-14
build: cleanup $LIBS variable
Marc André Tanner
1
-1
/
+1
2016-01-09
Makefile: Use $(MAKE) instead of directly calling `make`
Michael Reed
1
-11
/
+11
2015-12-31
Also remove vis-open when uninstalling
Marc André Tanner
1
-0
/
+1
2015-12-29
Clean up build system
Marc André Tanner
1
-9
/
+16
2015-12-26
vis: move file type detection to visrc.lua
Marc André Tanner
1
-1
/
+1
2015-12-26
vis: refactor Lua integration
Marc André Tanner
1
-4
/
+4
2015-11-17
ui: improve fallback code in case of unknown term
Marc André Tanner
1
-1
/
+1
2015-11-10
build: do not clutter dependency/install with manual pages
Marc André Tanner
1
-1
/
+1
2015-11-10
build: try to fix make standalone for multiarch systems
Marc André Tanner
1
-1
/
+1
2015-11-08
Mention make local in README
Marc André Tanner
1
-1
/
+2
2015-11-08
build: add VIS_PATH=. to suggested execution after make local
Marc André Tanner
1
-1
/
+1
2015-11-08
vis: try to support all lua versions >= 5.1
Marc André Tanner
1
-4
/
+4
2015-11-08
travis: try to fix build by using local built dependencies
Marc André Tanner
1
-2
/
+2
2015-11-08
Overhaul build system
Marc André Tanner
1
-3
/
+116
2015-10-29
build: introduce make local Makefile target
Marc André Tanner
1
-2
/
+41
2015-10-27
build: merge parts of the build system changes from lua branch
Marc André Tanner
1
-4
/
+4
2015-10-06
Change release tarball compression to gzip
Marc André Tanner
1
-1
/
+1
2015-10-06
add a new Makefile target 'release' to build release tarball
Christian Hesse
1
-0
/
+3
2015-10-05
Add a profile Makefile target
Marc André Tanner
1
-0
/
+3
2015-07-10
vis: add a file open dialog
Marc André Tanner
1
-0
/
+2
2015-06-04
Use $(MAKE) instead of directly calling `make`
Michael Reed
1
-1
/
+1
2015-01-15
add C source and header file to depends
Christian Hesse
1
-1
/
+1
2015-01-15
remove vis from .PHONY
Christian Hesse
1
-1
/
+1
2015-01-15
Pass $LDFLAGS after source files
Marc André Tanner
1
-2
/
+2
2015-01-14
Remove nano like frontend for now
Marc André Tanner
1
-2
/
+1
2015-01-14
Simplify Makefile
Marc André Tanner
1
-25
/
+9
2015-01-03
Fix compilation on various *nix systems
Marc André Tanner
1
-1
/
+1
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
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
2014-08-31
First part of a vi like frontend
Marc André Tanner
1
-2
/
+2
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