summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_message.cpp
AgeCommit message (Collapse)Author
2018-03-22MirLua: various fixesaunsane
- CMLua now inherit PLUGIN - additional lua fuctions initialization moved to separated loader - ability to realod script without object recreation - scropt object should control own enable state - fix m_json whit is not workes almost at all - version bump
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-03-28some more fixes for 64-bit versionGeorge Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28we don't need the uFlags field eitherGeorge Hazan
2017-03-28funny, but without cbSize we have no need in MessageWindowInputData at allGeorge Hazan
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2016-11-29- BBBF_ISLSIDEBUTTON flag removed (set by default);George Hazan
- m_bLSided removed, because it's mutually exclusive with m_bRSided
2016-09-17chats: more functions, less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05MirLua:Alexander Lantsev
- GetContactInfo changed params place - reworked MT initialization git-svn-id: http://svn.miranda-ng.org/main/trunk@16921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23MirLua: added ConfigureMenuItem into m_genmenuAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua:Alexander Lantsev
- no need to copy pointer data in MT - project cleanup - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17MirLua:Alexander Lantsev
- minor MT fixes - enabled chat module - project cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@16289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02MirLua: time to break backward compatibilityAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15994 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-28MirLua: minor changesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-25MirLua: removed needless stuffAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-13MirLua: more standart in work with metatablesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-07MirLua: added metatables wrapperAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24MirLua: massive bug fixAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-21MirLua: Alexander Lantsev
- added totable to cast userdata to metatable - all modules hooks are marked as obsolete - version bumb git-svn-id: http://svn.miranda-ng.org/main/trunk@15586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-24MirLua: reworked Send in m_messageAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19MirLua: added OnMsgWindowEvent to m_messageAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-12MirLua:Alexander Lantsev
- Utf8Decode? functions are returns strings (thx to Mironych) - added DecodeCustomButtonClickData to m_msg_buttonsbar - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-04MirLua: added module m_messageAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c