Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-11 | fixes #2590 (TabSRMM: Cannot setup event filter) | George Hazan | |
2020-08-05 | fixes #2512 (StdMsg: broken group chat colors in the embedded log window) | George Hazan | |
2020-07-26 | fixes #2501 (Ability to disable incoming sounds in chats is lost) | George Hazan | |
2020-07-15 | fixes #2486 completely | George Hazan | |
2020-07-14 | more accurate version of the previous commit | George Hazan | |
2020-07-14 | more logs for #2486 | George Hazan | |
2020-07-13 | fixes crash of NetlibSslUnique under Windows7 | George Hazan | |
2020-07-13 | fixes #2479 (Изменение размера текста в логе и ↵ | George Hazan | |
области ввода колесом мыши) | |||
2020-07-12 | minor code cleaning | George Hazan | |
2020-07-08 | StdSSL: fixes occasional crash under XP | George Hazan | |
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-18 | StdAway: | George Hazan | |
- all remaining dialogs -> UI classes; - options extracted to the separate module; - code reordering; | |||
2020-06-18 | SRAway: message status dialog -> UI classes | George Hazan | |
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-04 | fixes #2420 (empty error window in StdMsg/Scriver) | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-04-23 | StdMsg: | George Hazan | |
- fixes #865 (new message pops up a window even if the "In background" option is turned on); - old window positioning code from Chat.dll removed; | |||
2020-04-20 | fixes #2334 (Обрезается строка в русском ↵ | George Hazan | |
переводе) | |||
2020-04-10 | fixes #2313 (Request: Clist Classic - Dont move offline users to bottom) | George Hazan | |
2020-04-10 | StdClist options code cleaning | George Hazan | |
2020-04-10 | fixes #2317 (StdUserInfo: we need moar Unicode) | George Hazan | |
2020-04-08 | fixes #2314 (StdMsg: Focus doesn't follow tab switching) | George Hazan | |
2020-04-05 | another common clist option moved to the core | George Hazan | |
2020-03-31 | fixes #2262 (StdMsg: баг при добавлении контакта) | 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-26 | fixes #2284 (No right mouse clicke menu on messege editor) | George Hazan | |
2020-03-24 | fixes #2276 (StdMsg: drag-n-drop leaves a file's icon in the entry field) | 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-13 | StdMsg: fix for pasting data from clipboard in ANSI | George Hazan | |
2020-03-10 | fixes #2253 (StdMsg grabbing/stealing focus on incoming message) | George Hazan | |
2020-03-03 | HM_DBEVENTADDED to be delayed, instead of sending it immediately | George Hazan | |
2020-02-17 | crash fix | George Hazan | |
2020-02-07 | fixes #2204 (empty strings in StdPopup options) | George Hazan | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-16 | fixes #2141 (StdUserInfo doesn't handle OK button properly) | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-10-28 | crash fix | George Hazan | |
2019-10-28 | fixes #2105 for StdUserInfo (crash in User Info dialog when a plugin is ↵ | George Hazan | |
unloaded) | |||
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
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 | oops | 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-18 | - more shit cleared from C++ code; | George Hazan | |
- Pascal code partially restored till the full container log implementation |