Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-30 | fixes #1010 (custom colors do not appear in the IRC log) | George Hazan | |
2017-10-10 | fixes #943 (TabSRMM: Add to highlight list doesn't work) | George Hazan | |
this feature has never worked and therefore removed | |||
2017-09-26 | this should be translatable | dartraiden | |
2017-09-25 | fixes #935 (Random crashes in conference nicklist after language changed) | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-07-10 | fixes #855 (TabSRMM - Move chat tab to another container switches chat into ↵ | George Hazan | |
single conversation) | |||
2017-06-29 | fixes #785 (Group chat history is not logged if retrieved on login) | George Hazan | |
2017-04-10 | unused setting removed | George Hazan | |
2017-04-04 | data used by some plugins only moved to these plugins | George Hazan | |
2017-03-27 | common code moved to mir_app | George Hazan | |
2017-03-26 | context menu moved to mir_app, part II :) | 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 | fixes #744 | 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-09 | - GCSessionInfoBase fields iWidth and iHeight moved to StdMSg; | George Hazan | |
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead | |||
2017-03-09 | moving session data into dialog classes | 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 | cosmetic code cleaning | George Hazan | |
2017-03-08 | code cleaning | George Hazan | |
2017-03-08 | code reordering | George Hazan | |