Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-12 | tabSRMM: DM_QUERYCLIENTAREA - unused message removed | George Hazan | |
2020-07-21 | fixes #2222 (TabSRMM: не отключать получение новых ↵ | George Hazan | |
сообщений при отключённой автопрокрутке) | |||
2020-07-07 | tabSRMM: events (file transfers) that go to group chats shall not clear log ↵ | George Hazan | |
window | |||
2020-05-12 | tabSRMM: some unused/obsoleted events removed | 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-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2020-03-22 | tabSRMM: removed all checks if m_hContact == 0, because it never happens | George Hazan | |
2020-02-16 | fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN) | George Hazan | |
2020-02-04 | fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | two more flags removed | George Hazan | |
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-10-21 | fixes #2097 (TabSRMM: log background color is broken) | George Hazan | |
2019-10-10 | duplicate history handler removed | George Hazan | |
2019-10-03 | fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen) | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-15 | fixes #2051 (TabSRMM: group chats icon) | George Hazan | |
2019-09-14 | tabSRMM: | George Hazan | |
- fixes #2055 (crash on opening template editor); - TContainerData got a constructor & destructor; - more methods moved to TContainerData class; - unused include file "templates.h" removed; - code cleaning | |||
2019-09-13 | tabSRMM: some DM_* messages removed | George Hazan | |
2019-09-12 | tabSRMM: single window | 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-11-12 | tabSRMM -> g_plugin | George Hazan | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
2018-09-25 | fixes #1596 (tabSRMM rarely crashes after click on the Close toolbar button) | George Hazan | |
2018-08-30 | fixes #1561 (TabSRMM warnings) | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-06-20 | tabSRMM: obsolete locale support code removed, because it doesn't work at all | George Hazan | |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-22 | Srmm_AddIcon unbound from hLangpack | George Hazan | |
2018-05-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
2018-03-11 | fixes #1181 (TabSRMM: bug with event handling) | George Hazan | |
2018-02-21 | tabsrmm: C++'11 iterators | 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-10-30 | fixes #1010 (custom colors do not appear in the IRC log) | George Hazan | |
2017-10-25 | click emulator used instead of direct handler call | George Hazan | |
2017-08-31 | unused control id removed | George Hazan | |
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |