aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.936 #4271watiko2016-02-22
* vim-patch:7.4.792watiko2016-02-11
* Merge pull request #4113 from jbradaric/vim-7.4.709Justin M. Keyes2016-02-01
|\
| * vim-patch:7.4.709Jurica Bradaric2016-01-28
* | vim-patch:7.4.1137Justin M. Keyes2016-01-28
|/
* window.c: change return types to boolCharles Joachim2016-01-25
* window: Skip backslash only if followed by spaceJurica Bradaric2016-01-22
* window: Fix code style.Jurica Bradaric2016-01-22
* window: Fix linter errors.Jurica Bradaric2016-01-22
* vim-patch:7.4.642Jurica Bradaric2016-01-22
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* hasFoldingWin now return boolNicolas Cornu2015-09-08
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* fix for #2732 : win_new_width checks height before terminal_resizeFrederik Van Slycken2015-05-31
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Remove char_u: path_is_url()Mark Bainter2015-05-06
* vim-patch:7.4.706 #2546Bastian Winkler2015-04-30
* vim-patch:7.4.546Felipe Morales2015-04-28
* vim-patch:7.4.530-531Felipe Morales2015-04-28
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Fix warnings: window.c: close_last_window_tabpage(): Np deref: RI.Eliseo Martínez2015-04-07
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Fix warnings: window.c: close_last_window_tabpage(): Use after free: RI.Eliseo Martínez2015-02-21
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Add TabClosed eventFelipe Morales2015-02-16
* vim-patch:7.4.446Pavel Platto2015-01-20
* Macro cleanup: PROTOMichael Reed2015-01-14
* 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
|\ \