aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | Merge pull request #1225 from mhinz/p7.4.454Justin M. Keyes2014-09-26
|\ \
| * | vim-patch:7.4.454Marco Hinz2014-09-23
| |/
* | Merge pull request #1209 from atwupack/vp-7.4.320Justin M. Keyes2014-09-26
|\ \
| * | vim-patch:7.4.320André Twupack2014-09-21
* | | vim-patch:7.4.386André Twupack2014-09-22
| |/ |/|
* | FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* | FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
|/
* vim-patch:7.4.377André Twupack2014-09-18
* vim-patch:7.4.373André Twupack2014-09-18
* vim-patch:7.4.372André Twupack2014-09-18
* vim-patch:7.4.365André Twupack2014-09-18
* vim-patch:7.4.369Shougo Matsushita2014-09-17
* vim-patch:7.4.368Shougo Matsushita2014-09-16
* 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