summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/window.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-07-11feat(api): add nvim_win_text_height (#24236)zeertzjq1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2014-07-11Remove stdbool.h from files which don't need itPavel Platto1
2014-06-02Add automatic generation of headersZyX1
2014-06-02Move documentation from function declarations to definitionsZyX1
2014-05-23API: Refactor: Move non-public files to private subdirectoryThiago de Arruda1
2014-05-17Use more descriptive names for API primitive typesThiago de Arruda1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1