aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* TUI: italics in Terminal.app (nsterm)Justin M. Keyes2019-02-11
* Merge pull request #7466 from bfredl/ext_messagesBjörn Linse2019-02-10
|\
| * ui: implement ext_messagesBjörn Linse2019-02-10
|/
* Merge pull request #9272 from bfredl/createbufBjörn Linse2019-02-09
|\
| * api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* | doc: 'fillchars' is local to windowMarco Hinz2019-02-09
|/
* Merge pull request #9586 from bfredl/screencleanupBjörn Linse2019-02-07
|\
| * screen: cleanup allocation, clearing and validationBjörn Linse2019-02-07
| * screen: simplify scrolling codeBjörn Linse2019-02-07
|/
* Merge pull request #9571 from bfredl/pum_transparentBjörn Linse2019-02-07
|\
| * UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
|/
* man.vim: set 'linebreak'Justin M. Keyes2019-02-06
* Merge pull request #9581 from bfredl/alwaysrgbBjörn Linse2019-02-05
|\
| * UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
|/
* Merge #9560 from justinmk/Wmissing-prototypesJustin M. Keyes2019-02-04
|\
| * build: PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPESJustin M. Keyes2019-02-04
| * build: -Wmissing-prototypesJustin M. Keyes2019-02-04
| * build: set compiler options in one placeJustin M. Keyes2019-02-04
* | options: set 'scrollback' to -1 by default #9563Marco Hinz2019-02-04
* | events: add "Signal" event #9564Marco Hinz2019-02-04
|/
* Merge pull request #9579 from bfredl/pum_fixBjörn Linse2019-02-03
|\
| * popupmenu: fix alignment of kind and extra after #9530Björn Linse2019-02-03
* | Merge #9578 'vim-patch:8.0.{1045,1073,1077,1114}'Justin M. Keyes2019-02-03
|\ \
| * | vim-patch:8.0.1114: default for 'iminsert' is annoyingJan Edmund Lazo2019-02-03
| * | vim-patch:8.0.1077: no debugger making use of the terminal windowJan Edmund Lazo2019-02-03
| * | vim-patch:8.0.1073: may get an endless loop if 'statusline' changes a highlightJan Edmund Lazo2019-02-03
| * | vim-patch:8.0.1045: running tests may pollute shell historyJan Edmund Lazo2019-02-02
* | | rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
| |/ |/|
* | Merge pull request #9530 from bfredl/pum_floatBjörn Linse2019-02-02
|\ \ | |/ |/|
| * multigrid: reset win scrolling after swap messageBjörn Linse2019-02-02
| * tests/ui: add test for popupmenu redrawing in various situationsBjörn Linse2019-02-02
| * ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
| * vim-patch:8.1.0792: bad display if opening cmdline window from Insert completionBjörn Linse2019-02-02
| * Reduce pum redraws from edit.c by delaying undisplay of pumBjörn Linse2019-02-02
| * UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* | inccommand: auto-disable if folding is slow #9568KillTheMule2019-02-01
* | Merge #9565 from justinmk/testJustin M. Keyes2019-01-31
|\ \ | |/ |/|
| * test: adjust timer_specJustin M. Keyes2019-01-31
| * test: improve reliability of ":terminal topline" testJustin M. Keyes2019-01-31
|/
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * tests: 'fcs' and 'lcs' are local to the windowMarco Hinz2019-01-26
| * vim-patch:8.1.0759: showing two characters for tab is limitedMarco Hinz2019-01-26
| * linter: fix issuesMarco Hinz2019-01-26
| * tests: fix mouse tests that use lcs=eol:$Marco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | doc [ci skip] (#9553)Justin M. Keyes2019-01-27
* | Merge pull request #9551 from bfredl/multitermBjörn Linse2019-01-27
|\ \
| * | screen: simplify wp->w_lines allocation logicBjörn Linse2019-01-27
| * | terminal: handle size when switching buffers in windowBjörn Linse2019-01-27