Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2019-07-12 | compilation fix | George Hazan | |
2019-07-12 | MirLua: interface for extra icons added | George Hazan | |
2019-03-06 | popups: | 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-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-01-08 | mirlua: crashfix: | Gluzskiy Alexandr | |
winapi: use dynamic buffer size for GetWindowTextW (enhancement) pass proper buffer size to GetWindowTextW (fix) | |||
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-10-17 | MirLua: | aunsane | |
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData | |||
2018-07-21 | MirLua: winapi: current process id should return integer | aunsane | |
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-06 | MirLua: ffi module removed because it seems to be not working | aunsane | |
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi | |||
2018-02-24 | guard headers | Goraf | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-24 | MirLua: add method wait into m_schedule | aunsane | |
2017-10-10 | MirLua: | aunsane | |
- m_json moved into base plugin - added m_http module -version bump | |||
2017-10-05 | MirLua: simplified print | aunsane | |
m_json reworked Encode | |||
2017-09-13 | MirLua: m_enumerale: chenged syntax | aunsane | |
2017-09-13 | MirLua: m_schedule: table upvalue changed with c struct | aunsane | |
2017-09-12 | MirLua: massive refactoring | aunsane | |
- m_msg_buttonbar moved to m_srrm - version bump | |||
2017-09-02 | MirLua: m_enumerable: added constructor function | aunsane | |
2017-09-02 | MirLua: added m_enumerable module | aunsane | |
2017-02-16 | duplicated lib folders no needed anymore | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-16 | Utf8DecodeT/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-02 | Compilation fix | watcher | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-01 | more fixes | George Hazan | |
2016-11-29 | BBBF_ANSITOOLTIP - unused flag removed | George Hazan | |
2016-08-31 | GUID fix | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-06 | MirLua: 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-06 | MirLua: fixed m_json.Encode | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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-25 | hello, 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-22 | Standardize 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-20 | non-redefined function pfnClcBroadcast made static -> Clist_Broadcast | George 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-20 | fix for the MirLua subprojects | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-24 | temporary revert | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |