Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | SM_BroadcastMessage removed from CHAT_MANAGER, we don't need it anymore | George Hazan | |
2019-09-13 | tabSRMM: no more chat_window.cpp | George Hazan | |
2019-09-13 | tabSRMM: minor code reordering | George Hazan | |
2019-09-13 | compilation fix | George Hazan | |
2019-09-13 | tabSRMM: | George Hazan | |
- two constructors for CMsgDialog introduced - fixes for minor glitches | |||
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-09-09 | CSrmmBaseDialog::RefreshButtonStatus() is called now from the base class ↵ | George Hazan | |
directly | |||
2019-09-04 | history manager built into CHAT_MANAGER isn't needed anymore | George Hazan | |
2019-09-03 | CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg | George Hazan | |
2019-08-18 | tabSRMM: code cleaning | 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-07-24 | fix for chinese in Options - Customize - Hotkeys | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | code cleaning | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-07-10 | tabSRMM: fix for status initialiation | George Hazan | |
2019-07-08 | TabSRMM: code optimization | dartraiden | |
2019-07-08 | fixes #1989 (TabSRMM: option "Add a comma instead of a colon to ↵ | George Hazan | |
auto-completed user names" doesn't work in a nick list) | |||
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-04 | warning fix | George Hazan | |
2019-06-04 | after calling CloseTab() we shall not call the basic class window procedure | George Hazan | |
2019-06-04 | tabSRMM: | George Hazan | |
- duplicate code removed; - code cleaning | |||
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-05-31 | tabSRMM: | George Hazan | |
- fixes #1959 (TabSRMM: add option to disable Esc key); - skin option dialogs rewritten using UI controls; - version bump | |||
2019-05-29 | warning fixes | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-27 | obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls | George Hazan | |
2019-05-02 | minor fixes | Mataes | |
2019-04-08 | code cleaning | George Hazan | |
2019-04-02 | minor fix for resource leak | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-13 | fix for tabSRMM alt+tab icon | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | 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-03-07 | duplicate code cleaning | George Hazan | |
2019-03-07 | duplicate popup icons moved into global skin | George Hazan | |
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | fixes #1846 (tabSRMM: get my own nick from "MyHandle") | George Hazan | |
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-21 | fixes #1851 (if subcontact changed, tabSRMM doesn't redraw the client's icon ↵ | George Hazan | |
in the info panel) | |||
2019-02-06 | fixes #1826 (TabSRMM: if a contact was added from clist, appropriate ↵ | George Hazan | |
controls in tabSRMM window remains active) | |||
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-02-01 | tabSRMM: old perversion removed | George Hazan | |