Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | custom icons for UserInfo (AVS, SeenPlugin) | George Hazan | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-06-16 | minor resource fixes | George Hazan | |
2022-06-09 | UserInfo -> UI classes | George Hazan | |
2022-02-21 | fixes #3043 (AVS: удалённые аватары не ↵ | George Hazan | |
появляются при обновлении данных) | |||
2022-02-21 | fixes #3025 (occasional crash in AVS) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-05-24 | AVS: fix for memory corruption | George Hazan | |
2021-04-05 | embedded cycle removed | George Hazan | |
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-03-26 | AVS: code cleaning | George Hazan | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-28 | AVS: metacontacs avatars occasionally got hidden | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-08-01 | fixes #2022 (shitty internal AVS flags finally removed from global include file) | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | unused field removed | George Hazan | |
2019-07-15 | AVS: no need to work with AvatarSaved setting anymore | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-26 | code cleaning | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-23 | cleanup | Mataes | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-11-14 | unused MODULENAME macros removed | George Hazan | |
2018-11-14 | code cleaning | George Hazan | |
2018-11-12 | NULL -> 0 | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | 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-29 | fixes #1443 (TabSRMM: crash after AVS unloading) | George Hazan | |
2018-05-28 | what should be done to each C++ plugin (missing Unload functions might not ↵ | George Hazan | |
be overridden) | |||
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | two more | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | 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 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-16 | minor code cleaning | George Hazan | |
2018-05-15 | what has to be done with each plugin: | George Hazan | |
- remove DllMain; - replace global variable that carries hInstance with g_plugin.getInst(); - create an instance of CMPlugin template that passes the name of data module into its parent; - create an instance of CMPlugin class named g_plugin; - remove __NO_CMPLUGIN_NEEDED from stdafx.h |