aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* Merge pull request #19971 from dundargoc/refactor/remove-castsbfredl2022-08-29
|\
| * refactor: remove redundant castsDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* fix: right-click in clickable statusline #19252Famiu Haque2022-07-15
* feat: add 'mousescroll' option (#12355)Jay2022-07-06
* vim-patch:8.0.1558: no right-click menu in a terminalzeertzjq2022-07-01
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq2022-05-19
* fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
* Merge pull request #18620 from bfredl/multibarbfredl2022-05-18
|\
| * refactor: grid->rows and grid->colsbfredl2022-05-18
* | fix(ui): set correct position on mouse click when 'winbar' is enabledFamiu Haque2022-05-18
|/
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.4559: getmousepos() returns the screen columnSean Dewar2022-03-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: remove superfluous function-like macros #15918dundargoc2021-10-06
* fix(mouse): correct dragged position in composed layoutBjörn Linse2021-10-04
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15741dundargoc2021-09-22
* fix(mouse.c): fix mouse drag positions on multigrid #12667Ville Hakulinen2021-09-10
* fix(multigrid): #15075 mouse events crash neovimYatao Li2021-09-08
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* refactor(plines): remove implicit curwin chartabsize() functionBjörn Linse2021-08-10
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* clang/'Logic error': avoid nullptr derefJan Edmund Lazo2021-04-02
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* Fix click on foldcolumn with vsplit (#14127)tk-shirasaka2021-03-13
* [RDY] Fix click on foldcolumn if it has tabline (#13982)tk-shirasaka2021-03-04
* ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* menu: remove winbar codeJan Edmund Lazo2020-11-20
* Fix alignment issueShirasaka2020-11-10
* ui: Fix click on foldcolumn when ext_multigrid is enabledShirasaka2020-11-09
* vim-patch:8.2.1942: insufficient test coverage for the Netbeans interfaceJan Edmund Lazo2020-11-02
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.0.1292: quick clicks in the WinBar start Visual modeJan Edmund Lazo2020-04-26
* vim-patch:8.0.1138: click in window toolbar starts Visual modeJan Edmund Lazo2020-04-26