aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* mouse.c: can click on multibyte foldopen/foldclose (#11863)Matthieu Coudron2020-02-14
* Merge #11568 'fillchars: foldopen, foldsep, foldclose'Justin M. Keyes2019-12-26
|\
| * fillchars: adding foldopen, foldsep, foldcloseMatthieu Coudron2019-12-25
* | clang/'Dead store': remove dead codeJan Edmund Lazo2019-12-26
|/
* UI: emit mouse_on/mouse_off on attach #11455Justin M. Keyes2019-11-25
* screen: use dedicated message gridBjörn Linse2019-09-01
* floats: implement floating windowsBjörn Linse2019-03-02
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/
* ui: multigrid mouse supportBjörn Linse2019-01-20
* clang/"Dead assignment"Justin M. Keyes2019-01-13
* remove check_visual_highlight()Justin M. Keyes2019-01-04
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* vim-patch:8.0.0948: crash if timer closes window while dragging status lineJan Edmund Lazo2018-08-05
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* Safer loop for skipping consecutive concealed charsTommy Allen2018-01-28
* Use one variable for tracking adjustment instead of twoTommy Allen2018-01-28
* Adjust cursor according to character display widthsTommy Allen2018-01-28
* Don't move cursor to the left if on the first column of wrapped lineTommy Allen2018-01-28
* Use utfc_ptr2len instead of utf_ptr2lenTommy Allen2018-01-28
* mouse.c: Fix mouse click on lines with multibyte textTommy Allen2018-01-28
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
|\
| * ui: support more cursor shape modesBjörn Linse2017-04-21
* | *: Add comment to all C filesZyX2017-04-19
|/
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* mouse.c: Adjust clicked column if chars are concealed (#5087)Tommy Allen2016-07-28
* *: Fix new linter errorsZyX2016-05-01
* mouse: Implement horizontal scroll. #3450bambu2016-04-25
* hasFolding return bool nowNicolas Cornu2015-09-08