summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
AgeCommit message (Expand)Author
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who d...George Hazan
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_cluiframes.h => CMPluginGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-22IcoLib_AddIcon => CMPlugin::addIconGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i...George Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
2018-05-16clist_nicer => CMPluginGeorge Hazan
2018-05-16Clist_modern => CMPluginGeorge Hazan
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-13minor code cleaningGeorge Hazan
2018-05-07PROTOACCOUNT::bIsLocked: lock status to be stored in memoryGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-10obsolete compatibility code removed from AVSGeorge Hazan
2018-04-09fixes #1254 (no place to enter the second digit from keyboard)George Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-07finally that perversion with double protocol caching in clist diedGeorge Hazan
2018-04-07duplicate ME_PROTO_ACK handlers merged togetherGeorge Hazan
2018-04-07Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_appGeorge Hazan
2018-04-06more unused stuff cleanedGeorge Hazan
2018-04-06MS_CLIST_SHOWHIDE returned back to serve various menu itemsGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChangedGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroupGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTreeGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildListGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsTextGeorge Hazan
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-06CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => Clist_RecalculateGroupCheck...George Hazan
2018-04-06CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxesGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItemGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntryGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan