Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-03 | old mTextControl disabled in Plugin Updater & plugin loader | George Hazan | |
2020-04-01 | warning fix | George Hazan | |
2020-03-30 | fixes #2278 (TabSRMM cannot drop file to input area) | George Hazan | |
2020-03-30 | another common option removed from dialogs | George Hazan | |
2020-03-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2020-03-30 | CProgress => CCtrlProgress: fix for a class name | George Hazan | |
2020-03-22 | File transfers: | George Hazan | |
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list | |||
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-03-12 | fixes #2250 (StdMsg doesn't accept file transfers) | George Hazan | |
2020-03-04 | fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵ | George Hazan | |
use selected text) | |||
2020-03-03 | fixed #2236 (StdMsg: focused window blinks) | George Hazan | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-03 | Netlib_Dump exported from mir_app | George Hazan | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-27 | fixes #2188 (Clist_modern: crash at "clc.cpp (1135)) | George Hazan | |
2020-01-26 | fixes #2159 (BBCode color. Не передаётся в теге цвет ↵ | George Hazan | |
при выборе цвета по кнопке) | |||
2020-01-25 | fixes #2185 (Clist_modern показывается, как ↵ | George Hazan | |
выгруженный, хотя он загружен) | |||
2020-01-25 | massive code cleaning: | George Hazan | |
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-13 | Netlib_GetHeader() - handful utility to avoid writing cycles | George Hazan | |
2020-01-10 | WebSocket_Connect to return the reply to a HTTP request instead of a connection | George Hazan | |
2020-01-10 | fixes #2157 (database drivers have unload checkbox in Options - Plugins) | George Hazan | |
2020-01-03 | workaround to avoid numerous problems with manual event handling | George Hazan | |
2020-01-03 | Miranda_GetSystemWindow - returns a common window for creating global timers | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-19 | unused functions removed | George Hazan | |
2019-10-31 | fixes #2107 (trailing extra-icons aren't wiped from clist after disabling a ↵ | George Hazan | |
plugin) | |||
2019-10-31 | fix for occasional crashes in icolib | George Hazan | |
2019-10-30 | fixes #2108 (Old message log is listed in settings until reopen) | George Hazan | |
2019-10-30 | fix for CMOption<> prototype | George Hazan | |
2019-10-30 | fixes #2111 (Pascal plugins don't free their resource after dynamic unload) | George Hazan | |
2019-10-08 | woohoo :) we loggef in, finally | George Hazan | |
2019-10-08 | first version of WA that connects | George Hazan | |
2019-10-08 | WebSocket related code moved to the core | George Hazan | |
2019-10-03 | fixes #2090 (one can set a logger for a contact manually via SRMsg/Logger ↵ | George Hazan | |
setting for this contact: hpp, ieview) | |||
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-28 | metacontacts: | George Hazan | |
- fixes #2083 (newly added sub-contact isn't hidden); - old unused option bSuppressStatus is finally wiped with all related code | |||
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-27 | obsolete services from m_ignore.h converted into functions | George Hazan | |
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-09-26 | EnterString: ability to enter simple strings (not multiline) | George Hazan | |
2019-09-26 | MS_UTILS_ENTERSTRING -> EnterString, useless service removed | George Hazan | |
2019-09-17 | Chat: common code moved to mir_app | George Hazan | |
2019-09-17 | duplicate code removed from Scriver | George Hazan | |
2019-09-16 | SRMM: | George Hazan | |
- fixes #2066 (tabSRMM: chat menu remains wide after closing); - no need to export Chat_CreateGCMenu anymore; - useless function Chat_DestroyGCMenu removed | |||
2019-09-16 | fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window) | George Hazan | |