summaryrefslogtreecommitdiff
path: root/src/mir_app
AgeCommit message (Collapse)Author
2020-09-17muted chat not to generate any sounds eitherGeorge Hazan
2020-09-14g_chatApi.LogToFile completely moved into the coreGeorge Hazan
2020-09-08"Mute" string is already present in the langpackdartraiden
2020-09-08Same string as in dbx_mdbxdartraiden
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-25and also a chat mute extra iconGeorge Hazan
2020-08-24Chat API:George Hazan
- unused function CHAT_MANAGER::AddEvent removed and made local; - "Mute" parameter is added to any chat, turning short/long blinking mode; - code optimization
2020-08-17WEBP support added to avatar support routinesGeorge Hazan
2020-08-11fixes #2516 (Сжатие базы через менеджер ↵George Hazan
профилей не выдаёт никаких сообщений)
2020-08-08Restore old namedartraiden
2020-08-08Dbchecker:George Hazan
- all global data removed, DbToolOptions now acts as an object attached to the wizard; - many glitches removed; - profile manager in the core now teached to use DBChecker, if present
2020-08-07database verification added to profile managerGeorge Hazan
2020-08-07fix for rare crash on exitGeorge Hazan
2020-08-07unused variable removedGeorge Hazan
2020-08-05fixes #2512 (StdMsg: broken group chat colors in the embedded log window)George Hazan
2020-08-02attempt to fix icons sorting orderGeorge Hazan
(cherry picked from commit 9e0133eefca4cacfb894974a53770c20482ed5cc)
2020-07-30when a column button is clicked, Apply button shall be enabledGeorge Hazan
2020-07-30Event Filters dialog: ability to check / uncheck whole columnGeorge Hazan
2020-07-30fix for event filters dialogGeorge Hazan
2020-07-26Options - Sounds: fix for the dialog sizeGeorge Hazan
2020-07-26fixes #2501 (Ability to disable incoming sounds in chats is lost)George Hazan
2020-07-25minor changes in WebSocket creationGeorge Hazan
2020-07-24fixes #2500 ("Load server history" menu item may be occasionally hidden)George Hazan
2020-07-24fixes #2497 (Unable to delete account right next to previous deleted)George Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-22to #2492: we also need to free a session when a contact gets deletedGeorge Hazan
2020-07-21fixes #2233 (TabSRMM: add outgoing sound for groupchats) - method #2George Hazan
2020-07-14fixes #2421 (Список контактов не отображает ↵George Hazan
группы с длинными наименованиями)
2020-07-13fix for very rare crash in clist_modernGeorge Hazan
2020-07-13fixes #2484 (rtf control: ограничить ширину меню ↵George Hazan
разумным значением)
2020-07-09fixes #2473 (Блокировка настроек от изменения)George Hazan
остальное описано в задаче
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-06-26fixes #2466 (occasional crash in SRMM icons module)George Hazan
2020-06-26Auth dialog: clicking "Later" shall not call AUTH_DENYGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-18StdAway:George Hazan
- all remaining dialogs -> UI classes; - options extracted to the separate module; - code reordering;
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-08fix for the metacontact's message filterGeorge Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge 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-02minor code optimization according to @tweimer's wishGeorge Hazan
2020-06-02additional fix for #2412George Hazan
2020-06-01fixes #2412 (Add ability to paste file URL instead of file sending initiation)George Hazan
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-05-29def files removed from Source Files folderGeorge Hazan