index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view.c
Age
Commit message (
Expand
)
Author
2017-02-28
view: fix display when inserting text at start of file
Marc André Tanner
2017-02-27
view: reposition cursor after restoring selection
Marc André Tanner
2017-02-23
view: make sure viewport remains valid when scrolling up
Marc André Tanner
2017-02-12
view: improve handling of long sequences of combining characters
Marc André Tanner
2017-02-08
view: fix view_cursors_scroll_to to operate on current state
Marc André Tanner
2017-02-04
view: reduce redraws upon selection changes
Marc André Tanner
2017-02-04
view: keep track of the most recently created cursor
Marc André Tanner
2017-02-04
view: do not let new cursors automatically become primary
Marc André Tanner
2017-01-31
view: add back link from selection to corresponding cursor
Marc André Tanner
2017-01-20
vis: improve new line handling at end of file
Marc André Tanner
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
2017-01-15
view: fix check to prevent duplicate cursor creation
Marc André Tanner
2017-01-14
view: enforce invariant that cursor is within selection
Marc André Tanner
2017-01-13
view: add infrastructure for delayed cursor destruction
Marc André Tanner
2016-12-22
text: remove Filepos typedef
Marc André Tanner
2016-12-05
view: make cursor placement more robust
Marc André Tanner
2016-11-06
view: make viewport adjustment more robust
Marc André Tanner
2016-10-27
view: use more lightweight default white space replacement symbols
Marc André Tanner
2016-10-03
vis: improve cursor positioning after scrolling
Marc André Tanner
2016-09-29
view: change cursor line up/down off screen movements
Marc André Tanner
2016-08-07
view: fix screen line based motions when cursor is not visible
Marc André Tanner
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
2016-05-22
vis: refactor status line handling
Marc André Tanner
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
2016-05-22
view: add functions to style a file range
Marc André Tanner
2016-05-22
ui: s/UiStyles/UiStyle/g
Marc André Tanner
2016-05-05
view: try to recover from invalid cursor positions
Marc André Tanner
2016-05-04
view: simplify line up/down motions
Marc André Tanner
2016-05-04
vis: clean up cursor column display
Marc André Tanner
2016-04-29
view: try to improve cursor placement
Marc André Tanner
2016-04-29
view: improve view sliding down
Marc André Tanner
2016-04-27
view: change view_cursors_place to take 1 based column number
Marc André Tanner
2016-04-19
vis: add :set horizon option
David B. Lamkins
2016-04-15
view: add view_cursors_place(cursor, line, col) function
Marc André Tanner
2016-04-15
view: add view_cursors_col function
Marc André Tanner
2016-04-15
view: add view_cursors_line function
Marc André Tanner
2016-04-13
view: add view_cursors_new_force function
Marc André Tanner
2016-04-08
vis: indicate primary cursor number in status bar
Marc André Tanner
2016-04-03
view: make syntax coloring more robust
Marc André Tanner
2016-04-03
view: add return value to view_cursors_dispose
Marc André Tanner
2016-03-30
view: constify functions to manipulate selections
Marc André Tanner
2016-03-30
view: change internal representation of selections
Marc André Tanner
2016-03-28
vis: cleanup usage of vis_cursors_count
Marc André Tanner
2016-03-28
view: prevent creation of duplicated cursors
Marc André Tanner
2016-03-28
view: add infrastructure to iterate through cursor columns
Marc André Tanner
2016-03-28
view: maintain ordering relation among cursors
Marc André Tanner
2016-03-28
view: change cursor creation API to take an initial position
Marc André Tanner
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
2016-03-12
ui/view: general code cleanup
Marc André Tanner
[next]