Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-25 | unused code removed | George Hazan | |
2020-03-20 | IEView: | George Hazan | |
- SRMM button added to insert "Code" instruction into the edit window; - ieviewModuleName renamed as it should be: MODULENAME; - code cleaning & reordering; - version bump. | |||
2020-03-09 | IEView: | George Hazan | |
- Copy command now can copy images too; - code cleaning | |||
2020-01-25 | massive code cleaning: | George Hazan | |
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-10-30 | fixes #2109 (IEHistory doesn't display file transfers) | George Hazan | |
2019-10-04 | unused declarations removed | George Hazan | |
2019-10-04 | IEView: unused builders removed | George Hazan | |
2019-10-04 | IEView: obsolete protocol management code removed | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-18 | m_ieview.h: code cleaning | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-02-27 | IEView => #1846 | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-12-28 | IEView: | George Hazan | |
- fixes #1679 (IEView: account's duplicates) - code cleaning - version bump | |||
2018-12-28 | related to #1679 - fix for protocol names | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-08 | IEView: ieviewModuleName usage reduced | George Hazan | |
2018-11-07 | IEView: double settings set removed | George Hazan | |
2018-11-07 | code reordering | George Hazan | |
2018-11-06 | code cleaning | George Hazan | |
2018-09-03 | fixes #1563 (IEView: icon section name) | George Hazan | |
2018-09-03 | fixes #1567 (IEView shouldn't expose debug messages to user) | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
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-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | 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-20 | options API unbound from hLangpack and switched to CMPlugin | 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-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-17 | IEView, IgnoreState, Import: cmplugin adaptation | Kirill Volinsky | |
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-19 | IEView: parse bbc, links, smyles, etc. in text all eventtypes | ElzorFox | |
2018-04-10 | obsolete compatibility code removed from AVS | George Hazan | |
2018-04-06 | code cleaning | George Hazan | |