summaryrefslogtreecommitdiff
path: root/plugins/Scriver
AgeCommit message (Collapse)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2021-12-04Make the name of the internal log translatabledartraiden
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-04-11fixes #2837 (Scriver: internal chat log in groupchat is cleared after file ↵George Hazan
sent via HTTP File Upload Scriver)
2021-03-2821 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-13Group 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-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-01-25fixes #2714 (Scriver: problems with resizer)George Hazan
2021-01-24more effective way to use OnChange callbacks automaticallyGeorge Hazan
2021-01-18fixes #2701 (Remove artifact from Scriver popups options)George Hazan
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-18Scriver: minor fix for options dialogGeorge Hazan
2021-01-18fixes #2697 (Scriver: падение при попытке зайти в ↵George Hazan
настройки)
2021-01-17Update copyrightsdartraiden
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2021-01-07we don't have to restore unread events from blocked accountsGeorge Hazan
2020-11-19fixes #2610 (Message plugins: add abitity to Ctrl+V file)George Hazan
2020-11-19fixes #2617 (nicklist & filter buttons to display current state in group chats)George Hazan
2020-10-11fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵George Hazan
work by default)
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-08-18SmileyAdd:George Hazan
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump;
2020-07-26fixes #2501 (Ability to disable incoming sounds in chats is lost)George Hazan
2020-07-14fixes #2256 (Scriver: после смены цвета фона ↵George Hazan
пропадает лог конфы)
2020-07-13fixes #2479 (Изменение размера текста в логе и ↵George Hazan
области ввода колесом мыши)
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-04UI 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-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-01frankly speaking, neither colors not effects have flagsGeorge Hazan
2020-05-01FIDF_DEFAULTVALID: code cleaningGeorge Hazan
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-04-21code cleaningGeorge Hazan
2020-03-30fixes #2278 (TabSRMM cannot drop file to input area)George 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-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-13Scriver:George Hazan
- another case of copying text in ANSI fixed; - useless method CMsgDialog::GetContactUniqueId removed; - code cleaning;
2020-03-12fixes #2250 (StdMsg doesn't accept file transfers)George Hazan
2020-03-11fixes #2254 (Scriver: настройки прозрачности ↵George Hazan
перепутаны)
2020-03-04fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵George Hazan
use selected text)
2020-03-03HM_DBEVENTADDED to be delayed, instead of sending it immediatelyGeorge Hazan
2020-02-25Scriver: fix for a rare crash in group chatsGeorge Hazan