Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | SRMM* plugins switched to CCtrlRichEdit | George Hazan | |
2017-04-05 | Srmm_MessageStreamCallback isolated inside mir_core and therefore removed; | George Hazan | |
2017-04-05 | more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵ | George Hazan | |
SetRichText, SetRichTextRtf | |||
2017-04-05 | mir_core: | George Hazan | |
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added | |||
2017-04-05 | unused functions removed | George Hazan | |
2017-04-04 | - GC_FONTSIZE considered useless; | George Hazan | |
- archaic linked list of modules replaced with the standard LIST<> which is much faster - fix for the module destruction | |||
2017-04-04 | data used by some plugins only moved to these plugins | George Hazan | |
2017-04-04 | compilation fix | 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-04-03 | - SRMM window list management moved to the base class; | George Hazan | |
- fixes #791 | |||
2017-04-03 | fixes #788 (minimize/restore wipes out vertical scroller position) | George Hazan | |
2017-04-03 | Quick Replies: | George Hazan | |
- perversion with copying dlls removed; - click on the Options button now leads to the correct options page; - bunch of old crap removed; - version bump | |||
2017-04-02 | fixes #764 | George Hazan | |
2017-04-02 | jabber: omemo: working on 4.3 | Gluzskiy Alexandr | |
proper dynamic caps implementation for omemo caps/features and for miranda caps/features in general as required by xep-0115 removed my old attempt to implement dynamic omemo cap fixed few bugs in OmemoHandleDeviceList | |||
2017-04-02 | useless constructor parameters removed | George Hazan | |
2017-04-02 | VKontakte: more fix multiply loading history | ElzorFox | |
2017-04-02 | VKontakte: | ElzorFox | |
fix treads handle leaks fix multiply loading history on quick online-offline-online | |||
2017-04-01 | Tox: fixed #784 | aunsane | |
disabled profile encription to prevent corruption | |||
2017-04-01 | StdMsg: tab options moved from chats to a tab in Messaging Options | George Hazan | |
2017-04-01 | StdMsg: | George Hazan | |
- ShowRoom moved to chat_manager.cpp because there's no more hidden window procedure - we don't need the empty container to raise up at startup - not all chat options were reloaded on clicking Apply | |||
2017-03-31 | StdMsg: | George Hazan | |
- tab control converted into the universal container; - status bar moved from chat window to a container, thus allowing resize in both tabbed & sinlgle modes; - chat own window save/restore method replaced with standard Miranda code; | |||
2017-03-31 | minor code cleaning | George Hazan | |
2017-03-31 | code cleaning | George Hazan | |
2017-03-31 | Tox: fixes #779 | aunsane | |
2017-03-31 | couple of memleak fixes | George Hazan | |
2017-03-30 | fix for a major crutch in QuickReplies | George Hazan | |
2017-03-30 | VKontakte: | ElzorFox | |
fix return types for js store procedures => fix loading history for messages > 100 | |||
2017-03-29 | fixes #780 (Scriver: All message log text is selected on keyboard focus) | George Hazan | |
2017-03-29 | VKontakte: | ElzorFox | |
add multiple files sending (simple but not optimal way) version bump | |||
2017-03-28 | two more useless calls of SM_FindSessionByHCONTACT removed | George Hazan | |
2017-03-28 | more unneeded code removed | George Hazan | |
2017-03-28 | some more fixes for 64-bit version | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
2017-03-28 | we don't need the uFlags field either | George Hazan | |
2017-03-28 | funny, but without cbSize we have no need in MessageWindowInputData at all | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-28 | SRMM notifications went to the core with ME_MSG_WINDOWEVENT | George Hazan | |
2017-03-27 | omemo: working on 4.3 | Gluzskiy Alexandr | |
removed xep-0060 8.1.1 implementation because xep-0163 requires node auto-create support reverted to "instand publish" logic instead of node precreation //looks like we have some problems with pubsub events receiving mechanism or client features publishing which is blocker problem for continuing to work on omemo implementation. | |||
2017-03-27 | omemo: working on 4.3 | Gluzskiy Alexandr | |
altered features names for compatibility with existing implementations | |||
2017-03-27 | common code moved to mir_app | George Hazan | |
2017-03-27 | fix for a return type | George Hazan | |
2017-03-27 | code cleaning | George Hazan | |
2017-03-27 | Tox: added new options | aunsane | |
- max connect retries - max reconnect retries | |||
2017-03-27 | fixes #777 (scrollbars disappeared from tabSRMM) | George Hazan | |
2017-03-26 | Windows'98 compatibility code is not needed for years | George Hazan | |
2017-03-26 | updated libtox dll | George Hazan | |
2017-03-26 | code cleaning | George Hazan | |
2017-03-26 | Tox: updated toxcore to 0.1.7 | aunsane | |
version bump | |||
2017-03-26 | long needed function CCtrlBase::Show(bool) | George Hazan | |
2017-03-26 | duplicate code removed | George Hazan | |