aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/plines.c
Commit message (Expand)AuthorAge
* refactor: remove longdundargoc2023-09-29
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* vim-patch:9.0.1828: cursor wrong with virt text before double-width char (#24...zeertzjq2023-09-01
* vim-patch:9.0.1825: wrong cursor position with virt text and 'linebreak' (#24...zeertzjq2023-08-31
* vim-patch:9.0.1813: linebreak incorrect drawn with breakindent (#24917)zeertzjq2023-08-29
* fix(ui): wrong cursor position with left gravity inline virt text at eolzeertzjq2023-08-28
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* docs: various clarifications (#24876)zeertzjq2023-08-26
* refactor(plines.c): deduplicate code for virtual text cursor offsetzeertzjq2023-08-25
* refactor: move virtcol functions to plines.czeertzjq2023-08-25
* refactor(plines.c): move vertical size functions to the bottomzeertzjq2023-08-25
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(plines.c): initialize cts_max_head_vcol (#24855)zeertzjq2023-08-24
* vim-patch:9.0.1785: wrong cursor position with 'showbreak' and lcs-eol (#24852)zeertzjq2023-08-24
* fix(plines): count 'showbreak' for virtual text at eolzeertzjq2023-08-23
* vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreakzeertzjq2023-08-23
* vim-patch:9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n (#24773)zeertzjq2023-08-18
* vim-patch:9.0.1711: dead code in charset.c (#24706)zeertzjq2023-08-14
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* perf(extmarks): don't handle inline virt_text if there is none (#24322)zeertzjq2023-07-12
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* refactor(plines.c): update outdated comments (#24264)zeertzjq2023-07-06
* fix(plines): don't return very large height on very long line (#24260)zeertzjq2023-07-05
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* fix(plines): handle inline virtual text after last char (#24241)zeertzjq2023-07-03
* fix(mouse): handle folded lines with virt_lines attached to line above (#23912)zeertzjq2023-06-05
* fix(plines): folded lines with virt_lines attached to line abovezeertzjq2023-06-05
* fix(extmark): fix cursor position with both left and right gravity inline textbfredl2023-05-22
* vim-patch:9.0.0205: cursor in wrong position when inserting after virtual textIbby2023-05-22
* vim-patch:9.0.0178: cursor position wrong with virtual text before TabIbby2023-05-22
* vim-patch:9.0.0179: cursor pos wrong with wrapping virtual text in empty lineIbby2023-05-22
* vim-patch:9.0.0143: cursor positioned after virtual text in empty lineIbby2023-05-22
* fix(ui): fix cursor position with multiple inline virtual textIbby2023-05-22
* feat(ui): inline virtual textIbby2023-05-22
* vim-patch:9.0.0807: with 'smoothscroll' typing "0" may not go to the first co...Luuk 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
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* fix(extmarks): problems with folded virtual lines (#21930)luukvbaal2023-01-23
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* vim-patch:8.2.4501: with 'showbreak' set cursor displayed in wrong positionzeertzjq2022-11-05
* vim-patch:9.0.0788: ModeChanged autocmd not executed when Visual ends with CT...zeertzjq2022-10-19
* vim-patch:9.0.0412: compiler warning for unused argumentzeertzjq2022-09-08
* vim-patch:9.0.0410: struct member cts_lnum is unusedzeertzjq2022-09-08
* refactor: replace char_u with charDundar Göc2022-09-06