Age | Commit message (Collapse) | Author | |
---|---|---|---|
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; | |||
2018-05-14 | fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade) | George Hazan | |
2018-05-14 | fixes #1336 (Dropbox destroys mdbx-based database) | George Hazan | |
2018-05-13 | StdMsg: fix for setting SRMM window's icons | George Hazan | |
2018-05-13 | minor code cleaning | George Hazan | |
2018-05-13 | fix for a major perversion caused by Clist_modern | George Hazan | |
2018-05-13 | more correct version of getting icon's index | George Hazan | |
2018-05-13 | fixes #1353 (StdMsg: missing window icon if tabs are disabled) | George Hazan | |
2018-05-13 | fixes #1354 completely (StdMsg and Scriver: add status text to window caption) | 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 | tdlib: compilation fix | Mataes | |
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-12 | langpacks: update | dartraiden | |
2018-05-12 | langpacks/english: update | dartraiden | |
2018-05-12 | WinSCP 5.13.2 | dartraiden | |
2018-05-11 | fixes #1349 (Miranda crashes on coming back from auto away) | George Hazan | |
2018-05-11 | fixes #1345 (StdMsg: replace protocol menu icon by down arrow) | George Hazan | |
2018-05-11 | fixes #1346 (StdMsg: "Send by..." in group chats) | 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 | StdMsg: | George Hazan | |
- tab icon look standardized with all another SRMM plugins; - fixes #1343 (StdMsg: wrong status icon as the window icon) | |||
2018-05-10 | fixes #1335 (Reimplement XEP support in SmileyAdd again) | George Hazan | |
2018-05-10 | fixes #1338 (StdMsg: add "Send on Ctr+Enter" option) | George Hazan | |
2018-05-09 | StdMsg: | George Hazan | |
- window activation code moved to OnActivate; - OnActivate call is moved to CMsgDialog::DlgProc; - code cleaning; | |||
2018-05-09 | fixes #1340 (StdMsg: first button on buttons toolbar is bugged in some cases) | George Hazan | |
2018-05-09 | no need to resize a window when its title changes | George Hazan | |
2018-05-09 | Chat plugin -> StdChat -> StdMsg | dartraiden | |
2018-05-08 | fixes #1337 (StdMsg: resizer is broken if tabbed interface is off) | George Hazan | |
2018-05-08 | compilation fix | George Hazan | |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-08 | fixes #1325 (StdMsg plugin doesn't change input focus on tabs switch) | George Hazan | |