summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_clist.cpp
AgeCommit message (Collapse)Author
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-02MirLua: return nil if something went wroing in m_clist and m_genmenuaunsane
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21MirLua: fix redundant (char*) castAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-16MirLua: added Add*MenuRoot in m_clistAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-16MirLua: project cleanupAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-07MirLua: fixed module loadingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16046 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-07MirLua: Alexander Lantsev
- added script cache on load - refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@16044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-09buggy function removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-03MirLua: fix for tray menuAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14482 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02tray menu functions also moved to the core.George Hazan
now all menu items are gathered there git-svn-id: http://svn.miranda-ng.org/main/trunk@14476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-30MirLua: removed duplicate codeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-30MirLua: !api breakAlexander Lantsev
- separated m_clist and m_genmenu modules - moved AddMainMenuItem, AddContactMenuItem, AddTrayMenuItem to m_clist - added BuildMainMenu, BuildContactMenu and BuildTrayMenu to m_clist - updated examples - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c