index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
ui.c
Commit message (
Expand
)
Author
Age
*
tui: "backpressure": Drop messages to avoid flooding.
Justin M. Keyes
2016-12-09
*
Merge pull request #5669 from chemzqm/add-cmdline-mode-rpc
Björn Linse
2016-12-01
|
\
|
*
add cmdline mode to modechange of RPC and tests
chemzqm
2016-11-30
*
|
shell_write_cb: Schedule error message. (#5670)
Justin M. Keyes
2016-11-26
|
/
*
ui: Blank the next cell for any multi-cell character
James McCoy
2016-10-12
*
ui: Fix the call to utf_ambiguous_width
James McCoy
2016-10-11
*
vim-patch:7.4.1697
James McCoy
2016-09-24
*
ui_detach: Schedule refresh on main loop.
Justin M. Keyes
2016-09-22
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
api/ui: use ui options instead of one method per feature
Björn Linse
2016-08-29
*
api/ui: allow popupmenu to be drawn by external ui
Björn Linse
2016-08-29
*
*: Fix new linter errors
ZyX
2016-06-11
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
Merge pull request #4817 from bfredl/remoteui
Justin M. Keyes
2016-05-27
|
\
|
*
api: refactor remote ui to use API dispatch generation
Björn Linse
2016-05-27
*
|
Windows: Don't build the TUI is systems where it is not supported
Rui Abreu Ferreira
2016-05-27
|
/
*
syntax: Add support for the "special" color used for undercurls
AdnoC
2016-05-17
*
MSVC: Fix UI_CALL macro for MSVC.
Rui Abreu Ferreira
2015-12-22
*
encoding: simplify handling of encoding in TUI
Björn Linse
2015-09-08
*
Notify attached UIs whenever menus change
Robin Allen
2015-08-21
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
tui: Use underline cursor in Replace mode
Omar Sandoval
2015-07-26
*
api: Simplify UI API on mode change
Omar Sandoval
2015-07-26
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
tui: make termkey use utf-8 mode when &encoding=utf-8 #2469
Björn Linse
2015-06-13
*
ui: Schedule screen refreshs to run in the event loop
Thiago de Arruda
2015-03-25
*
ui: Refactor so that busy state won't be the default
Thiago de Arruda
2015-03-18
*
ui: Only call ui_flush when the busy state changes
Thiago de Arruda
2015-03-16
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: ui.c.
Eliseo Martínez
2015-02-18
*
syntax: Refactor to store all term and gui attributes independently
Thiago de Arruda
2015-02-16
*
ui: Rewrite the builtin terminal UI
Thiago de Arruda
2015-02-16
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
ui: Remove redundant cursor_goto calls
Thiago de Arruda
2015-02-16
*
ui: Implement set_{title,icon}
Thiago de Arruda
2015-01-14
*
main: Fix color schemes for abstract_ui
Thiago de Arruda
2015-01-13
*
ui: Fix redraw bug caused by race conditions with remote clients
Thiago de Arruda
2015-01-13
*
ui: Use ui_linefeed to handle line breaks correctly
Thiago de Arruda
2015-01-13
*
ui: Fix out_flush/ui_write behavior to always flush for abstract_ui
Thiago de Arruda
2015-01-13
*
ui: Fix `:suspend` command for remote UIs
Thiago de Arruda
2015-01-13
*
ui: Don't parse abstract_ui codes if there are no attached UIs
Thiago de Arruda
2015-01-13
*
ui: Add 'rgb' parameter to ui_attach
Thiago de Arruda
2015-01-13
*
ui: Merge standout and reverse into one attribute
Thiago de Arruda
2015-01-13
*
ui: Fix ui resizing and change some method names
Thiago de Arruda
2015-01-13
*
ui: Increase cursor row when text being rendered would cross its limit
Thiago de Arruda
2015-01-13
*
ui: Add update_fg/update_bg methods
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
Merge pull request #1657 from tarruda/abstract-ui-fixes
Justin M. Keyes
2015-01-12
|
\
[next]