aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mouse.c
Commit message (Expand)AuthorAge
* 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
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* mouse: Remove CHECK_DOUBLE_CLICK conditionalsThiago de Arruda2014-12-02
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27