Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-12-26 | WCHAR -> wchar_t | George Hazan | |
2021-12-04 | Make the name of the internal log translatable | dartraiden | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-05-20 | mir_wstrstri - case-insensitive search of substring, Unicode version | George Hazan | |
2021-05-15 | SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW command | George Hazan | |
2021-04-11 | fixes #2837 (Scriver: internal chat log in groupchat is cleared after file ↵ | George Hazan | |
sent via HTTP File Upload Scriver) | |||
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-03-13 | Group chats API: | George Hazan | |
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them | |||
2021-02-27 | fixes #2753 (by default only checkboxes should be notified about OnChange ↵ | George Hazan | |
before OnInitDialog) | |||
2021-01-25 | fixes #2714 (Scriver: problems with resizer) | George Hazan | |
2021-01-24 | more effective way to use OnChange callbacks automatically | George Hazan | |
2021-01-18 | fixes #2701 (Remove artifact from Scriver popups options) | George Hazan | |
2021-01-18 | fixes #2700 (Scriver: при открытии окна через попап ↵ | George Hazan | |
отображается лишь одно сообщение) | |||
2021-01-18 | Scriver: minor fix for options dialog | George Hazan | |
2021-01-18 | fixes #2697 (Scriver: падение при попытке зайти в ↵ | George Hazan | |
настройки) | |||
2021-01-17 | Update copyrights | dartraiden | |
2021-01-16 | glory, glory, halleluya: perversive manual call of OnChange() event inside ↵ | George Hazan | |
OnInitDialog isn't needed anymore | |||
2021-01-11 | SRMM windows: timer classes instead of perversions with WM_TIMER | George Hazan | |
2021-01-07 | we don't have to restore unread events from blocked accounts | George Hazan | |
2020-11-19 | fixes #2610 (Message plugins: add abitity to Ctrl+V file) | George Hazan | |
2020-11-19 | fixes #2617 (nicklist & filter buttons to display current state in group chats) | George Hazan | |
2020-10-11 | fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵ | George Hazan | |
work by default) | |||
2020-10-11 | fixes #2590 (TabSRMM: Cannot setup event filter) | George Hazan | |
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-07-26 | fixes #2501 (Ability to disable incoming sounds in chats is lost) | George Hazan | |
2020-07-14 | fixes #2256 (Scriver: после смены цвета фона ↵ | George Hazan | |
пропадает лог конфы) | |||
2020-07-13 | fixes #2479 (Изменение размера текста в логе и ↵ | George Hazan | |
области ввода колесом мыши) | |||
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
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-01 | frankly speaking, neither colors not effects have flags | George Hazan | |
2020-05-01 | FIDF_DEFAULTVALID: code cleaning | George Hazan | |
2020-04-25 | CLogWindow::LogEvents considered useless and localized inside tabSRMM | George Hazan | |
2020-04-21 | code cleaning | George Hazan | |
2020-03-30 | fixes #2278 (TabSRMM cannot drop file to input area) | 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-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 | Scriver: | George Hazan | |
- another case of copying text in ANSI fixed; - useless method CMsgDialog::GetContactUniqueId removed; - code cleaning; | |||
2020-03-12 | fixes #2250 (StdMsg doesn't accept file transfers) | George Hazan | |
2020-03-11 | fixes #2254 (Scriver: настройки прозрачности ↵ | George Hazan | |
перепутаны) | |||
2020-03-04 | fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵ | George Hazan | |
use selected text) | |||
2020-03-03 | HM_DBEVENTADDED to be delayed, instead of sending it immediately | George Hazan | |
2020-02-25 | Scriver: fix for a rare crash in group chats | George Hazan | |