summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules
AgeCommit message (Collapse)Author
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2019-07-12compilation fixGeorge Hazan
2019-07-12MirLua: interface for extra icons addedGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-08mirlua: crashfix:Gluzskiy Alexandr
winapi: use dynamic buffer size for GetWindowTextW (enhancement) pass proper buffer size to GetWindowTextW (fix)
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-10-17MirLua:aunsane
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData
2018-07-21MirLua: winapi: current process id should return integeraunsane
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-06MirLua: ffi module removed because it seems to be not workingaunsane
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi
2018-02-24guard headersGoraf
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-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