Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | fixes #2501 (Ability to disable incoming sounds in chats is lost) | 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-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-17 | fix for magic constants in tabSRMM log color options | George Hazan | |
2019-08-13 | last tabSRMM options dialog went to UI classes | George Hazan | |
2019-08-12 | tabSRMM: old perversion for chat options removed | George Hazan | |
2019-08-09 | fixes #2023 (Cannot edit "Open new chat rooms in the default container" ↵ | George Hazan | |
setting when using a screen reader on Windows) | |||
2019-06-04 | tabSRMM: | George Hazan | |
- duplicate code removed; - code cleaning | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-01 | tabSRMM: old perversion removed | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-12-08 | chats: | George Hazan | |
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord) | |||
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-03 | fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not ↵ | George Hazan | |
work correctly) | |||
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-14 | fixes #1496 (TabSRMM: crash when opening Settings > Message sessions > ↵ | George Hazan | |
Groupchats> Highlighting) | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-14 | tabSRMM: chat options -> UI Classes | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-05-08 | decapitalization | dartraiden | |
2018-04-08 | stupid option removed from group chats according to results of voting | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-01-26 | code optimization | George Hazan | |
2018-01-22 | tabSRMM: empty highlight list isn't stored in profile | George Hazan | |
2018-01-19 | tabSRMM: it should be possible to set default style for the message input ↵ | George Hazan | |
area's font | |||
2018-01-01 | massive copyright update | dartraiden | |
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-16 | the whole idea of customizable colors in chat considered totally useless | 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-14 | some fixes to make Coverity happier | George Hazan | |
2017-03-11 | group chats: | George Hazan | |
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg | |||
2017-03-08 | code cleaning | George Hazan | |
2017-03-08 | code reordering | George Hazan | |