summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-231-0/+4
* patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar2019-06-151-1/+2
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-3/+3
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-101-0/+1
* patch 8.1.1493: redrawing with popups is slow and causes flickerv8.1.1493Bram Moolenaar2019-06-081-0/+15
* patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar2019-06-021-7/+9
* patch 8.1.1400: using global pointer for tab-local popups is clumsyv8.1.1400Bram Moolenaar2019-05-261-1/+0
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-3/+9
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-091-3/+8
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-1/+2
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-1/+3
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+2
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-2/+6
* patch 8.1.1192: mode is not cleared when leaving Insert mode with mapped Escv8.1.1192Bram Moolenaar2019-04-201-5/+6
* patch 8.1.1133: compiler warning for uninitialized struct memberv8.1.1133Bram Moolenaar2019-04-071-1/+1
* patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar2019-04-041-0/+1
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-021-4/+0
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-4/+0
* patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar2019-03-221-7/+0
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-5/+5
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-10/+1
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-1/+2
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-4/+2
* patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar2019-01-261-0/+1
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-21/+15
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-221-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-1/+1
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-10/+1
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-0/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-124/+124
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-061-0/+3
* patch 8.1.0682: text properties not adjusted when backspacing replaced textv8.1.0682Bram Moolenaar2019-01-021-0/+4
* patch 8.1.0649: setjmp() variables defined globally are used in one filev8.1.0649Bram Moolenaar2018-12-281-15/+0
* patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648Bram Moolenaar2018-12-271-0/+2
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-271-1/+1
* patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar2018-12-221-0/+2
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-211-0/+4
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-1/+1
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-2/+2
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-2/+2
* patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar2018-09-061-3/+4
* patch 8.1.0312: wrong type for flags used in signal handlersv8.1.0312Bram Moolenaar2018-08-211-5/+5
* patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar2018-08-141-2/+1
* patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar2018-08-111-3/+7
* patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar2018-07-291-2/+0
* patch 8.1.0103: long version string cannot be translatedv8.1.0103Bram Moolenaar2018-06-231-2/+2
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+1
* patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'v8.1.0082Bram Moolenaar2018-06-191-0/+5