aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.349André Twupack2014-09-11
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* vim-patch: 7.4.362Felipe Morales2014-09-04
* vim-patch: 7.4.334Felipe Morales2014-09-04
* vim-patch: 7.4.330Felipe Morales2014-09-04
* vim-patch:7.4.388Felipe Morales2014-08-20
* vim-patch:7.4.371Felipe Morales2014-08-20
* vim-patch: 7.4.353Felipe Morales2014-08-20
* Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
* vim-patch:7.4.314Damián Silvani2014-08-14
* clang-analyzer: Reduce scope in screen.c.Florian Walch2014-08-07
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Use strict function prototypes #945Pavel Platto2014-07-14
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* keep statusline within window width. @oni-link fix #858Justin M. Keyes2014-06-29
* vim-patch:7.4.303 #818oni-link2014-06-20
* vim-patch:7.4.302 #817oni-link2014-06-20
* Replace vim_strncpy calls: screen.cDouglas Schneider2014-06-13
* Remove unnecessary (int) casts and fix stylePavel Platto2014-06-12
* move/remove W_* macrosBrandon Coleman2014-06-12
* text: remove useless arg from mb_string2cellsNicolas Hillegeer2014-06-08
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_DIFFHinidu2014-05-28
* Removed FEAT_WINDOWSHinidu2014-05-28
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Remove long_u: do_outofmem_msg().Eliseo Martínez2014-05-24
* Remove OOM checks: suggested changes in reviewFelipe Oliveira Carvalho2014-05-19
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15