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-06-04
Add option to hide EOF marker
Philipp Emanuel Weidmann
1
-2
/
+10
2017-04-19
vis: restructure register handling
Marc André Tanner
1
-6
/
+0
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
1
-9
/
+0
2017-03-22
view: rename view_dirty to view_invalidate
Marc André Tanner
1
-1
/
+1
2017-03-19
view: use correct default cell style
Marc André Tanner
1
-4
/
+3
2017-03-16
view: mark view as dirty even when resizing to same size
Marc André Tanner
1
-1
/
+3
2017-03-14
Restructure display code
Marc André Tanner
1
-106
/
+41
2017-02-28
view: fix display when inserting text at start of file
Marc André Tanner
1
-2
/
+9
2017-02-27
view: reposition cursor after restoring selection
Marc André Tanner
1
-0
/
+1
2017-02-23
view: make sure viewport remains valid when scrolling up
Marc André Tanner
1
-1
/
+1
2017-02-12
view: improve handling of long sequences of combining characters
Marc André Tanner
1
-1
/
+3
2017-02-08
view: fix view_cursors_scroll_to to operate on current state
Marc André Tanner
1
-0
/
+1
2017-02-04
view: reduce redraws upon selection changes
Marc André Tanner
1
-10
/
+10
2017-02-04
view: keep track of the most recently created cursor
Marc André Tanner
1
-4
/
+10
2017-02-04
view: do not let new cursors automatically become primary
Marc André Tanner
1
-1
/
+0
2017-01-31
view: add back link from selection to corresponding cursor
Marc André Tanner
1
-14
/
+12
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
[next]