summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules
AgeCommit message (Collapse)Author
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-10-24MirLua: add method wait into m_scheduleaunsane
2017-10-10MirLua:aunsane
- m_json moved into base plugin - added m_http module -version bump
2017-10-05MirLua: simplified printaunsane
m_json reworked Encode
2017-09-13MirLua: m_enumerale: chenged syntaxaunsane
2017-09-13MirLua: m_schedule: table upvalue changed with c structaunsane
2017-09-12MirLua: massive refactoringaunsane
- m_msg_buttonbar moved to m_srrm - version bump
2017-09-02MirLua: m_enumerable: added constructor functionaunsane
2017-09-02MirLua: added m_enumerable moduleaunsane
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2016-12-10- ability to pass a button's text to a toolbar button;George Hazan
- common code moved into the core
2016-12-02Compilation fixwatcher
2016-12-02m_msg_buttonsbar.h is not needed anymoreGeorge Hazan
2016-12-01more fixesGeorge Hazan
2016-11-29BBBF_ANSITOOLTIP - unused flag removedGeorge Hazan
2016-08-31GUID fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-06MirLua: m_json:Alexander Lantsev
- added simple arrays support - added integer support git-svn-id: http://svn.miranda-ng.org/main/trunk@17165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-06MirLua: fixed m_json.EncodeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17164 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-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-20non-redefined function pfnClcBroadcast made static -> Clist_BroadcastGeorge Hazan
also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-20fix for the MirLua subprojectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24temporary revertVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-23MirLua: reworked m_core and CMLuaScriptAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-19MirLua: almost work m_jsonAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@17013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-16vc2010 compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-13some fixAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16967 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-13lua winapi: GetOpenFileName functionMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-26MirLua: m_schedule moved to separate moduleAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added function topointer into _G - overrided tonumber to support pointers - api methods is only support light userdata as wparam/lparam git-svn-id: http://svn.miranda-ng.org/main/trunk@16697 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-04-04MirLua: m_toptoolbar moved to separate projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-22MirLua: fixed metatable constructor functionAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-18MirLua: bug fixesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-18MirLua:Alexander Lantsev
- m_msg_buttonsbar moved to separate lua library - fixed loading of other c modules git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17Release compilation fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17lua_ffi: VC2010 compilation fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17MirLua: fb ffi module MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17MirLua: m_popup moved to separate lua libraryAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16293 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-17MirLua: m_variableas moved to separate lua libraryAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-16build ffi as dll MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-16git-svn-id: http://svn.miranda-ng.org/main/trunk@16284 ↵Alexander Lantsev
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10MirLua: fixed parsing of nested tablesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-05git-svn-id: http://svn.miranda-ng.org/main/trunk@16221 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c