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: 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
|
\
|
*
ui: Fix redraw bug caused by race conditions with remote clients
Thiago de Arruda
2015-01-12
|
*
ui: Use ui_linefeed to handle line breaks correctly
Thiago de Arruda
2015-01-12
|
*
ui: Fix out_flush/ui_write behavior to always flush for abstract_ui
Thiago de Arruda
2015-01-12
|
*
ui: Reimplement `:suspend` command for remote UIs.
Thiago de Arruda
2015-01-12
|
*
ui: Don't parse abstract_ui codes if there are no attached UIs
Thiago de Arruda
2015-01-12
|
*
ui: Add 'rgb' parameter to ui_attach
Thiago de Arruda
2015-01-12
|
*
ui: Dont resize screen if no UIs are attached
Thiago de Arruda
2015-01-12
|
*
ui: Merge standout and reverse into one attribute
Thiago de Arruda
2015-01-12
|
*
ui: Fix ui resizing and change some method names
Thiago de Arruda
2015-01-12
|
*
ui: Increase cursor row when text being rendered would cross its limit
Thiago de Arruda
2015-01-10
|
*
ui: Add update_fg/update_bg methods
Thiago de Arruda
2015-01-10
*
|
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
|
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
|
/
*
syntax: Use RGB/GUI attribute information for "abstract_ui"
Thiago de Arruda
2014-12-08
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
Merge pull request #1186 from splinterofchaos/write
Justin M. Keyes
2014-11-28
|
\
|
*
mch_write -> term_write
Scott Prager
2014-11-28
*
|
ui: Move check_col/check_row functions to mbyte.c
Thiago de Arruda
2014-11-27
*
|
Remove code defined under USE_IM_CONTROL #ifdefs
Thiago de Arruda
2014-11-27
|
/
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Extract mouse.c/mouse.h
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
Use bool for flags in oparg_T.
Scott Prager
2014-11-11
[next]