summaryrefslogtreecommitdiff
path: root/libs/win64/mir_core.lib
AgeCommit message (Expand)Author
2024-06-19code cleaning for clipboard copying proceduresGeorge Hazan
2024-06-10Utils_GenerateUUID - a helper for UUID generationGeorge Hazan
2024-04-17db_event_delivered + ME_DB_EVENT_DELIVERED = helper & hookable event to catch...George Hazan
2024-03-15newStrW - Unicode version of the newStr() functionGeorge 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-01-02import library fixGeorge Hazan
2023-12-28newStr - simple helper for OBJLIST<char>George Hazan
2023-12-28CCtrlMButton::SetTooltip extracted to the separate functionGeorge Hazan
2023-12-07EventExists: a helper to check the hookable event's presenceGeorge Hazan
2023-11-24fixes #3958 (Telegram: сообщение о новом входе прихо...George Hazan
2023-11-10fixes #3906 (UInfoEx: не переводятся интересы в про...George Hazan
2023-11-08fixes #3882 (tabSRMM: пропал перевод у пункта меню "...George Hazan
2023-11-06fixes #3822 (Пропал перевод описаний выгруженн...George Hazan
2023-11-05mir_fonts.cpp erased because the problems with translationGeorge Hazan
2023-09-06fixes #3667 (Telegram: add message edit feature)George Hazan
2023-07-27fixes #3584 (Оффлайновые файлы: не открывать ск...George Hazan
2023-07-09MShareable - dirty crutch instead of using std::shared_ptr, which is incompat...George Hazan
2023-04-28CCtrlPages: owned dialogs to be created from the very beginningGeorge Hazan
2023-04-11DB::FILE_BLOB expansion for the offline file transfers, part IGeorge Hazan
2023-03-27fixes #3465 (broken Profile Manager's UI)George Hazan
2023-03-09db_get_usm / getMStringU - helpers to read UTF8 strings as CMStringAGeorge Hazan
2023-01-05new database functions for TelegramGeorge Hazan
2022-12-25db_event_replace: new helper to eliminate duplicate eventsGeorge Hazan
2022-12-15fixes #3268 (Accessibility: Can't determine states of checkboxes with a scree...George Hazan
2022-10-06uint8_t is far more kosher than char considering binary buffersGeorge Hazan
2022-10-05update for mir_core import librariesGeorge Hazan
2022-09-30shitty C++ doesn't work without this operatorGeorge Hazan
2022-09-29additional helper for base64 encoding of MBinBuffer contentsGeorge Hazan
2022-09-26code cleaningGeorge Hazan
2022-09-26Utils_ClipboardCopy - system-wide helper for writing text to clipboardGeorge Hazan
2022-09-17MBinBuffer made a bit smarter to allow the decent people to return it from fu...George 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-05-10Windows-specific code moved from mir_app to mir_coreGeorge Hazan
2022-05-10mad code removedGeorge Hazan
2022-03-15file iterators implementation for Windows API + major code cleaning in Profil...George Hazan
2022-03-01CCtrlSpin: correct processing of negative valuesGeorge Hazan
2022-02-16more fixes for #3027George Hazan
2022-02-10two extensions for CCtrlTreeOpts for memory variablesGeorge Hazan
2022-02-09db_is_module_empty & db_copy_module - new database helpersGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-11-07update for system includes & import librariesGeorge 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
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - n...George Hazan
2021-04-29more const qualifiersGeorge Hazan