summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/infopanel.cpp
AgeCommit message (Collapse)Author
2024-04-18fixes #4361 (tabSRMML: сломалось автоматическое ↵George Hazan
изменения размера области ввода)
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-09-25SmileyAdd: fix for the obsolete quirks in SmaileyAdd APIGeorge Hazan
2023-03-01tabSRMM: never activate infopanel for group chatsGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-09-26Utils_ClipboardCopy - system-wide helper for writing text to clipboardGeorge Hazan
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-07-29tabSRMM: fix for the perversion with private container settingsGeorge Hazan
2022-07-15sameGeorge Hazan
2022-06-18tabSRMM: unneeded message removedGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-11and also one more timer in tabSRMMGeorge 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-03-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-04tabSRMM:George Hazan
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump
2019-10-29rest of operational flags in tabSRMM moved to bool variablesGeorge Hazan
2019-10-29tabSRMM: get rid of manual bit operationsGeorge Hazan
2019-09-13tabSRMM: some DM_* messages removedGeorge Hazan
2019-09-12tabSRMM: single windowGeorge Hazan
2019-07-24massive warning fixGeorge 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-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-05-16tabSRMM -> CMPluginGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-26TabSRMM:George Hazan
- custom color chooser removed; - unused menu items removed; - version bump
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-08-31unused control id removedGeorge Hazan
2017-04-10code reorder to hide as much data as possibleGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-03tabSRMM:George Hazan
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed
2017-03-02further tabSRMM cleanupGeorge Hazan
- duplicated functionality moved to CTabBaseDlg::DlgProc; - groupchat specific divider options removed, global ones are used instead; - more UI classes for CChatRoomDlg; - code cleaning
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-03-01further code cleaningGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan