Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-18 | fixes #4361 (tabSRMML: сломалось автоматическое ↵ | George Hazan | |
изменения размера области ввода) | |||
2024-02-23 | clipboard copy function is able now to copy in multiple formats at a time | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-09-25 | SmileyAdd: fix for the obsolete quirks in SmaileyAdd API | George Hazan | |
2023-03-01 | tabSRMM: never activate infopanel for group chats | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-09-26 | Utils_ClipboardCopy - system-wide helper for writing text to clipboard | George Hazan | |
2022-09-24 | tabSRMM: death of proprietary option tree | George Hazan | |
2022-07-29 | tabSRMM: fix for the perversion with private container settings | George Hazan | |
2022-07-15 | same | George Hazan | |
2022-06-18 | tabSRMM: unneeded message removed | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-11 | and also one more timer in tabSRMM | George Hazan | |
2020-05-04 | tabSRMM: | George Hazan | |
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed; | |||
2020-03-22 | tabSRMM: removed all checks if m_hContact == 0, because it never happens | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | rest of operational flags in tabSRMM moved to bool variables | George Hazan | |
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-09-13 | tabSRMM: some DM_* messages removed | George Hazan | |
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-03-07 | tabSRMM: | 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-04 | Update copyrights | dartraiden | |
2018-07-24 | database: | 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-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-26 | TabSRMM: | George Hazan | |
- custom color chooser removed; - unused menu items removed; - version bump | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-31 | unused control id removed | George Hazan | |
2017-04-10 | code reorder to hide as much data as possible | George Hazan | |
2017-04-04 | SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵ | George Hazan | |
by someone's dirty hands | |||
2017-03-24 | m_message & m_log moved inside mir_app | George Hazan | |
2017-03-22 | - more SRMM buttons went to mir_app; | George Hazan | |
- history button handler also moved to mir_app; | |||
2017-03-21 | various code cleaning & name conflict resolution | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-08 | code cleaning | George Hazan | |
2017-03-03 | tabSRMM: | George Hazan | |
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed | |||
2017-03-02 | further tabSRMM cleanup | George 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-02 | further SRMM window unification | George Hazan | |
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM | |||
2017-03-01 | further code cleaning | George Hazan | |
2017-03-01 | name conflict resolution | George Hazan | |