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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-03
buffer: add buffer_content utility function
Marc André Tanner
2
-0
/
+6
2016-04-03
buffer: add buffer_length utility function
Marc André Tanner
2
-0
/
+6
2016-04-03
view: add return value to view_cursors_dispose
Marc André Tanner
2
-8
/
+9
2016-04-03
text-regex: introduce function to match arbitrary text
Marc André Tanner
2
-0
/
+5
2016-04-01
vis: cleanup vis_pipe API
Marc André Tanner
3
-8
/
+17
2016-03-30
vis: implement selection rotation
Marc André Tanner
3
-2
/
+85
2016-03-30
view: constify functions to manipulate selections
Marc André Tanner
2
-4
/
+4
2016-03-30
text-util: constify text_range_* functions
Marc André Tanner
2
-12
/
+12
2016-03-30
view: change internal representation of selections
Marc André Tanner
1
-23
/
+27
2016-03-30
array: allow arbitrarily sized array elements
Marc André Tanner
5
-16
/
+81
2016-03-29
ignore README.html
Christian Hesse
1
-0
/
+1
2016-03-29
README: add a paragraph about distribution packages
Christian Hesse
1
-0
/
+4
2016-03-28
Update README section about multiple cursor key bindings
Marc André Tanner
1
-17
/
+21
2016-03-28
vis: cleanup usage of vis_cursors_count
Marc André Tanner
3
-3
/
+3
2016-03-28
vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary one
Marc André Tanner
1
-1
/
+8
2016-03-28
view: prevent creation of duplicated cursors
Marc André Tanner
1
-2
/
+8
2016-03-28
vis: support right alignment of selections in visual mode with <S-Tab>
Marc André Tanner
2
-10
/
+28
2016-03-28
vis: support count for {Meta-Ctrl,Ctrl}-{j,k}
Marc André Tanner
1
-23
/
+26
2016-03-28
vis: fix changing of primary cursor via Ctrl-{u,d}
Marc André Tanner
1
-1
/
+1
2016-03-28
vis: let Meta-Ctrl-{j,k} create new cursor
Marc André Tanner
2
-1
/
+30
2016-03-28
vis: align selections with <Tab> in visual mode
Marc André Tanner
2
-2
/
+6
2016-03-28
vis: support column based alignment
Marc André Tanner
1
-22
/
+27
2016-03-28
view: add infrastructure to iterate through cursor columns
Marc André Tanner
2
-0
/
+61
2016-03-28
view: maintain ordering relation among cursors
Marc André Tanner
1
-9
/
+53
2016-03-28
view: change cursor creation API to take an initial position
Marc André Tanner
4
-25
/
+23
2016-03-26
fix linker flags
Christian Hesse
1
-1
/
+1
2016-03-25
Set version to 0.2
Marc André Tanner
1
-1
/
+1
2016-03-25
vis: remove __DATE__ and __TIME__ references to aid with reproducible builds
Marc André Tanner
2
-2
/
+2
2016-03-25
vis: do not crash when using vis:command without active window
Marc André Tanner
1
-1
/
+8
2016-03-25
configure: fix probing of hardening flags
Marc André Tanner
1
-3
/
+3
2016-03-24
build: use order only dependencies for build folder
Marc André Tanner
1
-10
/
+11
2016-03-24
build: expose make dependency-local target
Marc André Tanner
1
-4
/
+9
2016-03-24
Mention libutf in LICENSE
Marc André Tanner
1
-0
/
+3
2016-03-24
handle patch as usual source
Christian Hesse
1
-4
/
+8
2016-03-24
make sure build directory exists
Christian Hesse
1
-6
/
+9
2016-03-23
build: fix make local, improve make standalone
Marc André Tanner
1
-5
/
+27
2016-03-23
build: rename package specific targets used for make local/standalone
Marc André Tanner
1
-27
/
+27
2016-03-23
visrc: Move filetype detection to separate function
Josh Wainwright
1
-2
/
+7
2016-03-23
do not link lua against ncurses
Christian Hesse
1
-1
/
+1
2016-03-23
fix dependencies for standalone build
Christian Hesse
1
-1
/
+1
2016-03-23
fix install prefix for standalone build
Christian Hesse
1
-0
/
+6
2016-03-23
configure: use capital letters for variable names
Christian Hesse
1
-26
/
+26
2016-03-23
configure: default to cc instead of c99
Marc André Tanner
1
-1
/
+1
2016-03-23
Make vis-clipboard executable
Marc André Tanner
1
-0
/
+0
2016-03-23
configure: fix detection of libtermkey
Marc André Tanner
1
-1
/
+1
2016-03-23
configure: use temporary file instead of /dev/null for compiler output
Marc André Tanner
1
-12
/
+13
2016-03-23
Add missing word
Marc André Tanner
1
-1
/
+1
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
7
-103
/
+34
2016-03-23
vis: use vis-clipboard instead of vis-{copy,paste} scripts
Marc André Tanner
5
-29
/
+6
2016-03-23
Add vis-clipboard script
Richard Burke
1
-0
/
+104
[next]