Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | SmileyAdd: | George Hazan | |
- options dialog rewritten using UI classes; - unused code removed; - massive code cleaning | |||
2019-03-08 | life is too short to remember whether this structure is zeroed or not | 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-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-14 | added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorter | George Hazan | |
2019-02-14 | SmileyAdd -> TinyXml | George Hazan | |
2019-02-07 | custom UrlDecode removed | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-14 | hContact, MODULENAME -> g_plugin | George Hazan | |
2018-11-12 | NULL -> 0 | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-08-20 | patch for smile packs with remote files without valid extensions | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | 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-06-09 | SmileyAdd: obsolete option "Enable smileys" removed, because now we can ↵ | George Hazan | |
control toolbar buttons for all plugins from the Options - Message sessions - toolbar | |||
2018-06-08 | SmileyAdd: obsolete option "Enable built-in message dialog support" removed | George Hazan | |
2018-06-08 | SmileyAdd: removed old perversion with catching window messages from SRMM ↵ | George Hazan | |
windows | |||
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-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_fontservice.h => CMPlugin | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | Hotkey_Register => CMPlugin::addHotkey | George Hazan | |
2018-05-22 | Srmm_AddButton unbound from hLangpack | 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 | Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵ | George Hazan | |
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin | |||
2018-05-16 | SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵ | George Hazan | |
remove a smiley from list O_O | |||
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-15 | fixes #1360 (wrong tooltips for XEP smile packs) | George Hazan | |
2018-05-11 | oops | dartraiden | |
2018-05-11 | code cleaning | dartraiden | |
2018-05-10 | fixes #1335 (Reimplement XEP support in SmileyAdd again) | 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-17 | fix for strange & rare crash while drawing smileys | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |