aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* 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
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | config: split out versiondef.h from config.hBjörn Linse2015-03-08
|/
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Macro cleanup: USE_EXE_NAMEMichael Reed2015-03-05
* 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
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove nonnullret deadcode: xmalloc.Eliseo Martínez2015-01-27
* Remove long_u: regexp: Refactor long_u.Eliseo Martínez2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Transform global variable really_exiting into static.Jonas Dourado2014-12-26
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* 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
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | vim-patch:7.4.248Scott Prager2014-09-30
|/
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* Merge pull request #1129 from justinmk/clangJustin M. Keyes2014-09-16
|\
| * clang: Null pointer passed as an argument to a 'nonnull' parameterJustin M. Keyes2014-08-30
* | Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
|/
* clang: Null pointer passed as an argument to a 'nonnull' parameter #1090Justin M. Keyes2014-08-28
* Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* 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
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* No OOM in home_replace_save()Felipe Oliveira Carvalho2014-06-16
* No OOM in vim_strsave_escaped[_ext]()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: misc1.cDouglas Schneider2014-06-13
* move/remove W_* macrosBrandon Coleman2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_CINDENTHinidu2014-05-28
* Remove FEAT_MBYTEHinidu2014-05-28