aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* clang/"result is garbage/undefined": win_closeJustin M. Keyes2019-04-01
* Merge #9807 from mhinz/window-local-last-cursormovedMarco Hinz2019-03-31
|\
| * cursormoved: always trigger CursorMoved when entering windowMarco Hinz2019-03-29
* | vim-patch:8.1.1088: height of quickfix window not retained with vertical spli...Justin M. Keyes2019-03-30
|/
* Update to restore layout only for non-floating windowsJit Yao Yap2019-03-23
* floating-window.c: fix crash when using inccommandJit Yao Yap2019-03-23
* window: don't crash when closing two floats in a rowBjörn Linse2019-03-23
* help: ignore snapshotted window if invalid (#9774)Marco Hinz2019-03-23
* api: ignore floating windows for laststatus=1 (#9771)Marco Hinz2019-03-22
* api: refactor FloatRelative usageMarco Hinz2019-03-16
* api: numerous small fixesMarco Hinz2019-03-16
* api: add width/height to FloatConfigMarco Hinz2019-03-16
* api: refactor FloatAnchor usageMarco Hinz2019-03-16
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* window: simplify logic for entering new floatBjörn Linse2019-03-12
* vim-patch:8.1.1002: "gf" on URL with port number #9705Jan Edmund Lazo2019-03-10
* vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* floating-window: fix crash setting cmdheight #9685erw72019-03-09
* PVS/V560: window.c: fix always true condition #9682Billy SU2019-03-05
* floats: implement floating windowsBjörn Linse2019-03-02
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* clang/"null pointer dereference": win_rotateJustin M. Keyes2019-02-14
* rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
* screen: simplify wp->w_lines allocation logicBjörn Linse2019-01-27
* terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* terminal: simplify sizing logicBjörn Linse2019-01-27
* ui: multigrid mouse supportBjörn Linse2019-01-20
* display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* screen: make update_screen() the only entry point for redrawingBjörn Linse2019-01-11
* vim-patch:8.1.0700: using "gt" sometimes does not redraw a tab (#9464)Justin M. Keyes2019-01-07
* PVS/V547: window.c: Expression is always trueJustin M. Keyes2019-01-04
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: rename event to win_pos, make grid firstBjörn Linse2018-12-31
* multigrid: send win_hide events when changing tabpageBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: avoid allocation when not ext_multigrid.Björn Linse2018-12-31
* multigrid: Add win_position eventUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* UI: add missing redraw after enter_tabpageBjörn Linse2018-10-25
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* lintJan Edmund Lazo2018-09-21
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* lintJan Edmund Lazo2018-09-06
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* vim-patch:8.0.0782: using freed memory in quickfix codeJan Edmund Lazo2018-09-06
* Merge #8863 'refactor: Remove mb_head_off()'Justin M. Keyes2018-08-28
|\