Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | db_is_module_empty & db_copy_module - new database helpers | George Hazan | |
2022-02-06 | duplicate event checking code moved to the core | George Hazan | |
2022-02-02 | Visual Studio 2022 project files | George Hazan | |
2022-01-27 | fixes #3016 (Названия журналов так и не ↵ | George Hazan | |
переводятся) | |||
2022-01-10 | PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵ | George Hazan | |
shield on buttons that require escalation | |||
2022-01-09 | more thorough fix for #2992 | George Hazan | |
2022-01-06 | SQLite: update to 3.37.2 | dartraiden | |
2022-01-05 | libcurl: pick up Miranda-specific commits | dartraiden | |
2022-01-05 | libcurl: update to 7.81.0 | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-31 | SQLite: update to 3.37.1 | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | WCHAR -> wchar_t | George Hazan | |
2021-12-04 | no need to patch libssh either | George Hazan | |
2021-12-04 | no need to patch pcre either | George Hazan | |
2021-12-04 | no need to patch sqlite3.h anymore | George Hazan | |
2021-12-04 | compilation fix | George Hazan | |
2021-12-01 | SQLite: pick up Miranda-specific commits | dartraiden | |
2021-12-01 | SQLite: update to 3.37.0 | dartraiden | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-11-16 | libcurl: pick up Miranda-specific commits | dartraiden | |
2021-11-16 | libcurl: update to 7.80.0 | dartraiden | |
2021-11-16 | more shit removed | George Hazan | |
2021-11-07 | update for system includes & import libraries | George Hazan | |
2021-11-07 | first version of mir_core that builds under Linux | ghazan | |
2021-08-24 | libmdbx extracted back to the separate module, otherwise dbx_mdbx is marked ↵ | George Hazan | |
as new on each rebuild | |||
2021-07-29 | libcurl: pick up Miranda-specific commits | dartraiden | |
2021-07-29 | libcurl: update to 7.78 | dartraiden | |
2021-06-30 | PCRE: pick up Miranda-specific commits | dartraiden | |
2021-06-30 | PCRE: update to 8.45 | dartraiden | |
2021-06-19 | SQLite: pick up Miranda-specific commits | dartraiden | |
2021-06-19 | SQLite: update to 3.36.0 | dartraiden | |
2021-06-07 | fixes #2912 (Drop WinCrypto API support) | George Hazan | |
2021-06-06 | Also update docs | dartraiden | |
2021-06-06 | fixes #2909 (pthreads updated to 2.11.0) | George Hazan | |
2021-05-26 | libcurl: pick up Miranda-specific commits | dartraiden | |
2021-05-26 | libcurl: update to 7.77 | dartraiden | |
2021-05-22 | fixes #2888 (Update TinyXML2 to 8.10) | George Hazan | |
2021-05-20 | mir_wstrstri - case-insensitive search of substring, Unicode version | George Hazan | |
2021-05-15 | SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW command | George Hazan | |
2021-05-13 | UI 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-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2021-05-10 | hidden function Proto_GetAccount exported as Proto_GetContactAccount | George Hazan | |
(cherry picked from commit 922d0cccd71e54d1ad5af0a3f59ac54de065eb6f) | |||
2021-05-10 | CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵ | George Hazan | |
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817) | |||
2021-04-30 | fixes #2859 (Импорт: дублируются контакты ICQ и ↵ | George Hazan | |
FaceBook) | |||
2021-04-29 | more const qualifiers | George Hazan | |
2021-04-29 | UI classes: | George Hazan | |
- added method CCtrlBase::GetCaretPos() to calculate context menu position; - added missing const qualifiers for Get* methods | |||
2021-04-24 | WebSocket: different stubs for sending text & binary packets | George Hazan | |