aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.349André Twupack2014-09-11
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* vim-patch: 7.4.344Felipe Morales2014-09-04
* vim-patch: 7.4.343Felipe Morales2014-09-04
* vim-patch: 7.4.334Felipe Morales2014-09-04
* vim-patch: 7.4.330Felipe Morales2014-09-04
* vim-patch:7.4.317 #1076Justin M. Keyes2014-08-20
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | vim-patch:7.4.329 #1079Justin M. Keyes2014-08-19
* | vim-patch:7.4.325 #1078Justin M. Keyes2014-08-19
* | clang-analyzer: Fix dead stores in window.c.Florian Walch2014-08-07
|/
* vim-patch:7.4.309 #843Will Stamper2014-07-31
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* coverity/15010: Remove dead code. #829oni-link2014-06-20
* vim-patch:7.4.301 #816oni-link2014-06-20
* spelling fixes #827Will Stamper2014-06-12
* move/remove W_* macrosBrandon Coleman2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* vim-patch:7.4.280 #745oni-link2014-06-05
* Add automatic generation of headersZyX2014-06-02
* Removed FEAT_WINDOWSHinidu2014-05-28
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* API: Refactor: Register/unregister created/destroyed tabpagesThiago de Arruda2014-05-23
* API: Refactor: Register/unregister created/destroyed windowsThiago de Arruda2014-05-23
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15