summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2022-02-09db_is_module_empty & db_copy_module - new database helpersGeorge Hazan
2022-02-06duplicate event checking code moved to the coreGeorge Hazan
2022-02-02Visual Studio 2022 project filesGeorge Hazan
2022-01-27fixes #3016 (Названия журналов так и не ↵George Hazan
переводятся)
2022-01-10PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵George Hazan
shield on buttons that require escalation
2022-01-09more thorough fix for #2992George Hazan
2022-01-06SQLite: update to 3.37.2dartraiden
2022-01-05libcurl: pick up Miranda-specific commitsdartraiden
2022-01-05libcurl: update to 7.81.0dartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-31SQLite: update to 3.37.1dartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2021-12-04no need to patch libssh eitherGeorge Hazan
2021-12-04no need to patch pcre eitherGeorge Hazan
2021-12-04no need to patch sqlite3.h anymoreGeorge Hazan
2021-12-04compilation fixGeorge Hazan
2021-12-01SQLite: pick up Miranda-specific commitsdartraiden
2021-12-01SQLite: update to 3.37.0dartraiden
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-11-16libcurl: pick up Miranda-specific commitsdartraiden
2021-11-16libcurl: update to 7.80.0dartraiden
2021-11-16more shit removedGeorge Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-08-24libmdbx extracted back to the separate module, otherwise dbx_mdbx is marked ↵George Hazan
as new on each rebuild
2021-07-29libcurl: pick up Miranda-specific commitsdartraiden
2021-07-29libcurl: update to 7.78dartraiden
2021-06-30PCRE: pick up Miranda-specific commitsdartraiden
2021-06-30PCRE: update to 8.45dartraiden
2021-06-19SQLite: pick up Miranda-specific commitsdartraiden
2021-06-19SQLite: update to 3.36.0dartraiden
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-06-06Also update docsdartraiden
2021-06-06fixes #2909 (pthreads updated to 2.11.0)George Hazan
2021-05-26libcurl: pick up Miranda-specific commitsdartraiden
2021-05-26libcurl: update to 7.77dartraiden
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-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-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-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