Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | fixes #855 (TabSRMM - Move chat tab to another container switches chat into ↵ | George Hazan | |
single conversation) | |||
2017-04-10 | unused setting removed | George Hazan | |
2017-04-05 | SRMM* plugins switched to CCtrlRichEdit | George Hazan | |
2017-03-27 | common code moved to mir_app | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-03-22 | nick list moved to mir_app | George Hazan | |
2017-03-14 | some fixes to make Coverity happier | George Hazan | |
2017-03-09 | chat API: | George Hazan | |
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere | |||
2017-03-09 | common rtf management code moved to the core | George Hazan | |
2017-03-08 | code reordering | George Hazan | |