Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 => ↵ | George Hazan | |
Clist_EventsProcessTrayDoubleClick | |||
2018-04-06 | CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry | George Hazan | |
2018-04-06 | fix for stupid bug in Windows: m_accList.OnSelChange is called twice ↵ | George Hazan | |
recursively even if the list position isn't changed | |||
2018-04-06 | Account manager: all messages & window procedure eliminated | George Hazan | |
2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan | |
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
2018-04-06 | VKontakte: | 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-06 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- reflect implemetation state in options | |||
2018-04-06 | protocols: jabber: xep-0198 | Gluzskiy 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-06 | PF2_NONE : flag for protocols that have no statuses at all | George Hazan | |
fixes #1247 | |||
2018-04-06 | CloudFile: no need to create fake protocol instances just for search | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-04-05 | these calls aren't required anymore | George Hazan | |
2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
Clist_Tray* | |||
2018-04-05 | CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItem | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIcon | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree | George Hazan | |
2018-04-05 | Import crashes if the original profile contains wrong number of groups | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan | |
2018-04-05 | ICQCorp: custom logging removed & replaced with standard Miranda network log | George Hazan | |
2018-04-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- do not request roster on resumed session | |||
2018-04-04 | unused CLIST_INTERFACE data moved inside mir_app | George Hazan | |
2018-04-04 | CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload() | George Hazan | |
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll() | |||
2018-04-04 | - CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenu | George Hazan | |
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed | |||
2018-04-04 | CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndex | George Hazan | |
2018-04-04 | static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵ | George Hazan | |
Clist_GetContactIcon (history++ to be recompiled) | |||
2018-04-04 | static 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-04 | warning fixes | George Hazan | |
2018-04-04 | protocols: jabber: xep-0198 | Gluzskiy Alexandr | |
- basic error handling | |||
2018-04-04 | mode code cleaning | George Hazan | |
2018-04-04 | warning fix | George Hazan | |
2018-04-04 | code cleaning | George Hazan | |
2018-04-04 | fix for adding separators into SRMM toolbar | George Hazan | |
2018-04-04 | Windows lists: | George Hazan | |
- fix for a 64-bit issue that could cause a crash; - code cleaning | |||
2018-04-04 | TabSRMM: very complicated & non-linear dependency between BBCodes & toolbar ↵ | George Hazan | |
buttons visibility removed | |||
2018-04-03 | unneeded option removed | George Hazan | |
2018-04-03 | TabSRMM: Chat filter works only after click #1242 | aunsane | |
2018-04-03 | we shall create missing icons (or destroy unneeded ones) after applying ↵ | George Hazan | |
toolbar options | |||
2018-04-03 | MirandaG15: move docs to wiki | dartraiden | |
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-04-03 | CLIST_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-03 | Clist_modern: fix for calculating common protocol status even for old protocols | George Hazan | |
2018-04-03 | protocols: jabber: typo fix | Gluzskiy Alexandr | |
2018-04-03 | protocols: jabber: crash fix | Gluzskiy Alexandr | |
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c | |||
2018-04-02 | Dbx_mdbx: fix for record number calculation | George Hazan | |