summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msglog.cpp
AgeCommit message (Collapse)Author
2023-03-15HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded methodGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-09fixes #2984 (tabSRMM: status change events ignore font & color settings)George Hazan
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-10-16code simplificationGeorge Hazan
2021-08-25tabSRMM: fix for broken status change messages drawingGeorge Hazan
2021-07-14oops... forgotten one line of codeGeorge Hazan
2021-07-14tabSRMM: fix for mangled message logGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-03-13tabSRMM: further log code cleaningGeorge Hazan
2021-03-13tabSRMM: no need to generate unneeded \\par and then heroically remove it ↵George Hazan
each time + code cleaning
2021-03-13tabSRMM: perversion with bit flags removedGeorge Hazan
2021-03-13fixes #2742 (TabSRMM: съезжает предпросмотр шаблона)George Hazan
2021-01-17Update copyrightsdartraiden
2020-07-21fixes #2222 (TabSRMM: не отключать получение новых ↵George Hazan
сообщений при отключённой автопрокрутке)
2020-05-04tabSRMM:George Hazan
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed;
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-03-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan
2020-02-04fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts)George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-29two more flags removedGeorge Hazan
2019-10-29rest of operational flags in tabSRMM moved to bool variablesGeorge Hazan
2019-10-21tabSRMM: fixes problem with TAB in group chatsGeorge Hazan
2019-10-03fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen)George Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-09-12tabSRMM: single windowGeorge Hazan
2019-05-29warning fixesGeorge Hazan
2019-03-07tabSRMM:George Hazan
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution
2019-01-04Update copyrightsdartraiden
2018-10-30tabSRMM:George Hazan
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning
2018-06-19tabSRMM: even empty events shall be marked as readGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-02-21tabsrmm: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-30fixes #1010 (custom colors do not appear in the IRC log)George Hazan
2017-10-01code cleaningGeorge Hazan