summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2022-05-10fix for MFilePath under Linuxgeorgehazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
2022-04-20more fixes for #3066George Hazan
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-03-15file iterators implementation for Windows API + major code cleaning in ↵George Hazan
Profile Manager window
2022-03-15file iterators, first versionghazan
2022-03-09fixes #3044 (Jabber: перенести опцию "Показывать ↵George Hazan
всплывающие окна с ошибками" в настройки всплывающих окон)
2022-03-09popup control moved from main menu to Options - Popups - Enabled itemsGeorge Hazan
2022-03-09CDlgBase::GetInst() is not inlined anymoreGeorge Hazan
2022-03-01CCtrlSpin: correct processing of negative valuesGeorge Hazan
2022-02-27more code cleaningghazan
2022-02-27minor fixesghazan
2022-02-16fixes #3033 ("Gap between buttons" option is broken)George Hazan
2022-02-10two extensions for CCtrlTreeOpts for memory variablesGeorge Hazan
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-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-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)