Age | Commit message (Expand) | Author |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan |
2018-05-19 | fixes #1368 (Hide dbx_mmap from profile manager) | George Hazan |
2018-05-18 | optimization disabled for cmstub.lib | George Hazan |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan |
2018-05-18 | constructor of CMPlugin now registers it automatically in the module list, no... | George Hazan |
2018-05-15 | warning fix | George Hazan |
2018-05-15 | stub library for CMPlugin template | George Hazan |
2018-05-07 | PROTOACCOUNT::bIsLocked: lock status to be stored in memory | George Hazan |
2018-04-30 | fix for argument types | George Hazan |
2018-04-27 | update for libraries | George Hazan |
2018-04-27 | implementation of #1308 | George Hazan |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan |
2018-04-22 | update for 64-bit library | George Hazan |
2018-04-22 | forgotten x64 lib | aunsane |
2018-04-21 | code cleaning: | George Hazan |
2018-04-19 | CallObjectEventHook: new function to call the event hook of the specified object | George Hazan |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in... | George Hazan |
2018-04-18 | this feature was never used and only causes problems | George Hazan |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan |
2018-04-12 | initial version of profile compactor for MDBX | George Hazan |
2018-04-12 | fix for libs | George Hazan |
2018-04-07 | Proto_GetStatus() - fast method that returns a cached protocol status | George Hazan |
2018-04-07 | Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_app | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTree | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsText | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultAction | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnEndRename => Clist_EndRename | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnDeleteFromContactList => Clist_DeleteFromContactList | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnCalcEipPosition => Clist_CalcEipPosition | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnClcStatusToPf2 => Clist_ClcStatusToPf2 | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnIsHiddenMode => Clist_IsHiddenMode | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnHideInfoTip => Clist_HideInfoTip | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnNotifyNewContact => Clist_NotifyNewContact | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnGetDefaultExStyle => Clist_GetDefaultExStyle | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnGetFontSetting => Clist_GetFontSetting | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => Clist_RecalculateGroupCheck... | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxes | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItem | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnEventsProcessTrayDoubleClick => Clist_EventsProcessTrayDo... | George Hazan |
2018-04-06 | CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry | George Hazan |
2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan |
2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to Clist_T... | George Hazan |