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
*
vim-patch:8.2.4559: getmousepos() returns the screen column
Sean Dewar
2022-03-15
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: remove superfluous function-like macros #15918
dundargoc
2021-10-06
*
fix(mouse): correct dragged position in composed layout
Björn Linse
2021-10-04
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
fix(mouse.c): fix mouse drag positions on multigrid #12667
Ville Hakulinen
2021-09-10
*
fix(multigrid): #15075 mouse events crash neovim
Yatao Li
2021-09-08
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
refactor(plines): remove implicit curwin chartabsize() function
Björn Linse
2021-08-10
*
refactor(plines): move out plines related code from misc1.c
Björn Linse
2021-08-10
*
refactor(plines): remove implicit curwin plines() function
Björn Linse
2021-08-10
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
clang/'Logic error': avoid nullptr deref
Jan Edmund Lazo
2021-04-02
*
floats: add borders (MS-DOS MODE)
Björn Linse
2021-03-22
*
w_grid_alloc: baseline impl
Björn Linse
2021-03-22
*
Fix click on foldcolumn with vsplit (#14127)
tk-shirasaka
2021-03-13
*
[RDY] Fix click on foldcolumn if it has tabline (#13982)
tk-shirasaka
2021-03-04
*
ui: make 'mouse' handling in external UI more consistent
Björn Linse
2021-01-01
*
menu: remove winbar code
Jan Edmund Lazo
2020-11-20
*
Fix alignment issue
Shirasaka
2020-11-10
*
ui: Fix click on foldcolumn when ext_multigrid is enabled
Shirasaka
2020-11-09
*
vim-patch:8.2.1942: insufficient test coverage for the Netbeans interface
Jan Edmund Lazo
2020-11-02
*
api: add API for themes
Björn Linse
2020-11-01
*
vim-patch:8.0.1292: quick clicks in the WinBar start Visual mode
Jan Edmund Lazo
2020-04-26
*
vim-patch:8.0.1138: click in window toolbar starts Visual mode
Jan Edmund Lazo
2020-04-26
*
vim-patch:8.0.1123: cannot define a toolbar for a window
Jan Edmund Lazo
2020-04-26
*
foldcolumn: allow auto:X
Matthieu Coudron
2020-02-29
*
mouse.c: can click on multibyte foldopen/foldclose (#11863)
Matthieu Coudron
2020-02-14
*
Merge #11568 'fillchars: foldopen, foldsep, foldclose'
Justin M. Keyes
2019-12-26
|
\
|
*
fillchars: adding foldopen, foldsep, foldclose
Matthieu Coudron
2019-12-25
*
|
clang/'Dead store': remove dead code
Jan Edmund Lazo
2019-12-26
|
/
*
UI: emit mouse_on/mouse_off on attach #11455
Justin M. Keyes
2019-11-25
*
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
[next]