aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* screen.c: remove `screen_char_attr` #3235Justin M. Keyes2015-08-25
* vim-patch:7.4.667 #3043Marco Hinz2015-07-18
* vim-patch:7.4.719 #2817Andrea Cedraro2015-06-14
* vim-patch:7.4.579 #2652David Bürgin2015-05-26
* Cleanup misc.Michael Reed2015-05-18
* vim-patch:7.4.562 #2593David Bürgin2015-05-16
* vim-patch:7.4.587 #2622David Bürgin2015-05-13
* src: Misc. cleanupMichael Reed2015-05-01
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* vim-patch:7.4.710David Bürgin2015-04-27
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: UNICODE16Michael Reed2015-03-05
* Fix warnings: screen.c: screen_puts_len(): Various (4): FP/MI.Eliseo Martínez2015-02-21
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* coverity/72768: Negative array index read: FP.Eliseo Martínez2015-02-20
* syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove 'ttyfast'Michael Reed2015-02-08
* Add EndOfBuffer hl group for ~ lines after the last line in buffersMarco Hinz2015-02-02
* Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
* vim-patch:7.4.517Florian Walch2015-01-26
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* screen: Fix screen_resize to consider minimum screen sizeThiago de Arruda2015-01-15
* screen: Fix highlight reset for abstract_uiThiago de Arruda2015-01-13
* 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
* vim-patch:7.4.567Florian Walch2015-01-08
* vim-patch:7.4.528Florian Walch2014-12-27
* vim-patch:7.4.545Florian Walch2014-12-24
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* strings.c: replace copy_spaces, copy_chars with equivalent memset.Daniel Fairhead2014-12-12
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02
* Merge pull request #1516 from fmoralesc/new-patchesJustin M. Keyes2014-11-27
|\
| * vim-patch:7.4.472: Only draw "precedes" entry in 'listchar' when 'list' is onFelipe Morales2014-11-27
| * vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block modeFelipe Morales2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* | ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* | Fix warnings: screen.c: screenalloc(): Np arg (2): MI.Eliseo Martínez2014-11-18
|/
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Fix warnings: screen.c: draw_tabline(): Dead assignment: HI.Eliseo Martínez2014-11-06
* Fix warnings: screen.c: showmode(): Dead assignment: HI.Eliseo Martínez2014-11-06
* Fix warnings: screen.c: win_line(): Dead assigment: HI.Eliseo Martínez2014-11-06
* Fix warnings: screen.c: win_line(): Dead initialization: HI.Eliseo Martínez2014-11-06