aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* Merge pull request #1782 from fwalch/small-patchesJustin M. Keyes2015-01-13
|\
| * vim-patch:7.4.466Florian Walch2015-01-08
* | Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* | Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
|/
* vim-patch:7.4.487Justin M. Keyes2014-12-29
* vim-patch:7.4.518Florian Walch2014-12-24
* Fix warnings: window.c: win_close_othertab(): Np dereference: FP.Eliseo Martínez2014-12-17
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* Fix warnings: window.c: tabline_height(): Np dereference: FP.Eliseo Martínez2014-11-18
* Fix warnings: window.c: win_drag_vsep_line(): Np dereference: FP.Eliseo Martínez2014-11-18
* Fix warnings: window.c: winframe_remove(): Np dereference: FP.Eliseo Martínez2014-11-18
* Fix warnings: window.c: win_rotate(): Np dereference: FP.Eliseo Martínez2014-11-18
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* 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