summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
AgeCommit message (Collapse)Author
2019-04-08Jabber: merge of fixes from trunkGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-13fix for tabSRMM alt+tab iconGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-07tabSRMM: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-07duplicate code cleaningGeorge Hazan
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06popups: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-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27fixes #1846 (tabSRMM: get my own nick from "MyHandle")George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-21fixes #1851 (if subcontact changed, tabSRMM doesn't redraw the client's icon ↵George Hazan
in the info panel)
2019-02-06fixes #1826 (TabSRMM: if a contact was added from clist, appropriate ↵George Hazan
controls in tabSRMM window remains active)
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01tabSRMM: old perversion removedGeorge Hazan
2019-01-30fixes #1776 (rest of url-related stuff)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-09TabSRMM: fixed default value as checkboxMataes
2019-01-04Update copyrightsdartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-08chats: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-26fix for chat structures declarationGeorge Hazan
2018-11-12tabSRMM -> g_pluginGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-11-06fixes #1640 (Random crash when closing message window)George Hazan
2018-10-31tabSRMM: old code returnedGeorge Hazan
2018-10-30code cleaningGeorge Hazan
2018-10-30tabSRMM:George Hazan
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning
2018-10-26tabSRMM: unused field CContactCache::m_iStatus removedGeorge Hazan
2018-10-13group 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-13chat 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-03fixes #1607 (Scriver silently cuts long messages)George Hazan
2018-09-25fixes #1596 (tabSRMM rarely crashes after click on the Close toolbar button)George Hazan
2018-09-24TabSRMM: temporary (?) crutch for support ME_DB_EVENT_EDITEDElzorFox
2018-09-21fix )ElzorFox
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-21if 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-20tabSRMM: fix for a shift in warnings' tableGeorge Hazan
2018-09-03fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not ↵George Hazan
work correctly)
2018-08-31these code must have their previous values, otherwise tabSRMM will ask for ↵George Hazan
them again
2018-08-31tabSRMM: tray menu code simplificationGeorge Hazan
2018-08-31code cleaningGeorge Hazan
2018-08-30fixes #1561 (TabSRMM warnings)George Hazan
2018-07-27TabSRMM: hotkeys correctiondartraiden
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-24database: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-16Unify special keys namesdartraiden