aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
Commit message (Expand)AuthorAge
* 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
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* ui: Only call ui_flush when the busy state changesThiago de Arruda2015-03-16
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
* ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* ui: Remove redundant cursor_goto callsThiago de Arruda2015-02-16
* ui: Implement set_{title,icon}Thiago de Arruda2015-01-14
* main: Fix color schemes for abstract_uiThiago de Arruda2015-01-13
* ui: Fix redraw bug caused by race conditions with remote clientsThiago de Arruda2015-01-13
* ui: Use ui_linefeed to handle line breaks correctlyThiago de Arruda2015-01-13
* ui: Fix out_flush/ui_write behavior to always flush for abstract_uiThiago de Arruda2015-01-13
* ui: Fix `:suspend` command for remote UIsThiago de Arruda2015-01-13
* ui: Don't parse abstract_ui codes if there are no attached UIsThiago de Arruda2015-01-13
* ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-13
* ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-13
* ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-13
* ui: Increase cursor row when text being rendered would cross its limitThiago de Arruda2015-01-13
* ui: Add update_fg/update_bg methodsThiago de Arruda2015-01-13
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* Merge pull request #1657 from tarruda/abstract-ui-fixesJustin M. Keyes2015-01-12
|\
| * ui: Fix redraw bug caused by race conditions with remote clientsThiago de Arruda2015-01-12
| * ui: Use ui_linefeed to handle line breaks correctlyThiago de Arruda2015-01-12
| * ui: Fix out_flush/ui_write behavior to always flush for abstract_uiThiago de Arruda2015-01-12
| * ui: Reimplement `:suspend` command for remote UIs.Thiago de Arruda2015-01-12
| * ui: Don't parse abstract_ui codes if there are no attached UIsThiago de Arruda2015-01-12
| * ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-12
| * ui: Dont resize screen if no UIs are attachedThiago de Arruda2015-01-12
| * ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-12
| * ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-12
| * ui: Increase cursor row when text being rendered would cross its limitThiago de Arruda2015-01-10
| * ui: Add update_fg/update_bg methodsThiago de Arruda2015-01-10
* | Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* | Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
|/
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* Merge pull request #1186 from splinterofchaos/writeJustin M. Keyes2014-11-28
|\
| * mch_write -> term_writeScott Prager2014-11-28
* | ui: Move check_col/check_row functions to mbyte.cThiago de Arruda2014-11-27
* | Remove code defined under USE_IM_CONTROL #ifdefsThiago de Arruda2014-11-27
|/
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Use bool for flags in oparg_T.Scott Prager2014-11-11