summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-06-06fixes #2905 (Issues while searching in user history)George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-06-04StdUIHist:George Hazan
- fixes #2907 (StdHistory: add Del hotkey); - fixes #2906 (User history dialog GUI)
2021-05-29compilation fixGeorge Hazan
2021-05-29fixes #2893 (Сейчас, чтобы запустить поиск по ↵George Hazan
истории, нужно нажать мышкой кнопку "Find". Но рука сама тянется к Ctrl+F)
2021-05-22fixes #2888 (Update TinyXML2 to 8.10)George Hazan
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-05-20fix for C++ runtime locale settingsGeorge Hazan
2021-05-16Clist_GroupBuildMenu: fix to use menu id as MGROUPGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-13UI classes & core code cleaning:George Hazan
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly; - start menu item id parameter added to Clist_GroupBuildMenu(); - CNF_MAX macro added to simplify cycles over CNF_* array; - custom draw support for CCtrlListView & CCtrlTreeView; - Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10crash fixed when account name equals protocol nameGeorge Hazan
2021-05-10hidden function Proto_GetAccount exported as Proto_GetContactAccountGeorge Hazan
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f)
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵George Hazan
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
2021-05-03fixes #2871 (Crash at SRMM window open)George Hazan
2021-05-02fixes #2869 (DbEditor: в некоторых областях экрана ↵George Hazan
вызывается неправильное контекстное меню)
2021-04-30fixes #2856 (Пропала возможность выгрузить ↵George Hazan
плагин)
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-04-29if error returned, CCtrlListView::GetItem shall also return errorGeorge Hazan
2021-04-29fix for menu position calculationGeorge Hazan
2021-04-29more const qualifiersGeorge Hazan
2021-04-29UI classes:George Hazan
- added method CCtrlBase::GetCaretPos() to calculate context menu position; - added missing const qualifiers for Get* methods
2021-04-27code optimization (minus one cycle)George Hazan
2021-04-27SRMM/DisableCustomLogsForProto STRING - list of account names ↵George Hazan
(comma/space/semicolon separated) that use built-in groupchat viewer only
2021-04-26s-shit...George Hazan
2021-04-25suddenly: major crutch to handle WhatsApp groupchats historyGeorge Hazan
2021-04-24WebSocket: different stubs for sending text & binary packetsGeorge Hazan
2021-04-23fix for function prototypesGeorge Hazan
2021-04-19Chat_Mute - a function to set group chat mute mode programmaticallyGeorge Hazan
2021-04-13MDatabaseCache: additional lock for global settings arrayGeorge Hazan
2021-04-13spelling correctiondartraiden
2021-04-13fixes #2836 (Miranda keeps profile password in memory after checking it)George Hazan
2021-04-11custom references to "PluginDisable" module removedGeorge Hazan
2021-04-11fixes #2789 (Import: опция "не загружать плагин при ↵George Hazan
старте" не работает)
2021-04-11unneeded ME_SYSTEM_MODULESLOADED hooks inside mir_app.dll joined togetherGeorge Hazan
2021-04-10protocol menus to be initialized after contact list menus creationGeorge Hazan
2021-04-09fixes duplicate contacts in Facebook & ICQ, when a modal dialog blocks ↵George Hazan
Miranda's start
2021-04-05Fix resource (thx @tweimer)Alexander Gavrilov
2021-04-04fixes #2829 (перестарался при исправлении ↵George Hazan
ошибки с опциями аккаунта)
2021-04-04History encryption is not something paranoiddartraiden
2021-04-02fixes #2824 (Новый профиль автоматически ↵George Hazan
создаётся в MDBX)
2021-03-31fixes #2797 (Windows XP: cannot disable any menu item)George Hazan
2021-03-31fixes #2802 (Options are duplicated after opening in account manager)George Hazan
2021-03-30fixes #2812 (Profile manager: if a profile was opened, you could see it was ↵George Hazan
being used by a red X mark icon. But it doesn't seem to work with SQLite)r
2021-03-29UI classes: splitter doesn't reset edit field after ApplyGeorge Hazan
- fixes #2818 (TabSRMM: не хватает ограничителей) - fixes #2817 (StdMsg: не хватает ограничителей)
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-25EnterString dialog -> UI classes (also fixes crash in #2803)George Hazan