Age | Commit message (Expand) | Author |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses com... | George Hazan |
2019-05-27 | obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls | George Hazan |
2018-11-14 | hContact, MODULENAME -> g_plugin | George Hazan |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan |
2018-07-25 | major code cleaning of all font-related structures | George Hazan |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | 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-22 | m_fontservice.h => CMPlugin | George Hazan |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan |
2018-05-17 | Toaster, TooltipNotify, TrafficCounter, UInfoEx, UserGuide, Variables -> CMPl... | George Hazan |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan |
2018-04-05 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan |
2018-04-03 | Accounts() : iterator for accounts | George Hazan |
2018-03-16 | class renaming, part II | George Hazan |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6... | Kirill Volinsky |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky |
2017-11-13 | Code modernize ... | Goraf |
2017-09-12 | old good sound services became finally functions | George Hazan |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan |
2017-09-11 | old good sound services became finally functions | George Hazan |
2016-10-30 | OPTIONSDIALOGPAGE::groupPosition - unused field removed | George Hazan |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan |
2016-10-03 | - inlined helpers for fonts, colors & effects creation replaced with functions; | George Hazan |
2016-09-06 | clist services' extermination continued | George Hazan |
2016-09-02 | - three remaining clist services converted into functions (Clist_MenuProcessC... | George Hazan |
2016-07-29 | no more TCHARs | George Hazan |
2016-07-27 | less TCHARs | George Hazan |
2016-07-26 | less TCHARs: | George Hazan |
2016-07-25 | hello, Unix. | George Hazan |
2016-04-26 | absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavism | George Hazan |
2015-12-06 | Fix for r15788 | Tobias Weimer |
2015-11-29 | Core: SkinAddNewSound removed and replaced by SkinAddNewSoundEx | Tobias Weimer |
2015-10-28 | Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j... | Robert Pösel |
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos... | George Hazan |
2015-08-11 | 'unreferenced formal parameter' warnings fixed | George Hazan |
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w... | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-17 | minus MS_UTILS_SAVEWINDOWPOSITION & MS_UTILS_RESTOREWINDOWPOSITION | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-03-14 | TooltipNotify: | Tobias Weimer |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |