aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
Commit message (Expand)AuthorAge
...
| * 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
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* move/remove W_* macrosBrandon Coleman2014-06-12
* Remove FEAT_MENUHinidu2014-05-28
* Remove FEAT_EVALHinidu2014-05-28
* Remove FEAT_MBYTEHinidu2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15