Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | NewAwaySys, NewEventNotify, NewXstatusNotify, NoHistory, NotesReminders, ↵ | George Hazan | |
NotifyAnything, Nudge => CMPlugin | |||
2018-05-17 | KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵ | George Hazan | |
MsgPopup, mTextControl => CMPlugin | |||
2018-05-17 | Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵ | George Hazan | |
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin | |||
2018-05-17 | Plugin Updater loses compatibility with Miranda IM completely due to CMPlugin | George Hazan | |
2018-05-17 | Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵ | George Hazan | |
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin | |||
2018-05-17 | Toaster, TooltipNotify, TrafficCounter, UInfoEx, UserGuide, Variables -> ↵ | George Hazan | |
CMPlugin | |||
2018-05-17 | WinterSpeak, WhoUsesMyFiles, WhenWasIt, wbOSD, Watrack_MPD -> CMPlugin | George Hazan | |
2018-05-17 | XSoundNotify, YAPP, YaRelay, ZeroSwitch, ZeroNotify -> CMPlugin | George Hazan | |
2018-05-17 | ICQCorp -> CMPlugin | George Hazan | |
2018-05-17 | IEView, IgnoreState, Import: cmplugin adaptation | Kirill Volinsky | |
2018-05-17 | grrm | George Hazan | |
2018-05-17 | IEHistory: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | HistoryLinkList, HistoryStats, historysweeperlight, httpserver, HwHotKeys: ↵ | Mataes | |
cmplugin adaptation | |||
2018-05-16 | FavContacts, FileAsMessage, Fingerprint, FloatingContacts, Folders, FTPFile: ↵ | Mataes | |
cmplugin adaptation | |||
2018-05-16 | minor code cleaning | George Hazan | |
2018-05-16 | SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵ | George Hazan | |
remove a smiley from list O_O | |||
2018-05-16 | Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵ | Mataes | |
adaptation | |||
2018-05-16 | . | George Hazan | |
2018-05-16 | Scriver -> CMPlugin | George Hazan | |
2018-05-16 | Console, ContactPlus: cmplugin adaptation | Mataes | |
ContextHelp moved to deprecated | |||
2018-05-16 | BossKey, BuddyExpectator, BuddyPounce, ChangeKeyboardLayout, ↵ | Mataes | |
ClientChangeNotify, Cln_skinedit, CmdLine: cmplugin adaptation | |||
2018-05-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-05-16 | Boltun: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | CMake: Config for Dbx_mdbx plugin. | protomors | |
2018-05-16 | CMake: Added FreeImage to mir_app dependencies. | protomors | |
2018-05-16 | CMake: Use c++17 for Steam plugin. | protomors | |
2018-05-16 | CMake: Added missing source path for libaxolotl. | protomors | |
2018-05-16 | BASS_interface: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | BasicHistory: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | clist_blind => CMPlugin | George Hazan | |
2018-05-16 | clist_nicer => CMPlugin | George Hazan | |
2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
2018-05-16 | AvatarHistory: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | Core plugins => CMPlugin | George Hazan | |
2018-05-16 | AutoShutdown: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | AutoRun: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | AuthState: cmplugin adaptation | Kirill Volinsky | |
2018-05-16 | AssocMgr: cmplugin adaptation | Kirill Volinsky | |
2018-05-15 | AsSingleWindow: cmplugin adaptation | Mataes | |
2018-05-15 | Alarms: cmplugin adaptation | Mataes | |
2018-05-15 | warning fix | George Hazan | |
2018-05-15 | AddContact: cmplugin adaptation | Mataes | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-15 | what 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-15 | cmstub.lib statically linked to any plugin that uses CMPlugin template | George Hazan | |
2018-05-15 | stub library for CMPlugin template | George Hazan | |
2018-05-15 | IRC: | George Hazan | |
- fixes #1342 (broken search in channel browser); - code cleaning; - version bump | |||
2018-05-15 | fixes #1360 (wrong tooltips for XEP smile packs) | George Hazan | |
2018-05-15 | fixes #1348 (unused protocols aren't listed in VI info) | George Hazan | |
2018-05-15 | Popup+: | George Hazan | |
- fixes #1359 p.2 (After dynamic unloading and loading again, Popup+ throws an error) - obsolete variable hMainThread removed; - code cleaning; - version bump; |