summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-05-19fixes #1368 (Hide dbx_mmap from profile manager)George Hazan
2018-05-18code cleaningGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-17missing function restoredGeorge Hazan
2018-05-17Db3x_mmap, Dbx_mdbx, Exchange, MyDetails, RecentContacts, TopToolBar, ↵George Hazan
WebView => CMPlugin
2018-05-17MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMpluginGeorge Hazan
2018-05-17KeyboardNotify, ListeningTO, MagneticWindows, MenuItemEx: cmplugin adaptationMataes
2018-05-17OpenFolder, PackUpdater, PasteIt, Ping, QuickMessages, QuickReplies, ↵George Hazan
Sessions, TranslitSwitcher => CMPlugin
2018-05-17NewAwaySys, NewEventNotify, NewXstatusNotify, NoHistory, NotesReminders, ↵George Hazan
NotifyAnything, Nudge => CMPlugin
2018-05-17KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵George Hazan
MsgPopup, mTextControl => CMPlugin
2018-05-17Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵George Hazan
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin
2018-05-17Plugin Updater loses compatibility with Miranda IM completely due to CMPluginGeorge Hazan
2018-05-17Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵George Hazan
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
2018-05-17Toaster, TooltipNotify, TrafficCounter, UInfoEx, UserGuide, Variables -> ↵George Hazan
CMPlugin
2018-05-17WinterSpeak, WhoUsesMyFiles, WhenWasIt, wbOSD, Watrack_MPD -> CMPluginGeorge Hazan
2018-05-17XSoundNotify, YAPP, YaRelay, ZeroSwitch, ZeroNotify -> CMPluginGeorge Hazan
2018-05-17IEView, IgnoreState, Import: cmplugin adaptationKirill Volinsky
2018-05-17grrmGeorge Hazan
2018-05-17IEHistory: cmplugin adaptationKirill Volinsky
2018-05-16HistoryLinkList, HistoryStats, historysweeperlight, httpserver, HwHotKeys: ↵Mataes
cmplugin adaptation
2018-05-16FavContacts, FileAsMessage, Fingerprint, FloatingContacts, Folders, FTPFile: ↵Mataes
cmplugin adaptation
2018-05-16minor code cleaningGeorge Hazan
2018-05-16SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵George Hazan
remove a smiley from list O_O
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation
2018-05-16.George Hazan
2018-05-16Scriver -> CMPluginGeorge Hazan
2018-05-16Console, ContactPlus: cmplugin adaptationMataes
ContextHelp moved to deprecated
2018-05-16BossKey, BuddyExpectator, BuddyPounce, ChangeKeyboardLayout, ↵Mataes
ClientChangeNotify, Cln_skinedit, CmdLine: cmplugin adaptation
2018-05-16tabSRMM -> CMPluginGeorge Hazan
2018-05-16Boltun: cmplugin adaptationKirill Volinsky
2018-05-16CMake: Config for Dbx_mdbx plugin.protomors
2018-05-16BASS_interface: cmplugin adaptationKirill Volinsky
2018-05-16BasicHistory: cmplugin adaptationKirill Volinsky
2018-05-16clist_blind => CMPluginGeorge Hazan
2018-05-16clist_nicer => CMPluginGeorge Hazan
2018-05-16Clist_modern => CMPluginGeorge Hazan
2018-05-16AvatarHistory: cmplugin adaptationKirill Volinsky
2018-05-16AutoShutdown: cmplugin adaptationKirill Volinsky
2018-05-16AutoRun: cmplugin adaptationKirill Volinsky
2018-05-16AuthState: cmplugin adaptationKirill Volinsky
2018-05-16AssocMgr: cmplugin adaptationKirill Volinsky
2018-05-15AsSingleWindow: cmplugin adaptationMataes
2018-05-15Alarms: cmplugin adaptationMataes
2018-05-15AddContact: cmplugin adaptationMataes
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-15what has to be done with each plugin:George Hazan
- remove DllMain; - replace global variable that carries hInstance with g_plugin.getInst(); - create an instance of CMPlugin template that passes the name of data module into its parent; - create an instance of CMPlugin class named g_plugin; - remove __NO_CMPLUGIN_NEEDED from stdafx.h
2018-05-15cmstub.lib statically linked to any plugin that uses CMPlugin templateGeorge Hazan
2018-05-15fixes #1360 (wrong tooltips for XEP smile packs)George Hazan