aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
Commit message (Expand)AuthorAge
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal2023-11-21
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor: remove B_SPELL macro (#26063)zeertzjq2023-11-16
|/
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\
| * feat(float): support toggle show float windowglepnir2023-09-30
* | refactor: align set_chars_option() with Vim (#25438)zeertzjq2023-09-30
* | refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* | refactor: remove longdundargoc2023-09-29
* | vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq2023-09-27
|/
* Merge pull request #25214 from bfredl/glyphcachebfredl2023-09-19
|\
| * refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ | |/ |/|
| * fix(float): add fixd optionglepnir2023-09-18
* | vim-patch:8.2.4173: cannot use an import in 'foldexpr' (#25215)zeertzjq2023-09-17
|/
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2023-08-26
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows (#24811)zeertzjq2023-08-21
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq2023-07-04
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* fix(statusline): redraw when VIsual_mode changes (#23933)zeertzjq2023-06-06
* vim-patch:9.0.0130: cursor position wrong when inserting around virtual textIbby2023-05-22
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* vim-patch:9.0.0746: breakindent test cases are commented outLuuk van Baal2023-05-02
* vim-patch:9.0.0734: cursor position invalid when scrolling with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* refactor: uncrustifydundargoc2023-04-26
* fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* Merge pull request #22108 from luukvbaal/statuscolumnLewis Russell2023-02-14
|\
| * refactor(statusline): move statusline defs to statusline_defs.hLuuk van Baal2023-02-04
| * perf(column): only build fold/sign column when present in 'statuscolumn'Luuk van Baal2023-02-04
* | fix(folds): cursorline highlight is not always applied on closed folds (#22242)luukvbaal2023-02-14
* | fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
|/
* fix(column): estimate 'statuscolumn' width appropriatelyluukvbaal2023-02-02