summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2024-02-09refactor(api): use arena for nvim_get_option_info()bfredl2
2024-02-09refactor(api): use arena for nvim_parse_cmd()bfredl2
2024-02-09refactor(api): use arena for hlstate inspectionbfredl1
2024-02-09refactor(api): use arena for nvim_list_uis()bfredl2
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins2
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl4
2024-02-08refactor(api): refactor more api functions to use arena returnbfredl3
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-08refactor(api): use keydict and arena for more api return valuesbfredl4
2024-02-06fix: splitting of big UI messagesFred Sundvik1
2024-02-01refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq2
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2
2024-01-29feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar3
2024-01-27fix(api): limit depth of nvim_cmd (#27225)zeertzjq1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders4
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-22Merge pull request #27076 from glepnir/extmark_hlgroupbfredl4
2024-01-22refactor(api): give "hl_group" more accurate _meta typebfredl2
2024-01-20refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir4
2024-01-19feat(ui): add chdir UI event (#27093)Gregory Anders1
2024-01-18docs(extmarks): add undocumented "details" array fieldsLuuk van Baal1
2024-01-13refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal1
2024-01-11refactor(IWYU): fix headersdundargoc16
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl2
2024-01-04fix(decorations): validate botline for on_winJaehwang Jung1
2024-01-02refactor(api): redundant `ml_mfp` check #26059Justin M. Keyes1
2024-01-01docs: clarify on_bytes argumentsJaehwang Jung1
2023-12-30refactor: follow style guidedundargoc3
2023-12-28docs: small fixes (#26651)dundargoc1
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2
2023-12-24Merge pull request #26642 from famiu/refactor/options/misczeertzjq1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-23refactor(options): move some functions from options.c to option.cFamiu Haque1
2023-12-22fix(decor): allow adding providers during redrawLewis Russell1
2023-12-22Merge pull request #26528 from bfredl/nodrawstatebfredl1
2023-12-22refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl1
2023-12-22refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2
2023-12-21refactor: run IWYU on entire repodundargoc6
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq3
2023-12-20refactor: eliminate cyclic includesdundargoc5
2023-12-19fix(api): don't set coladd of mark (#26648)zeertzjq1
2023-12-18feat(api): add forward and back mouse buttonsAmanda Graven1
2023-12-18refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq1
2023-12-18refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc6
2023-12-17refactor(options): use hashy for finding options (#26573)Famiu Haque2
2023-12-16fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo1