index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
mouse.c
Commit message (
Expand
)
Author
Age
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
floats: implement floating windows
Björn Linse
2019-03-02
*
Merge #9539 "options: make 'listchars' and 'fillchars' local to window"
Marco Hinz
2019-01-28
|
\
|
*
options: make 'fillchars'/'listchars' local to window
Marco Hinz
2019-01-26
*
|
window/ui: reorganize size variables, fix terminal window size with multigrid.
Björn Linse
2019-01-27
|
/
*
ui: multigrid mouse support
Björn Linse
2019-01-20
*
clang/"Dead assignment"
Justin M. Keyes
2019-01-13
*
remove check_visual_highlight()
Justin M. Keyes
2019-01-04
*
multigrid: rename grid->ScreenLines and other grid arrays
Björn Linse
2018-12-31
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Get rid of global ScreenLines and set_screengrid
Utkarsh Maheshwari
2018-12-31
*
vim-patch:8.0.0948: crash if timer closes window while dragging status line
Jan Edmund Lazo
2018-08-05
*
Merge #8526 from janlazo/vim-8.0.0451
Justin M. Keyes
2018-06-16
|
\
|
*
vim-patch:8.0.0451: some macros are in lower case
Jan Edmund Lazo
2018-06-12
*
|
screen: use UTF-8 representation
Björn Linse
2018-06-13
|
/
*
Safer loop for skipping consecutive concealed chars
Tommy Allen
2018-01-28
*
Use one variable for tracking adjustment instead of two
Tommy Allen
2018-01-28
*
Adjust cursor according to character display widths
Tommy Allen
2018-01-28
*
Don't move cursor to the left if on the first column of wrapped line
Tommy Allen
2018-01-28
*
Use utfc_ptr2len instead of utf_ptr2len
Tommy Allen
2018-01-28
*
mouse.c: Fix mouse click on lines with multibyte text
Tommy Allen
2018-01-28
*
ui: cleanup UI_CALL wrappers
Björn Linse
2017-05-10
*
Merge #6539 'More cursor shape modes'
Justin M. Keyes
2017-04-21
|
\
|
*
ui: support more cursor shape modes
Björn Linse
2017-04-21
*
|
*: Add comment to all C files
ZyX
2017-04-19
|
/
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
mouse.c: Adjust clicked column if chars are concealed (#5087)
Tommy Allen
2016-07-28
*
*: Fix new linter errors
ZyX
2016-05-01
*
mouse: Implement horizontal scroll. #3450
bambu
2016-04-25
*
hasFolding return bool now
Nicolas Cornu
2015-09-08
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
mouse: Remove CHECK_DOUBLE_CLICK conditionals
Thiago de Arruda
2014-12-02
*
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
ui: Extract mouse.c/mouse.h
Thiago de Arruda
2014-11-27