Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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; | |||
2018-05-14 | fixes #1336 (Dropbox destroys mdbx-based database) | George Hazan | |
2018-05-13 | minor code cleaning | George Hazan | |
2018-05-13 | related to #1354 (unhides the hidden database setting that sets the title ↵ | George Hazan | |
format for Scriver) | |||
2018-05-13 | SimpleStatusMsg: | George Hazan | |
- crash fix for empty status messages; - code cleaning; - version bump | |||
2018-05-12 | CloudFile: fix token refresh for GDrive | aunsane | |
2018-05-12 | CloudFile: fix uploading to GDrive subfolder (#1278) | aunsane | |
2018-05-11 | fixes #1349 (Miranda crashes on coming back from auto away) | George Hazan | |
2018-05-11 | fixes #1347 (Scriver: remove "Use the contact's status icon as the window ↵ | George Hazan | |
icon" option) | |||
2018-05-11 | oops | dartraiden | |
2018-05-11 | code cleaning | dartraiden | |
2018-05-10 | fixes #1335 (Reimplement XEP support in SmileyAdd again) | George Hazan | |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-08 | decapitalization | dartraiden | |
2018-05-07 | Dbx_mdbx: fixes crash when user tries to compact a profile with password | George Hazan | |
(cherry picked from commit b6bbbb16e26ce924022d623572fce852e234ee16) | |||
2018-05-07 | compilation fix | George Hazan | |
2018-05-07 | PROTOACCOUNT::bIsLocked: lock status to be stored in memory | George Hazan | |
PROTOACCOUNT became a normal class with constructor & destructor |