Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | muted chat not to generate any sounds either | George Hazan | |
2020-09-14 | g_chatApi.LogToFile completely moved into the core | George Hazan | |
2020-09-08 | "Mute" string is already present in the langpack | dartraiden | |
2020-09-08 | Same string as in dbx_mdbx | dartraiden | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-25 | and also a chat mute extra icon | George Hazan | |
2020-08-24 | Chat 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-17 | WEBP support added to avatar support routines | George Hazan | |
2020-08-11 | fixes #2516 (Сжатие базы через менеджер ↵ | George Hazan | |
профилей не выдаёт никаких сообщений) | |||
2020-08-08 | Restore old name | dartraiden | |
2020-08-08 | Dbchecker: | 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-07 | database verification added to profile manager | George Hazan | |
2020-08-07 | fix for rare crash on exit | George Hazan | |
2020-08-07 | unused variable removed | George Hazan | |
2020-08-05 | fixes #2512 (StdMsg: broken group chat colors in the embedded log window) | George Hazan | |
2020-08-02 | attempt to fix icons sorting order | George Hazan | |
(cherry picked from commit 9e0133eefca4cacfb894974a53770c20482ed5cc) | |||
2020-07-30 | when a column button is clicked, Apply button shall be enabled | George Hazan | |
2020-07-30 | Event Filters dialog: ability to check / uncheck whole column | George Hazan | |
2020-07-30 | fix for event filters dialog | George Hazan | |
2020-07-26 | Options - Sounds: fix for the dialog size | George Hazan | |
2020-07-26 | fixes #2501 (Ability to disable incoming sounds in chats is lost) | George Hazan | |
2020-07-25 | minor changes in WebSocket creation | George Hazan | |
2020-07-24 | fixes #2500 ("Load server history" menu item may be occasionally hidden) | George Hazan | |
2020-07-24 | fixes #2497 (Unable to delete account right next to previous deleted) | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-22 | to #2492: we also need to free a session when a contact gets deleted | George Hazan | |
2020-07-21 | fixes #2233 (TabSRMM: add outgoing sound for groupchats) - method #2 | George Hazan | |
2020-07-14 | fixes #2421 (Список контактов не отображает ↵ | George Hazan | |
группы с длинными наименованиями) | |||
2020-07-13 | fix for very rare crash in clist_modern | George Hazan | |
2020-07-13 | fixes #2484 (rtf control: ограничить ширину меню ↵ | George Hazan | |
разумным значением) | |||
2020-07-09 | fixes #2473 (Блокировка настроек от изменения) | George Hazan | |
остальное описано в задаче | |||
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George 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-26 | fixes #2466 (occasional crash in SRMM icons module) | George Hazan | |
2020-06-26 | Auth dialog: clicking "Later" shall not call AUTH_DENY | George Hazan | |
2020-06-22 | temporary return of DbChecker | George Hazan | |
2020-06-18 | StdAway: | George Hazan | |
- all remaining dialogs -> UI classes; - options extracted to the separate module; - code reordering; | |||
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-15 | PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵ | George Hazan | |
messages to server | |||
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-06-10 | fixes #2438 (Jabber: списки приватности странно ↵ | George Hazan | |
себя ведут) + some another DoModal() calls cleaning | |||
2020-06-08 | fix for the metacontact's message filter | George Hazan | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | 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-02 | minor code optimization according to @tweimer's wish | George Hazan | |
2020-06-02 | additional fix for #2412 | George Hazan | |
2020-06-01 | fixes #2412 (Add ability to paste file URL instead of file sending initiation) | George Hazan | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-05-29 | def files removed from Source Files folder | George Hazan | |