aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_bridge.c
Commit message (Expand)AuthorAge
* refactor: format with uncrustify #15872dundargoc2021-10-02
* fix(ui_bridge): set bridge width and height on attachsmolck2021-09-26
* nvim__screenshotBjörn Linse2020-09-05
* API/nvim_list_uis(): include "chan" field for TUIJustin M. Keyes2019-09-12
* UIAttach, UIDetachJustin M. Keyes2019-09-12
* UIAttach, UIDetachRui Abreu Ferreira2019-09-12
* ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
* preserve_exit: Ignore SIGHUPJustin M. Keyes2018-11-27
* refactor: Rename get_term_attr_entryJustin M. Keyes2018-11-27
* tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* tui: handle termguicolors rgb value in bridge for nowBjörn Linse2018-06-02
* ui_bridge: Silence PVS/V547: assuming stopped may be changed via ptrZyX2018-04-22
* ui_bridge: make sure TUI receives no more UI events after "stop" eventBjörn Linse2018-02-22
* ui: refactor ui optionsBjörn Linse2018-02-13
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* 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
* tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
* log: all UI events, not just UI-bridgeJustin M. Keyes2017-07-22
* 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
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* Revert "tui: Move ui_bridge module to tui/ namespace."Justin M. Keyes2016-10-13
* tui: Move ui_bridge module to tui/ namespace.Justin M. Keyes2016-09-28
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* ui_bridge: Fix race condition that results in deadlock.Thiago de Arruda2015-10-31
* ugrid: Increase cell size to allow unicode compositionThiago de Arruda2015-09-18
* ui_bridge: Fix passing NULL pointer to memcpyThiago de Arruda2015-09-18
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* ui: Implement module for thread-safe communication with UThiago de Arruda2015-09-06