Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | def files removed from Source Files folder | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-05-14 | fix for nickname substitution in chat API popups | George Hazan | |
2020-05-13 | kinda first working version of database event cursors | George Hazan | |
2020-05-12 | event cursors for mdbx driver | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-05-04 | fixes #2381 (NewStory: add right-click menu for groupchats) | George Hazan | |
2020-05-03 | we don't treat hidden subs as unknown contacts | George Hazan | |
2020-05-01 | more accurate tab selection | George Hazan | |
2020-05-01 | fix for pszTab argument behavior of the Options dialog | George Hazan | |
2020-05-01 | frankly speaking, neither colors not effects have flags | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-26 | refreshment for import libraries | George Hazan | |
2020-04-26 | Chat 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-25 | CLogWindow::LogEvents considered useless and localized inside tabSRMM | George Hazan | |
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan | |
2020-04-12 | fixes #2319 | dartraiden | |
2020-04-10 | fixes #2311 (Collapse multiple nested contact list groups with arrow keys) | George Hazan | |
2020-04-10 | fixes #2312 (Clist Classic - Hotkey for toggling "Disable groups" on contact ↵ | George Hazan | |
list, Ctrl+Shift+G by default) | |||
2020-04-07 | MSN: moved to deprecated, banned, removed support from plugins, etc | dartraiden | |
2020-04-06 | useless commands removed | George Hazan | |
2020-04-05 | Clist::OfflineModes made public | George Hazan | |
2020-04-05 | another common clist option moved to the core | George Hazan | |
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 | correct control alignment | 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-09 | if smth cannot be incuded, it shall be inlined | 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 | |