aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.c
Commit message (Expand)AuthorAge
* refactor: IWYU (#27186)zeertzjq2024-01-25
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:9.0.1792: problem with gj/gk/gM and virtual text (#24898)zeertzjq2023-08-27
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusingLuuk van Baal2023-05-02
* vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll'Luuk van Baal2023-05-02
* refactor: uncrustifydundargoc2023-04-26
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)zeertzjq2022-11-23
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor(plines): use a struct for chartabsize statebfredl2022-08-29
* 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
* vim-patch:8.2.4969: changing text in Visual mode may cause invalid memory accesszeertzjq2022-05-17
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15722dundargoc2021-09-19
* vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrowSean Dewar2021-09-17
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* fix(bufupdate): send events when inserting with virtualeditThomas Vigouroux2021-05-18
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.2140: "gk" and "gj" do not work correctly in number column #11208Jan Edmund Lazo2019-10-17
* includesDaniel Hahler2019-08-07