summaryrefslogtreecommitdiff
path: root/libs/win64
AgeCommit message (Collapse)Author
2022-08-05fixes #3143 (autoexec_*.ini не стираются после ↵George Hazan
импорта, хотя для этого достаточно прав)
2022-08-03Jabber: initial version of Jingle supportGeorge Hazan
2022-08-03stduserinfo: empty pages to be droppedGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-06-20time to get rid of some DlgProc defined just to handle WM_SIZE issuesGeorge Hazan
2022-06-16Utils_CorrectFontSize - a function for dynamic font size adjustmentGeorge Hazan
2022-06-09UserInfo -> UI classesGeorge Hazan
2022-05-31fixes #3081 (mish-mash in mir_core.dll exports)George Hazan
2022-05-10Windows-specific code moved from mir_app to mir_coreGeorge Hazan
2022-05-10mad code removedGeorge Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
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-09fixes #3044 (Jabber: перенести опцию "Показывать ↵George Hazan
всплывающие окна с ошибками" в настройки всплывающих окон)
2022-03-09popup control moved from main menu to Options - Popups - Enabled itemsGeorge Hazan
2022-03-01CCtrlSpin: correct processing of negative valuesGeorge Hazan
2022-02-16more fixes for #3027George Hazan
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
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
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
2021-04-23fix for function prototypesGeorge Hazan
2021-04-19Chat_Mute - a function to set group chat mute mode programmaticallyGeorge Hazan
2021-04-11fixes #2789 (Import: опция "не загружать плагин при ↵George Hazan
старте" не работает)
2021-03-23fixes #2771 (Implement mdbx → sqlite converter)George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-07common chats sound & icon processing code moved to the coreGeorge Hazan
2021-03-01CCtrlSlider - new GUI componentGeorge Hazan
2021-01-31we import slower, but more securely (flush database time to time)George Hazan
2021-01-22further clist options optimizationGeorge Hazan
2021-01-11CTimer::Stop to return true if timer was activeGeorge Hazan