summaryrefslogtreecommitdiffstats
path: root/src/if_ole.cpp
AgeCommit message (Collapse)Author
2023-08-11patch 9.0.1687: mapset() not properly handling script IDv9.0.1687zeertzjq
Problem: mapset() not properly handling script ID Solution: replace_termcodes() may accept a script ID closes: #12699 closes: #12697 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
2023-04-14patch 9.0.1453: typos in source code and testsv9.0.1453Dominique Pelle
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
Problem: Evaluating "expr" options has more overhead than needed. Solution: Use call_simple_func() for 'foldtext', 'includeexpr', 'printexpr', "expr" of 'spellsuggest', 'diffexpr', 'patchexpr', 'balloonexpr', 'formatexpr', 'indentexpr' and 'charconvert'.
2022-01-24patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata
Problem: MS-Windows: Support for MSVC 2003 is not useful. Solution: Remove the exceptions for MSVC 2003. (Ken Takata, closes #9616)
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494)
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
Problem: Vim9: leaking memory when using continuation line. Solution: Keep a pointer to the continuation line in evalarg_T. Centralize checking for a next command.
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
Problem: Cannot map <C-H> when modifyOtherKeys is enabled. Solution: Add the <C-H> mapping twice, both with modifier and as 0x08. Use only the first one when modifyOtherKeys has been detected.
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
Problem: Unnecessary type casts. Solution: Remove type casts from alloc() and lalloc() calls. (Mike Williams)
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
2019-02-18patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949Bram Moolenaar
Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes #3996)
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
2018-07-11patch 8.1.0178: warning for passing pointer to non-pointer argumentv8.1.0178Bram Moolenaar
Problem: Warning for passing pointer to non-pointer argument. Solution: Use zero instead of NULL.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-03-19patch 7.4.1610v7.4.1610Bram Moolenaar
Problem: Compiler warnings for non-virtual destructor. Solution: Mark the classe final. (Ken Takata)
2016-02-27patch 7.4.1442v7.4.1442Bram Moolenaar
Problem: MS-Windows: more compilation warnings for destructor. Solution: Add "virtual". (Ken Takata)
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2010-08-02Take OLE registration back to 32 bit registry, the unregister wasn't workingBram Moolenaar
for the 64 registry.
2010-08-02Workaround for missing RegDeleteKeyEx() method.Bram Moolenaar
2010-08-01Define the WOW64 key when needed.Bram Moolenaar
2010-08-01Add the WOW64 flag back to OLE registration. (untested)Bram Moolenaar
2010-07-31Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar
2010-07-31Possibly make OLE work on Windows 64 bit. (untested)Bram Moolenaar
2010-05-26Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar
2009-01-28updated for version 7.2-089v7.2.089Bram Moolenaar
2008-03-16updated for version 7.1-282v7.1.282Bram Moolenaar
2006-08-16updated for version 7.0-057v7.0.057Bram Moolenaar
2006-08-08updated for version 7.0-045v7.0.045Bram Moolenaar
2006-05-03updated for version 7.0g02Bram Moolenaar
2006-03-06updated for version 7.0216v7.0216Bram Moolenaar
2005-07-03updated for version 7.0101v7.0101Bram Moolenaar
2005-07-01updated for version 7.0099Bram Moolenaar
2005-06-13updated for version 7.0084Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar