Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-16 | code cleaning | George Hazan | |
2023-05-21 | Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEvent | George Hazan | |
2019-07-24 | various unused stuff removed from Pascal headers | George Hazan | |
2019-03-27 | pascal code cleaning | George Hazan | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-07 | finally that perversion with double protocol caching in clist died | George Hazan | |
2018-04-06 | more unused stuff cleaned | George Hazan | |
2018-04-06 | all unused CLIST_INTERFACE members dropped (requires new history++) | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged | George Hazan | |
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended | |||
2018-04-06 | CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup | George Hazan | |
CLIST_INTERFACE::pfnFreeGroup => suspended | |||
2018-04-06 | CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTree | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsText | George Hazan | |
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible | |||
2018-04-06 | CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultAction | George Hazan | |
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::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxes | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItem | George Hazan | |
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 | static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵ | George Hazan | |
Clist_GetContactIcon (history++ to be recompiled) | |||
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 | |||
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-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-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 | |||
2016-05-23 | - optimization in cli_SaveStateAndRebuildList applied to all clists ↵ | George Hazan | |
(bLockScrollbar); - boolean variables were made bool; git-svn-id: http://svn.miranda-ng.org/main/trunk@16863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-15 | contact list groups: | George Hazan | |
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-02 | another perversion (called EventList) died | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | unused functions removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-30 | old unused code that belongs to StdClist moved from the core to plugin | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced ↵ | George Hazan | |
with pcli->* members git-svn-id: http://svn.miranda-ng.org/main/trunk@14459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-28 | finally CLISTEVENT removed completely | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-25 | MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & ↵ | George Hazan | |
pcli->hwndContactTree respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@14386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |