summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-07Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_appGeorge Hazan
2018-04-07AVS & AuthState: move docs to wikidartraiden
2018-04-06more unused stuff cleanedGeorge Hazan
2018-04-06MS_CLIST_SHOWHIDE returned back to serve various menu itemsGeorge Hazan
2018-04-06all unused CLIST_INTERFACE members dropped (requires new history++)George 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-06MirLua: ffi module removed because it seems to be not workingaunsane
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi
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-06compilation fixGeorge 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-06protocols: jabber: xep-0198Gluzskiy Alexandr
2018-04-06VKontakte:ElzorFox
update VK_API to 5.74 add hidden option StickerSize (DWORD, default 128) add hidden option StickerBackground (BYTE, default false) add chat action pin/unpin message (no text pinned message from api) version bump
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- reflect implemetation state in options
2018-04-06protocols: jabber: xep-0198Gluzskiy Alexandr
- a bit improoved logic - implemented "keep-alive" like ack request (currently sema logick as ping, should also work with ping disabled, ping is not necessary if strm_mgmt enabled)
2018-04-06PF2_NONE : flag for protocols that have no statuses at allGeorge Hazan
fixes #1247
2018-04-06CloudFile: no need to create fake protocol instances just for searchGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05these calls aren't required anymoreGeorge Hazan
2018-04-05bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵George Hazan
Clist_Tray*
2018-04-05CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItemGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIconGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTreeGeorge Hazan
2018-04-05Import crashes if the original profile contains wrong number of groupsGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-05ICQCorp: custom logging removed & replaced with standard Miranda network logGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- do not request roster on resumed session
2018-04-04unused CLIST_INTERFACE data moved inside mir_appGeorge Hazan
2018-04-04CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload()George Hazan
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll()
2018-04-04- CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenuGeorge Hazan
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed