aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0294: Text height function does not respect it's argumentLuuk van Baal2024-04-09
* vim-patch:9.1.0285: Still problems with cursor position for CTRL-D/ULuuk van Baal2024-04-09
* vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal2024-04-09
* vim-patch:9.1.0260: Problems with "zb" and scrolling to new topline with 'smo...Luuk van Baal2024-04-08
* vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal2024-04-08
* vim-patch:9.0.0581: adding a character for incsearch fails at end of linezeertzjq2024-04-03
* vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* vim-patch:9.1.0211: page-wise scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* docs: small fixes (#27364)dundargoc2024-03-12
* perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* vim-patch:9.0.2159: screenpos() may crash with neg. column (#26542)zeertzjq2023-12-13
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* vim-patch:9.0.2105: skipcol not reset when topline changed (#26042)luukvbaal2023-11-15
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq2023-10-14
* refactor: the long goodbyedundargoc2023-10-09
* vim-patch:9.0.1997: Some unused code in move.c and string.cdundargoc2023-10-07
* vim-patch:9.0.1983: scrolling inactive window not possible with cursorbind (#...zeertzjq2023-10-05
* vim-patch:9.0.1981: not being able to scroll up in diff mode (#25506)zeertzjq2023-10-05
* vim-patch:9.0.1973: Clean up cmdline option completion code (#25477)zeertzjq2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* fix(ui): wrong cursor position with left gravity inline virt text at eolzeertzjq2023-08-28