Age | Commit message (Expand) | Author |
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-11-16 | more shit removed | George Hazan |
2021-11-07 | first version of mir_core that builds under Linux | ghazan |
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 in... | George Hazan |
2021-01-17 | Update copyrights | dartraiden |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan |
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-09 | if smth cannot be incuded, it shall be inlined | 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 Proto_GetB... | George Hazan |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan |
2019-09-27 | fix for a function name: | George Hazan |
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variabl... | George Hazan |
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 |
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-29 | common version resource extracted to the separate file | George Hazan |
2018-05-28 | what should be done to each C++ plugin (missing Unload functions might not be... | George Hazan |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who d... | George Hazan |
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 | 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 i... | George Hazan |