Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-18 | SmileyAdd: | George Hazan | |
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump; | |||
2020-08-16 | SmileyAdd: | George Hazan | |
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump | |||
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-09 | tabSRMM: warning if a temporary file cannot be written | George Hazan | |
2020-01-26 | fixes #2159 (BBCode color. Не передаётся в теге цвет ↵ | George Hazan | |
при выборе цвета по кнопке) | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-04 | warning fixes | George Hazan | |
2019-10-29 | two more flags removed | George Hazan | |
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-07-08 | TabSRMM: code optimization | dartraiden | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-04-02 | minor fix for resource leak | George Hazan | |
2019-03-07 | tabSRMM: | George Hazan | |
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-09-20 | tabSRMM: fix for a shift in warnings' table | George Hazan | |
2018-08-30 | fixes #1561 (TabSRMM warnings) | George Hazan | |
2018-07-27 | TabSRMM: hotkeys correction | dartraiden | |
2018-05-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-11 | TabSRMM: | George Hazan | |
- one shall not mix width & height; - CSkin::ResizeBitmap became completely useless after linking FreeImage in | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-26 | standard color table exported from core | George Hazan | |
2017-12-26 | TabSRMM: | George Hazan | |
- custom color chooser removed; - unused menu items removed; - version bump | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-13 | fixes (#1010) tabsrmm group chat colors regression (#1010) | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-30 | fixes #1010 (custom colors do not appear in the IRC log) | George Hazan | |
2017-10-02 | minor correction for #963 | George Hazan | |
2017-10-01 | code cleaning | George Hazan | |
2017-10-01 | huge crutch removed from tabSRMM, also fixes #963 | George Hazan | |
2017-09-30 | fixes #952 | George Hazan | |
2017-04-10 | code reorder to hide as much data as possible | George Hazan | |
2017-04-05 | SRMM* plugins switched to CCtrlRichEdit | George Hazan | |
2017-04-04 | SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵ | George Hazan | |
by someone's dirty hands | |||
2017-03-27 | code cleaning | George Hazan | |
2017-03-27 | fixes #777 (scrollbars disappeared from tabSRMM) | George Hazan | |
2017-03-25 | code cleaning | George Hazan | |
2017-03-23 | tabSRMM: windows virtualization | George Hazan | |
2017-03-21 | various code cleaning & name conflict resolution | George Hazan | |
2017-03-16 | tabSRMM: fix for saving private container options | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-08 | code cleaning | George Hazan | |
2017-03-07 | let this crap with the binary data format finally die | George Hazan | |
2017-03-07 | returned back the binary compatibility of tabsrmm container settings | George Hazan | |
2017-03-07 | compatibility fix for old profiles | George Hazan | |
2017-03-07 | splitter data removed from common chat session settings | George Hazan | |
2017-03-02 | code cleanup in tabSRMM | George Hazan | |
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder; |