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
2017-01-20
vis: improve new line handling at end of file
Marc André Tanner
1
-5
/
+12
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
1
-1
/
+0
2017-01-15
view: fix check to prevent duplicate cursor creation
Marc André Tanner
1
-1
/
+4
2017-01-14
view: enforce invariant that cursor is within selection
Marc André Tanner
1
-5
/
+6
2017-01-13
view: add infrastructure for delayed cursor destruction
Marc André Tanner
1
-2
/
+23
2016-12-22
text: remove Filepos typedef
Marc André Tanner
1
-3
/
+3
2016-12-05
view: make cursor placement more robust
Marc André Tanner
1
-0
/
+5
2016-11-06
view: make viewport adjustment more robust
Marc André Tanner
1
-1
/
+1
2016-10-27
view: use more lightweight default white space replacement symbols
Marc André Tanner
1
-3
/
+3
2016-10-03
vis: improve cursor positioning after scrolling
Marc André Tanner
1
-0
/
+37
2016-09-29
view: change cursor line up/down off screen movements
Marc André Tanner
1
-2
/
+12
2016-08-07
view: fix screen line based motions when cursor is not visible
Marc André Tanner
1
-0
/
+4
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
1
-0
/
+4
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-2
/
+2
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
1
-11
/
+0
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
1
-183
/
+5
2016-05-22
view: add functions to style a file range
Marc André Tanner
1
-0
/
+35
2016-05-22
ui: s/UiStyles/UiStyle/g
Marc André Tanner
1
-1
/
+1
2016-05-05
view: try to recover from invalid cursor positions
Marc André Tanner
1
-1
/
+4
2016-05-04
view: simplify line up/down motions
Marc André Tanner
1
-6
/
+0
2016-05-04
vis: clean up cursor column display
Marc André Tanner
1
-12
/
+4
2016-04-29
view: try to improve cursor placement
Marc André Tanner
1
-18
/
+21
2016-04-29
view: improve view sliding down
Marc André Tanner
1
-2
/
+4
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
[next]