Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 => ↵ | George Hazan | |
Clist_RecalculateGroupCheckboxes | |||
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-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | 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 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan | |
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-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-03-27 | there's no need to load contacts from unloaded protocols | George Hazan | |
2018-03-14 | fix for clist events sorting order, manual sorting disabled | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-03-22 | - Clist_ClearSearch considered useless; | George Hazan | |
- pfnDoSelectionDefaultAction rewritten to handle search correctly | |||
2017-03-17 | no need to rebuild the whole clist if the search window is empty | George Hazan | |
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-09-26 | - duplicated code removed from cliFindItem; | George Hazan | |
- FindItem function removed completely; - CLIST_INTERFACE::pfnFindItem now only compare one item; - static function Clist_FindItem now serves as pcli->pfnFindItem git-svn-id: http://svn.miranda-ng.org/main/trunk@17335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-06 | MS_CLIST_SYSTRAY_NOTIFY - more useless code removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-06 | minus MS_CLIST_RETRIEVE_INTERFACE | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-02 | - three remaining clist services converted into functions ↵ | George Hazan | |
(Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-20 | non-redefined function pfnClcBroadcast made static -> Clist_Broadcast | George Hazan | |
also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-01 | extended visibility control for contacts | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-01 | - view modes support incorporated into the CLIST_INTERFACE; | George Hazan | |
- fix for the broken search by protocols in clist_nicer; - numerous Unicode fixes in clist_nicer; git-svn-id: http://svn.miranda-ng.org/main/trunk@16893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-28 | 2 static functions removed from CLIST_INTERFACE. | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-28 | code simplification | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |