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
2024-05-21
make View unopaque
Randy Palamar
1
-110
/
+2
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-2
/
+2
2024-05-21
cleanup vis event interface
Randy Palamar
1
-3
/
+100
2024-03-25
ui: refactor style handling
Randy Palamar
1
-4
/
+3
2023-10-15
view: skip empty cells before applying a style
Florian Fischer
1
-0
/
+4
2023-10-10
revert c22b2c2 & 364d212
Randy Palamar
1
-2
/
+1
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-0
/
+6
2023-08-24
Lua API: access and set all available options
Randy Palamar
1
-0
/
+8
2023-07-28
view.c: add word wrapping
Andrey Proskurin
1
-30
/
+86
2023-07-28
view: refactor view_addch
Andrey Proskurin
1
-78
/
+78
2023-05-22
check for EOF before unsetting row, col & line cache in view_coord_get
Jeremy Bobbin
1
-1
/
+2
2023-03-19
fix bug where visual-line selections after view were considered visible
Jeremy Bobbin
1
-1
/
+1
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
1
-2
/
+2
2020-12-10
fix typos in comments
Moesasji
1
-1
/
+1
2020-11-20
view: make view_selections_dispose_all O(n)
Mateusz Okulus
1
-2
/
+5
2020-04-27
Avoid use of VLAs
Michael Forney
1
-2
/
+11
2018-05-16
vis: make sure zb redraws line at the bottom if possible
Marc André Tanner
1
-3
/
+0
2018-03-12
view: use strncat instead of an inline loop to concatenate cell data
Marc André Tanner
1
-4
/
+1
2018-03-12
view: fix buffer overflow when dealing with combining characters
Marc André Tanner
1
-2
/
+5
2018-03-11
view: properly advance over incomplete unicode sequence
Marc André Tanner
1
-1
/
+1
2018-03-11
Reset parsing state after mbrtowc(3) failure
Marc André Tanner
1
-0
/
+1
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-2
/
+2
2017-07-08
view: keep but clear primary selection if instructed to replace all
Marc André Tanner
1
-1
/
+4
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
[next]