summaryrefslogtreecommitdiff
path: root/src/mir_app/src
AgeCommit message (Collapse)Author
2020-05-03we don't treat hidden subs as unknown contactsGeorge Hazan
2020-05-01more accurate tab selectionGeorge Hazan
2020-05-01fix for pszTab argument behavior of the Options dialogGeorge Hazan
2020-05-01frankly speaking, neither colors not effects have flagsGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-26refreshment for import librariesGeorge Hazan
2020-04-26Chat api:George Hazan
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed;
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-12fixes #2319dartraiden
2020-04-10fixes #2311 (Collapse multiple nested contact list groups with arrow keys)George Hazan
2020-04-10fixes #2312 (Clist Classic - Hotkey for toggling "Disable groups" on contact ↵George Hazan
list, Ctrl+Shift+G by default)
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-04-06useless commands removedGeorge Hazan
2020-04-05Clist::OfflineModes made publicGeorge Hazan
2020-04-05another common clist option moved to the coreGeorge Hazan
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan
2020-04-01warning fixGeorge Hazan
2020-03-30fixes #2278 (TabSRMM cannot drop file to input area)George Hazan
2020-03-30another common option removed from dialogsGeorge Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-22File 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-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-12fixes #2250 (StdMsg doesn't accept file transfers)George Hazan
2020-03-04fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵George Hazan
use selected text)
2020-03-03fixed #2236 (StdMsg: focused window blinks)George Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-03Netlib_Dump exported from mir_appGeorge Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-27fixes #2188 (Clist_modern: crash at "clc.cpp (1135))George Hazan
2020-01-26fixes #2159 (BBCode color. Не передаётся в теге цвет ↵George Hazan
при выборе цвета по кнопке)
2020-01-25fixes #2185 (Clist_modern показывается, как ↵George Hazan
выгруженный, хотя он загружен)
2020-01-25massive 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-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10WebSocket_Connect to return the reply to a HTTP request instead of a connectionGeorge Hazan
2020-01-10fixes #2157 (database drivers have unload checkbox in Options - Plugins)George Hazan
2020-01-03workaround to avoid numerous problems with manual event handlingGeorge Hazan
2020-01-03Miranda_GetSystemWindow - returns a common window for creating global timersGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-19unused functions removedGeorge Hazan
2019-10-31fixes #2107 (trailing extra-icons aren't wiped from clist after disabling a ↵George Hazan
plugin)
2019-10-31fix for occasional crashes in icolibGeorge Hazan
2019-10-30fixes #2108 (Old message log is listed in settings until reopen)George Hazan
2019-10-30fix for CMOption<> prototypeGeorge Hazan
2019-10-30fixes #2111 (Pascal plugins don't free their resource after dynamic unload)George Hazan