aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* 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
|\
| * Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
| |\
| | * lint: cleanup after parent commitsZviRackover2018-08-16
| | * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| | * Remove occurences of mb_head_offZviRackover2018-08-15
* | | lintJan Edmund Lazo2018-08-28
* | | ex_cmds2: checkall in dialog_changed() is boolJan Edmund Lazo2018-08-28
|/ /
* | vim-patch:8.0.1790: 'winfixwidth' is not always respected by :closeJan Edmund Lazo2018-08-21
* | vim-patch:8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowJan Edmund Lazo2018-08-21
* | vim-patch:8.0.1426: "gf" and <cfile> don't accept ? and & in URLJan Edmund Lazo2018-08-21
* | vim-patch:8.0.1331: possible crash when window can be zero lines highJan Edmund Lazo2018-08-21
|/
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * window: no_display in restore_win() is boolJan Edmund Lazo2018-08-07
| * vim-patch:8.0.1446: acessing freed memory after window command in auto commandJan Edmund Lazo2018-08-06
| * vim-patch:8.0.1160: getting tab-local variable fails after closing windowJan Edmund Lazo2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* misc: refactor plines_win{,_nofill}()Jan Edmund Lazo2018-08-02
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10