index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
window.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #1782 from fwalch/small-patches
Justin M. Keyes
2015-01-13
|
\
|
*
vim-patch:7.4.466
Florian Walch
2015-01-08
*
|
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
|
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
|
/
*
vim-patch:7.4.487
Justin M. Keyes
2014-12-29
*
vim-patch:7.4.518
Florian Walch
2014-12-24
*
Fix warnings: window.c: win_close_othertab(): Np dereference: FP.
Eliseo Martínez
2014-12-17
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
Fix warnings: window.c: tabline_height(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: window.c: win_drag_vsep_line(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: window.c: winframe_remove(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: window.c: win_rotate(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
Merge pull request #1225 from mhinz/p7.4.454
Justin M. Keyes
2014-09-26
|
\
\
|
*
|
vim-patch:7.4.454
Marco Hinz
2014-09-23
|
|
/
*
|
Merge pull request #1209 from atwupack/vp-7.4.320
Justin M. Keyes
2014-09-26
|
\
\
|
*
|
vim-patch:7.4.320
André Twupack
2014-09-21
*
|
|
vim-patch:7.4.386
André Twupack
2014-09-22
|
|
/
|
/
|
*
|
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
|
FOR_ALL_TABS helper
Wayne Rowcliffe
2014-09-22
|
/
*
vim-patch:7.4.377
André Twupack
2014-09-18
*
vim-patch:7.4.373
André Twupack
2014-09-18
*
vim-patch:7.4.372
André Twupack
2014-09-18
*
vim-patch:7.4.365
André Twupack
2014-09-18
*
vim-patch:7.4.369
Shougo Matsushita
2014-09-17
*
vim-patch:7.4.368
Shougo Matsushita
2014-09-16
*
vim-patch:7.4.349
André Twupack
2014-09-11
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
vim-patch: 7.4.344
Felipe Morales
2014-09-04
*
vim-patch: 7.4.343
Felipe Morales
2014-09-04
*
vim-patch: 7.4.334
Felipe Morales
2014-09-04
*
vim-patch: 7.4.330
Felipe Morales
2014-09-04
*
vim-patch:7.4.317 #1076
Justin M. Keyes
2014-08-20
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
vim-patch:7.4.329 #1079
Justin M. Keyes
2014-08-19
*
|
vim-patch:7.4.325 #1078
Justin M. Keyes
2014-08-19
*
|
clang-analyzer: Fix dead stores in window.c.
Florian Walch
2014-08-07
|
/
*
vim-patch:7.4.309 #843
Will Stamper
2014-07-31
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move assert.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
[next]