summaryrefslogtreecommitdiffstats
path: root/src/mbyte.c
AgeCommit message (Expand)Author
2019-07-08patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar
2019-07-07patch 8.1.1647: build error with GTK and hangulinput featurev8.1.1647Bram Moolenaar
2019-06-05patch 8.1.1470: new Unicode character U32FF missing from double-width tablev8.1.1470Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-04-12patch 8.1.1157: Unicode tables are out of datev8.1.1157Bram Moolenaar
2019-04-12patch 8.1.1156: Unicode emoji and other image characters not recognizedv8.1.1156Bram Moolenaar
2019-03-22patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-14patch 8.1.0745: compiler warnings for signed/unsigned stringv8.1.0745Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-11patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar
2018-08-19patch 8.1.0301: GTK: input method popup displayed on wrong screen.v8.1.0301Bram Moolenaar
2018-08-01patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar
2018-07-14patch 8.1.0182: Unicode standard was updatedv8.1.0182Bram Moolenaar
2018-06-13patch 8.1.0055: complete test has wrong order of argumentsv8.1.0055Bram Moolenaar
2018-06-12patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar
2018-05-17patch 8.0.1849: compiler warning for unused arguments, missing prototypev8.0.1849Bram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-27patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-01-27patch 8.0.1433: illegal memory access after undov8.0.1433Bram Moolenaar
2017-11-27patch 8.0.1350: cannot build with +eval and -multi_bytev8.0.1350Bram Moolenaar
2017-11-26patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar
2017-11-25patch 8.0.1342: cannot build with Motif and multi-bytev8.0.1342Bram Moolenaar
2017-11-25patch 8.0.1340: MS-Windows: cannot build GUI without IMEv8.0.1340Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar
2017-11-25patch 8.0.1337: typo in #ifdefv8.0.1337Bram Moolenaar
2017-11-25patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar
2017-10-15patch 8.0.1203: terminal window mistreats composing charactersv8.0.1203Bram Moolenaar
2017-09-26patch 8.0.1152: encoding of error message wrong in Cygwin terminalv8.0.1152Bram Moolenaar
2017-09-13patch 8.0.1099: warnings for GDK callsv8.0.1099Bram Moolenaar
2017-09-09patch 8.0.1084: GTK build has compiler warningsv8.0.1084Bram Moolenaar
2017-09-05patch 8.0.1060: when imstyle is one, mapping <Left> breaks preeditingv8.0.1060Bram Moolenaar
2017-08-30patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar
2017-08-30patch 8.0.1014: old compiler doesn't know uint32_tv8.0.1014Bram Moolenaar
2017-08-22patch 8.0.0985: libvterm has its own idea of character widthv8.0.0985Bram Moolenaar
2017-06-22patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar
2017-06-05patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar