aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
Commit message (Expand)AuthorAge
* ui: refactor ui optionsBjörn Linse2018-02-13
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* UI: restore 'writedelay' feature.Justin M. Keyes2018-02-07
* tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* ui: remove ext_cmdline noise (#7486)Björn Linse2017-11-07
* Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
* Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
* log: introduce `context`Justin M. Keyes2017-09-05
* ui: disable 'lazyredraw' during ui_refresh.Justin M. Keyes2017-08-14
* log: all UI events, not just UI-bridgeJustin M. Keyes2017-07-22
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* api: generate ui eventsBjörn Linse2017-05-10
* event: Remove "priority" concept.Justin M. Keyes2017-04-28
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* api/ui: externalize tablineDongdong Zhou2017-04-26
* Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
|\
| * ui: use an array for mode stylesBjörn Linse2017-04-21
| * ui: support more cursor shape modesBjörn Linse2017-04-21
* | *: Add comment to all C filesZyX2017-04-19
|/
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* ui: Fix TUI resize bugTommy Allen2017-03-05
* ui_detach: Do not redraw during teardown/exit.Justin M. Keyes2017-02-14
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* Merge pull request #5669 from chemzqm/add-cmdline-mode-rpcBjörn Linse2016-12-01
|\
| * add cmdline mode to modechange of RPC and testschemzqm2016-11-30
* | shell_write_cb: Schedule error message. (#5670)Justin M. Keyes2016-11-26
|/
* ui: Blank the next cell for any multi-cell characterJames McCoy2016-10-12
* ui: Fix the call to utf_ambiguous_widthJames McCoy2016-10-11
* vim-patch:7.4.1697James McCoy2016-09-24
* ui_detach: Schedule refresh on main loop.Justin M. Keyes2016-09-22
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
* api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
* *: Fix new linter errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* Merge pull request #4817 from bfredl/remoteuiJustin M. Keyes2016-05-27
|\
| * api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* | Windows: Don't build the TUI is systems where it is not supportedRui Abreu Ferreira2016-05-27
|/
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* MSVC: Fix UI_CALL macro for MSVC.Rui Abreu Ferreira2015-12-22
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* event: Refactor async event processingThiago de Arruda2015-08-13
* tui: Use underline cursor in Replace modeOmar Sandoval2015-07-26
* api: Simplify UI API on mode changeOmar Sandoval2015-07-26
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* tui: make termkey use utf-8 mode when &encoding=utf-8 #2469Björn Linse2015-06-13
* ui: Schedule screen refreshs to run in the event loopThiago de Arruda2015-03-25