summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-27fix: wrong fields orderGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26further code cleaningghazan
2021-12-22fixes #2991 (Clist_modern: crash on moving group)George Hazan
2021-12-21pascal headers syncGeorge Hazan
2021-12-19further code cleaningghazan
2021-12-19Miranda.h - first version that compiles under Linuxghazan
2021-12-19Windows API declarations isolated inside modulesGeorge Hazan
2021-12-19header files fix to eliminate Windows types for mir_appghazan
2021-12-04no need to patch pcre eitherGeorge Hazan
2021-12-04no need to patch sqlite3.h anymoreGeorge Hazan
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-11-14typo fixGeorge Hazan
2021-11-14compilation fixGeorge Hazan
2021-11-14codelite workspace & mir_core projectghazan
2021-11-07minor fixes for compilationghazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-09-09fix for a crappy ::GetCurrentThread call that breaks all Wait* functionsGeorge Hazan
2021-06-10fixes #2914 (unified empty history menu items)George Hazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George 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-05-15unused UI template removedGeorge 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-10hidden function Proto_GetAccount exported as Proto_GetContactAccountGeorge Hazan
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f)
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵George Hazan
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
2021-05-04attempt to fix some problems on exitGeorge Hazan
2021-05-02fixes #2858 (Некорректно работает опция у ↵George Hazan
кнопок "скрывать при нехватке места на тулбаре")
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
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-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-13fixes #2836 (Miranda keeps profile password in memory after checking it)George Hazan
2021-04-11fixes #2789 (Import: опция "не загружать плагин при ↵George Hazan
старте" не работает)
2021-03-29Srmm_* internal functions strangely went to group chat API...George Hazan
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-28code cleaningGeorge Hazan
2021-03-25ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handier parameter passingGeorge Hazan
2021-03-23fixes #2771 (Implement mdbx → sqlite converter)George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-19Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a ↵George Hazan
menu item hidden by default
2021-03-15fixes #2766 (Spin control suddenly returns previous position when called ↵George Hazan
from inside WM_NOTIFY)