summaryrefslogtreecommitdiff
path: root/libs/win32
AgeCommit message (Collapse)Author
2024-11-05fixes #3091 (StdMsg/Scriver: Get rid of all hardcoded hotkeys)George Hazan
2024-11-04FreeImage: no need to rebuild each time + TARGA supportGeorge Hazan
2024-10-29code cleaningGeorge Hazan
2024-10-17libraries removed due to GPL license violationGeorge Hazan
2024-10-16common code went to the coreGeorge Hazan
2024-10-15fixes #4720 (NewStory: встроить функциональность ↵George Hazan
MessageState)
2024-10-15Telegram: update for compatibility layer librariesGeorge Hazan
2024-10-14Windows XP compatibility for Telegram module (#4729)Shane Fournier
* These changes should allow telegram.dll to build as an XP-compatible component, using LSC wrapper DLLs to resolve dependencies in kernel32.dll and ws2_32.dll. mir_app also uses the LSC wrapper in place of kernel32 to load telegram.dll with support for implicit thread local storage. * Corrected mir_app link target * Now returning to this code, correcting the Telegram build to incorporate the libs properly. * Removed requirement for pwrp_k32 in mir_app. The TLS loading process will now be performed through GetSystemTimeAsFileTime in the Telegram DLL as calls to that function are made before this first TLS access attempt. --------- Co-authored-by: win32ss <win32ss@nulln.nl>
2024-10-14common group chat code moved to mir_appGeorge Hazan
2024-10-04SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM)George Hazan
2024-09-18fixes #4682 (Scriver: пропала подсветка свёрнутого ↵George Hazan
окна в панели задач)
2024-09-18fixes #4684 (Skypeweb: сломалась автозагрузка файлов)George Hazan
2024-09-17fixes #4679 (NewStory: кнопка "Цитата" плагина ↵George Hazan
сообщений цитирует не выбранное событие, а последнее)
2024-09-16fixes #4675 (Не работают кнопки форматирования ↵George Hazan
в StdMsg/Scriver)
2024-09-12+ import libs for mir_appGeorge Hazan
2024-09-11fixes #4653 (Плагины сообщений: невозможно ↵George Hazan
удалить имя группы чатов)
2024-07-21fixes #4555 (Задваиваются контакты протоколов, ↵George Hazan
где есть кэш)
2024-07-16fixes #4532 (UInfoEx: зависание после вгружения на ↵George Hazan
лету)
2024-06-19code cleaning for clipboard copying proceduresGeorge Hazan
2024-06-17fixes #4466 (Telegram: при очистке истории канала ↵George Hazan
нужно блокировать опции про удаление истории с сервера)
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-06-13Discord: update for import libs to use opus from gstreamerGeorge Hazan
2024-06-10Utils_GenerateUUID - a helper for UUID generationGeorge Hazan
2024-06-09ok, let's switch to vanilla Opus codecGeorge Hazan
2024-06-07update for 32-bit import libraryGeorge Hazan
2024-05-30code cleaningGeorge Hazan
2024-05-19Clist_GroupDelete: bool bSilent parameter added not to ask stupid questionsGeorge Hazan
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-05-12completely fixes #629 (Support for Discord) - reactionsGeorge Hazan
2024-05-12merge commitGeorge Hazan
2024-05-07ME_DB_EVENT_SETJSON - separate event fired when only the JSON part of event ↵George Hazan
is changed
2024-04-17db_event_delivered + ME_DB_EVENT_DELIVERED = helper & hookable event to ↵George Hazan
catch event's delivery to a server
2024-04-15preview folder extracted to the separate directory in profileGeorge Hazan
2024-03-18litehtml - lightweight html rendererGeorge Hazan
2024-03-15fixes #4214 ([Telegram] Crash)George Hazan
2024-03-15newStrW - Unicode version of the newStr() functionGeorge Hazan
2024-03-10NewStory: no need to store hEvent twice, since there's one inside DB::EventInfoGeorge Hazan
2024-03-10fixes #4275 (any SRMM marks an event as read even if the window isn't active)George Hazan
2024-03-10code cleaningGeorge Hazan
2024-03-06Chat_Find(MCONTACT) - new useful helperGeorge Hazan
2024-02-24CCtrlRichEdit::GetPlainRtf - a method to get plain (non-Unicode) text in RTFGeorge Hazan
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-02-06a crutch for PS_GETSTATUS for old protocolsGeorge Hazan
2024-01-31fixes #4149 (OpenSSL: switch to OpenSSL 3.x)George Hazan
2024-01-27fixes #4140 (NewStory: удаление отдельных сообщений)George Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2024-01-19the ancient atavism extincted: PROTORECVFILE structure with its own set of flagsGeorge Hazan
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2024-01-17json2file + file2json = helpers to load json from file and write it backGeorge Hazan