summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-04-12initial version of profile compactor for MDBXGeorge Hazan
2018-04-12db_get_current() also returns MDatabaseCommon*George Hazan
2018-04-12fix for libsGeorge Hazan
2018-04-12MIDatabase became pure interfaceGeorge Hazan
2018-04-11check if this profile is already opened in another Miranda nevertheless if ↵George Hazan
there's only one available profile or many
2018-04-11onclick processing moved to a windowGeorge Hazan
2018-04-11plugin options dialog rewritten using UI classesGeorge Hazan
2018-04-11#suddenly: option pages don't receive neither WM_CLOSE nor even WM_DESTROYGeorge Hazan
2018-04-10code cleaningGeorge Hazan
2018-04-10all static status info packed togetherGeorge Hazan
2018-04-10fix for one very rare crash due to unsynced array of status menus & accountsGeorge Hazan
2018-04-10fixes #1241 completelyGeorge Hazan
2018-04-10related to #1241 - fix for hotkey names' translationGeorge Hazan
2018-04-09fixes #1256 completelyGeorge Hazan
2018-04-08stupid option removed from group chats according to results of votingGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-07Proto_GetStatus() - fast method that returns a cached protocol statusGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-07another useless array removedGeorge Hazan
2018-04-07finally that perversion with double protocol caching in clist diedGeorge Hazan
2018-04-07duplicate ME_PROTO_ACK handlers merged togetherGeorge Hazan
2018-04-07Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_appGeorge Hazan
2018-04-06more unused stuff cleanedGeorge Hazan
2018-04-06MS_CLIST_SHOWHIDE returned back to serve various menu itemsGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChangedGeorge Hazan
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
2018-04-06CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroupGeorge Hazan
CLIST_INTERFACE::pfnFreeGroup => suspended
2018-04-06CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTreeGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildListGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsTextGeorge Hazan
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
2018-04-06CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultActionGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnEndRename => Clist_EndRenameGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnDeleteFromContactList => Clist_DeleteFromContactListGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnCalcEipPosition => Clist_CalcEipPositionGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcStatusToPf2 => Clist_ClcStatusToPf2George Hazan
2018-04-06CLIST_INTERFACE::pfnIsHiddenMode => Clist_IsHiddenModeGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnHideInfoTip => Clist_HideInfoTipGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnNotifyNewContact => Clist_NotifyNewContactGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetDefaultExStyle => Clist_GetDefaultExStyleGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetFontSetting => Clist_GetFontSettingGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => ↵George Hazan
Clist_RecalculateGroupCheckboxes
2018-04-06code cleaningGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxesGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItemGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnEventsProcessTrayDoubleClick => ↵George Hazan
Clist_EventsProcessTrayDoubleClick
2018-04-06CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntryGeorge Hazan
2018-04-06fix for stupid bug in Windows: m_accList.OnSelChange is called twice ↵George Hazan
recursively even if the list position isn't changed
2018-04-06Account manager: all messages & window procedure eliminatedGeorge Hazan
2018-04-06CDlgBase::OnChange - message processing slightly changedGeorge Hazan
2018-04-06PF2_NONE : flag for protocols that have no statuses at allGeorge Hazan
fixes #1247
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan