Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | name resolution conflict | George Hazan | |
2018-05-22 | plugin info must be filled | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | MirLua: add logs | aunsane | |
2018-05-20 | fix merge | aunsane | |
2018-05-20 | MirLua: refactoring | aunsane | |
2018-05-20 | MirLua: project reordering | aunsane | |
2018-05-20 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | Konstantin | |
This reverts commit 3f90207479ee0a6530631812717801a54093658c, reversing changes made to 7d6b89fd45814936d0edeff664bf5efb2d19b875. | |||
2018-05-20 | MirLua: environment now inherits CMPluginBase | aunsane | |
2018-05-20 | MirLua: no need to keep two instances of CMPlugin | aunsane | |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | George Hazan | |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵ | George Hazan | |
in each plugin. mir_getLP() remains for compatibility with pascal plugins only | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
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-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-17 | MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMplugin | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-07 | MirLua: Removed last obsolete methods FindFirstContact & FindNextContact | aunsane | |
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-04-04 | fix for adding separators into SRMM toolbar | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-22 | MirLua: various fixes | aunsane | |
- 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 | |||
2018-03-21 | MurLua: various fixes | aunsane | |
- fixed script reloading - fixed string interpolation - hook and service refs moved to Enviroment - removed RegisterProtocol from m_protocols - code cleanup - version bump | |||
2018-03-19 | MirLua: | aunsane | |
- new functions toansi & toucs2 - warning fixes | |||
2018-02-25 | Fixes related with 7fc01c9 | aunsane | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-26 | MirLua: fix icolib icon changing | aunsane | |
2017-11-26 | MirLua: typo | aunsane | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
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-24 | unified version resource with explicitly stated language & code page | George Hazan | |