summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-04-04CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndexGeorge Hazan
2018-04-04static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵George Hazan
Clist_GetContactIcon (history++ to be recompiled)
2018-04-04static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵George Hazan
Clist_InitAutoRebuild
2018-04-04- static function CLIST_INTERFACE::pfnGetAverageMode exported as ↵George Hazan
Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need
2018-04-04warning fixesGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- basic error handling
2018-04-04mode code cleaningGeorge Hazan
2018-04-04warning fixGeorge Hazan
2018-04-04code cleaningGeorge Hazan
2018-04-04fix for adding separators into SRMM toolbarGeorge Hazan
2018-04-04Windows lists:George Hazan
- fix for a 64-bit issue that could cause a crash; - code cleaning
2018-04-04TabSRMM: very complicated & non-linear dependency between BBCodes & toolbar ↵George Hazan
buttons visibility removed
2018-04-03unneeded option removedGeorge Hazan
2018-04-03TabSRMM: Chat filter works only after click #1242aunsane
2018-04-03we shall create missing icons (or destroy unneeded ones) after applying ↵George Hazan
toolbar options
2018-04-03MirandaG15: move docs to wikidartraiden
2018-04-03unneeded size fields removedGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
2018-04-03Clist_modern: fix for calculating common protocol status even for old protocolsGeorge Hazan
2018-04-03protocols: jabber: typo fixGluzskiy Alexandr
2018-04-03protocols: jabber: crash fixGluzskiy Alexandr
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c
2018-04-02Dbx_mdbx: fix for record number calculationGeorge Hazan