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
/
view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-27
view: change view_cursors_place to take 1 based column number
Marc André Tanner
1
-1
/
+1
2016-04-19
vis: add :set horizon option
David B. Lamkins
1
-4
/
+13
2016-04-15
view: add view_cursors_place(cursor, line, col) function
Marc André Tanner
1
-0
/
+7
2016-04-15
view: add view_cursors_col function
Marc André Tanner
1
-0
/
+5
2016-04-15
view: add view_cursors_line function
Marc André Tanner
1
-0
/
+5
2016-04-13
view: add view_cursors_new_force function
Marc André Tanner
1
-3
/
+11
2016-04-08
vis: indicate primary cursor number in status bar
Marc André Tanner
1
-8
/
+21
2016-04-03
view: make syntax coloring more robust
Marc André Tanner
1
-1
/
+3
2016-04-03
view: add return value to view_cursors_dispose
Marc André Tanner
1
-7
/
+8
2016-03-30
view: constify functions to manipulate selections
Marc André Tanner
1
-2
/
+2
2016-03-30
view: change internal representation of selections
Marc André Tanner
1
-23
/
+27
2016-03-28
vis: cleanup usage of vis_cursors_count
Marc André Tanner
1
-1
/
+1
2016-03-28
view: prevent creation of duplicated cursors
Marc André Tanner
1
-2
/
+8
2016-03-28
view: add infrastructure to iterate through cursor columns
Marc André Tanner
1
-0
/
+54
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
1
-3
/
+4
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
1
-15
/
+0
2016-03-12
ui/view: general code cleanup
Marc André Tanner
1
-7
/
+7
2016-03-12
view: cleanup default ui style handling
Marc André Tanner
1
-28
/
+25
2016-03-12
view: also load lua theme for windows without syntax highlighting
Marc André Tanner
1
-7
/
+7
2016-03-10
view: add query function for multiple cursors
Marc André Tanner
1
-0
/
+4
2016-03-10
ui: make primary cursor blink
Marc André Tanner
1
-0
/
+4
2016-03-10
view: clean up API functions related to primary cursor handling
Marc André Tanner
1
-2
/
+12
2016-03-08
Workaround for #199
xomachine
1
-2
/
+2
2016-02-22
initized variables
Christian Hesse
1
-2
/
+2
2016-02-20
colorcolumn enhancement
Richard Burke
1
-3
/
+19
2016-02-18
vis-lua: promote vis to a real object
Marc André Tanner
1
-0
/
+4
2016-02-17
Display NUL bytes correctly
Richard Burke
1
-1
/
+1
2016-02-16
Display ASCII-127 (DEL) character as ^?
Richard Burke
1
-4
/
+5
2016-02-12
Mark some tables as const
Marc André Tanner
1
-1
/
+1
2016-02-12
Improve large file support
Marc André Tanner
1
-1
/
+9
2016-01-27
text-motion: change text_bracket_match API
Marc André Tanner
1
-1
/
+1
2016-01-16
view: remove special cursor handling at end of visible area
Marc André Tanner
1
-2
/
+0
2016-01-13
view: introduce view_selection_get
Marc André Tanner
1
-0
/
+4
2015-12-31
view: fix regression
Marc André Tanner
1
-1
/
+3
2015-12-29
view: improve cursor handling at end of file
Marc André Tanner
1
-1
/
+1
2015-12-29
view: fix new line handling at the end of visible area
Marc André Tanner
1
-1
/
+1
2015-12-29
view: fix view [start,end] range calculation
Marc André Tanner
1
-1
/
+1
2015-12-26
vis: refactor Lua integration
Marc André Tanner
1
-157
/
+174
2015-11-28
view: remove ViewEvent infrastructure
Marc André Tanner
1
-6
/
+1
2015-11-28
view: preserve column position when moving across lines
Marc André Tanner
1
-8
/
+18
2015-11-28
view: remove special treatment of tabs in cell matrix
Marc André Tanner
1
-9
/
+3
2015-11-27
vis: improve cursor alignment command <C-a>
Marc André Tanner
1
-0
/
+11
2015-11-23
view: fix cell placement of combining characters
Marc André Tanner
1
-7
/
+17
2015-11-14
view: increase range to consider for syntax highlighting
David B. Lamkins
1
-1
/
+1
2015-11-09
view: improve window redrawing for shared files/split windows
Marc André Tanner
1
-1
/
+1
2015-11-09
view: correctly redraw window content
Marc André Tanner
1
-1
/
+4
2015-11-08
Fix warnings found by static analyzer
Marc André Tanner
1
-2
/
+1
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
1
-1
/
+1
2015-11-08
Remove trailing white space from source files
Marc André Tanner
1
-8
/
+8
[next]