summaryrefslogtreecommitdiff
path: root/libs/win32
AgeCommit message (Collapse)Author
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2024-01-17json2file + file2json = helpers to load json from file and write it backGeorge Hazan
2024-01-16fixes #4078 (Сделать меню групп доступнее)George Hazan
2024-01-15fixes #4124 (Плагины на Pascal перестали вгружаться)George Hazan
2024-01-09Netlib_DownloadFile - chunk gatherer which writes down data directly to a ↵George Hazan
file, without storing anything in memory
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-09UnregisterDatabasePlugin - a function to unload database driver on the flowGeorge Hazan
2024-01-08no need to call PSS_GETINFO, PSS_GETAWAYMSG, PSS_FILEALLOW, PSS_FILEDENY & ↵George Hazan
PSS_FILECANCEL via Proto_ChainSend with all those filters etc, the simple call of CallContactService is enough
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04Netlib: pascal code is completely isolated from C++ core using helpersGeorge Hazan
2024-01-02import library fixGeorge Hazan
2023-12-29fixes #4085 (Удалить настройки невидимости)George Hazan
2023-12-28newStr - simple helper for OBJLIST<char>George Hazan
2023-12-28Import: JSON export code moved into the Import plugin to maintain ↵George Hazan
consistency between export & import
2023-12-28CCtrlMButton::SetTooltip extracted to the separate functionGeorge Hazan
2023-12-26update for librariesGeorge Hazan
2023-12-25CallContactService - useful helper exported from mir_appGeorge Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-22DB::EventInfo::wipeNotify - useful helper to hide blinking event both from ↵George Hazan
database & contact list
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-12-19CUserInfoPageDlg does not refresh information when it receives ↵George Hazan
PSN_INFOCHANGED notification
2023-12-13MS_FILE_* services became useless since StdFile diedGeorge Hazan
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-12-09DB::EventInfo.isAlertable - a helper to detect whether a SRMM window should ↵George Hazan
be raised for an event or not
2023-12-07EventExists: a helper to check the hookable event's presenceGeorge Hazan
2023-12-04DB::EventInfo::unload - a helper to invalidate event contentsGeorge Hazan
2023-12-04DB::EventInfo::fetch - a function to renew event contents on the flowGeorge Hazan
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-12-03SRMM: quote panelGeorge Hazan
2023-11-24fixes #3958 (Telegram: сообщение о новом входе ↵George Hazan
приходят на английском)
2023-11-21SRMM toolbar buttons that require input window to be visible are marked as ↵George Hazan
BBBF_NOREADONLY
2023-11-21added ability to mark contacts as read-onlyGeorge Hazan
2023-11-10fixes #3906 (UInfoEx: не переводятся интересы в ↵George Hazan
профиле контакта)
2023-11-08fixes #3882 (tabSRMM: пропал перевод у пункта меню ↵George Hazan
"Закрыть вкладку")
2023-11-06fixes #3822 (Пропал перевод описаний ↵George Hazan
выгруженных плагинов)
2023-11-05import libraries update for mir_coreGeorge Hazan
2023-11-05Popup+ specific functionality localized inside Popup+George Hazan
2023-11-02fixes #3596 (ICQ: "Copy URL" в контекстном меню ↵George Hazan
журнала/истории на оффлайн файле отдает бессмысленную ссылку)
2023-10-15fixes #3738 (CrashDumper: ошибочный показ активного ↵George Hazan
журнала)
2023-09-28fixes #3691 (tabSRMM: перестала работать настройка ↵George Hazan
"Фон журнала")
2023-09-26Group chat options are applied alongside the private window options updateGeorge Hazan
2023-09-26SRMM options update unificationGeorge Hazan
2023-09-21update for mir_app export librariesGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-09-06fixes #3667 (Telegram: add message edit feature)George Hazan
2023-09-05CSrmmBaseDialog::SetMessageText - move all low-level stuff inside a functionGeorge Hazan
2023-09-05SRMM: quoting unificationGeorge Hazan
2023-08-14IconFlashTime - old option converted to CMOptionGeorge Hazan
2023-08-09fixes #3625 (Скрывать настройки шрифтов и ↵George Hazan
цветов встроенного журнала плагина сообщений, если в качестве журнала выбран сторонний журнал)