Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-08 | Jabber: merge of fixes from trunk | 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 | |
2019-01-30 | fixes #1776 (rest of url-related stuff) | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-09 | TabSRMM: fixed default value as checkbox | Mataes | |
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-11-26 | fix for chat structures declaration | George Hazan | |
2018-11-12 | tabSRMM -> g_plugin | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-11-06 | fixes #1640 (Random crash when closing message window) | George Hazan | |
2018-10-31 | tabSRMM: old code returned | George Hazan | |
2018-10-30 | code cleaning | George Hazan | |
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-10-26 | tabSRMM: unused field CContactCache::m_iStatus removed | George Hazan | |
2018-10-13 | group chats: | George Hazan | |
- GC_SHAREDUSERS removed; - SESSION_INFO::pParent used instead to collect data about shared user info - fix for SESSION_INFO::pMe calculation - Discord chats now go offline when proto goes offline | |||
2018-10-13 | chat api: | George Hazan | |
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi | |||
2018-10-03 | fixes #1607 (Scriver silently cuts long messages) | George Hazan | |
2018-09-25 | fixes #1596 (tabSRMM rarely crashes after click on the Close toolbar button) | George Hazan | |
2018-09-24 | TabSRMM: temporary (?) crutch for support ME_DB_EVENT_EDITED | ElzorFox | |
2018-09-21 | fix ) | ElzorFox | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-21 | if a protocol receives a message delivery confirmation, it can pass the ↵ | George Hazan | |
server id for an event as LPCSTR into lParam of ProtoBroadcastAck | |||
2018-09-20 | tabSRMM: fix for a shift in warnings' table | George Hazan | |
2018-09-03 | fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not ↵ | George Hazan | |
work correctly) | |||
2018-08-31 | these code must have their previous values, otherwise tabSRMM will ask for ↵ | George Hazan | |
them again | |||
2018-08-31 | tabSRMM: tray menu code simplification | George Hazan | |
2018-08-31 | code cleaning | George Hazan | |
2018-08-30 | fixes #1561 (TabSRMM warnings) | George Hazan | |
2018-07-27 | TabSRMM: hotkeys correction | dartraiden | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-16 | Unify special keys names | dartraiden | |