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-07-05
vis: make sure all selections have same anchored state
Marc André Tanner
1
-1
/
+3
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-20
/
+0
2017-06-27
vis: properly set initial window ui options
Marc André Tanner
1
-1
/
+1
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+9
2017-06-27
Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+1
2017-06-15
view: make sure primary selection is visible
Marc André Tanner
1
-0
/
+3
2017-06-15
view: add functions to save/restore arbitrary ranges
Marc André Tanner
1
-0
/
+23
2017-06-15
view: add functions to get/set all selections
Marc André Tanner
1
-5
/
+34
2017-06-15
view: disallow setting of invalid selections
Marc André Tanner
1
-5
/
+9
2017-06-15
view: fix view_selections_set
Marc André Tanner
1
-8
/
+2
2017-06-15
view: do not automatically anchor selections when setting range
Marc André Tanner
1
-1
/
+0
2017-06-15
view: introduce view_selections_normalize
Marc André Tanner
1
-0
/
+22
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-296
/
+293
2017-06-15
view: rename view_cursors_column
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_selection_anchored
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_column{,count,next}
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_number
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_count
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_next
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_prev
Marc André Tanner
1
-1
/
+1
2017-06-15
view: view_cursors_selection_restore
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_save
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_start
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_swap
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_clear
Marc André Tanner
1
-3
/
+3
2017-06-15
view: rename view_selections_clear
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_selection_get
Marc André Tanner
1
-3
/
+3
2017-06-15
view: rename view_cursors_primary_{get,set}
Marc André Tanner
1
-3
/
+3
2017-06-15
view: rename view_cursors_clear
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursor_disposed
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_dispose
Marc André Tanner
1
-4
/
+4
2017-06-15
view: rename view_cursors_new
Marc André Tanner
1
-3
/
+3
2017-06-15
view: remove view_cursors_multiple
Marc André Tanner
1
-4
/
+0
2017-06-15
view: clean up and add documentation
Marc André Tanner
1
-2
/
+10
2017-06-15
vis: promote selections to first class primitives
Marc André Tanner
1
-145
/
+51
2017-06-10
More theme improvements
Philipp Emanuel Weidmann
1
-1
/
+1
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
[next]